|
sqrat
0.9
sqrat
|
| Helper class that defines a VM that can be used as a fallback VM in case no other one is given to a piece of code | |
| Represents a function in Squirrel | |
| Iterator for going over the slots in the object using Object::Next | |
| The base class for Array that implements almost all of its functionality | |
| Represents an array in Squirrel | |
| Helper class for managing Squirrel scripts | |
| The base class for Table that implements almost all of its functionality | |
| Represents a table in Squirrel | |
| Helper class that wraps a Squirrel virtual machine in a C++ API | |
| Used to get and push Array instances to and from the stack as references (arrays are always references in Squirrel) | |
| Used to get and push Array instances to and from the stack as references (arrays are always references in Squirrel) | |
| Used to get and push bools to and from the stack | |
| Used to get and push const bool references to and from the stack | |
| Used to get and push const bools to and from the stack | |
| Used to get and push const SQChar arrays to and from the stack (usually is a const char array) | |
| Used to get and push const string references to and from the stack as copies (strings are always copied) | |
| Used to get and push Function instances to and from the stack as references (functions are always references in Squirrel) | |
| Used to get and push Function instances to and from the stack as references (functions are always references in Squirrel) | |
| Used to get and push Object instances to and from the stack as references (Object is always a reference) | |
| Used to get and push Object instances to and from the stack as references (Object is always a reference) | |
| Used to get and push SQChar arrays to and from the stack (usually is a char array) | |
| Used to get and push string references to and from the stack as copies (strings are always copied) | |
| Used to get and push strings to and from the stack (string is usually std::string) | |
| Used to get and push Table instances to and from the stack as references (tables are always references in Squirrel) | |
| Used to get and push Table instances to and from the stack as references (tables are always references in Squirrel) |
1.8.6