Used to get and push SQChar arrays to and from the stack (usually is a char array)  
 More...
#include <sqratTypes.h>
 | 
|   | Var (HSQUIRRELVM vm, SQInteger idx) | 
|   | 
|   | ~Var () | 
|   | 
 | 
| static void  | push (HSQUIRRELVM vm, const SQChar *value) | 
|   | 
 | 
| 
SQChar *  | value | 
|   | The actual value of get operations. 
  | 
|   | 
template<>
struct Sqrat::Var< SQChar * >
Used to get and push SQChar arrays to and from the stack (usually is a char array) 
 
Attempts to get the value off the stack at idx as a character array
- Parameters
 - 
  
    | vm | Target VM  | 
    | idx | Index trying to be read  | 
  
   
 
 
  
  
      
        
          | static void Sqrat::Var< SQChar * >::push  | 
          ( | 
          HSQUIRRELVM  | 
          vm,  | 
         
        
           | 
           | 
          const SQChar *  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
Called by Sqrat::PushVar to put a character array on the stack
- Parameters
 - 
  
    | vm | Target VM  | 
    | value | Value to push on to the VM's stack  | 
  
   
 
 
The documentation for this struct was generated from the following file:
- /media/drive2/atai/software_projects/sqrat/sqrat.git/include/sqrat/sqratTypes.h