#include <Stack.h>
Stack specialization for std::string. 
Definition at line 714 of file Stack.h.
 
◆ get()
  
  
      
        
          | static std::string Stack< std::string >::get  | 
          ( | 
          lua_State *  | 
          L,  | 
         
        
           | 
           | 
          int  | 
          index  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ push()
  
  
      
        
          | static void Stack< std::string >::push  | 
          ( | 
          lua_State *  | 
          L,  | 
         
        
           | 
           | 
          std::string const &  | 
          str  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
The documentation for this struct was generated from the following file: