Used to get and push const SQChar arrays to and from the stack (usually is a const char array)
More...
#include <sqratTypes.h>
|
| Var (HSQUIRRELVM vm, SQInteger idx) |
|
| ~Var () |
|
|
static void | push (HSQUIRRELVM vm, const SQChar *value) |
|
|
const SQChar * | value |
| The actual value of get operations.
|
|
template<>
struct Sqrat::Var< const SQChar * >
Used to get and push const SQChar arrays to and from the stack (usually is a const char array)
Sqrat::Var< const SQChar * >::Var |
( |
HSQUIRRELVM |
vm, |
|
|
SQInteger |
idx |
|
) |
| |
|
inline |
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< const 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