sqrat  0.9
sqrat
 All Classes Functions Variables Enumerations Enumerator Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NSqrat
 oCDefaultAllocator
 oCNoConstructor
 oCCopyOnly
 oCNoCopy
 oCArrayBaseThe base class for Array that implements almost all of its functionality
 oCArrayRepresents an array in Squirrel
 oCVar< Array >Used to get and push Array instances to and from the stack as references (arrays are always references in Squirrel)
 oCVar< Array & >Used to get and push Array instances to and from the stack as references (arrays are always references in Squirrel)
 oCClass
 oCDerivedClass
 oCEnumeration
 oCConstTable
 oCFunctionRepresents a function in Squirrel
 oCVar< Function >Used to get and push Function instances to and from the stack as references (functions are always references in Squirrel)
 oCVar< Function & >Used to get and push Function instances to and from the stack as references (functions are always references in Squirrel)
 oCObject
 |\CiteratorIterator for going over the slots in the object using Object::Next
 oCVar< Object >Used to get and push Object instances to and from the stack as references (Object is always a reference)
 oCVar< Object & >Used to get and push Object instances to and from the stack as references (Object is always a reference)
 oCScriptHelper class for managing Squirrel scripts
 oCTableBaseThe base class for Table that implements almost all of its functionality
 oCTableRepresents a table in Squirrel
 oCRootTable
 oCRegistryTable
 oCVar< Table >Used to get and push Table instances to and from the stack as references (tables are always references in Squirrel)
 oCVar< Table & >Used to get and push Table instances to and from the stack as references (tables are always references in Squirrel)
 oCVar
 oCVar< T & >
 oCVar< T * >
 oCVar< T *const >
 oCVar< const T & >
 oCVar< const T * >
 oCVar< const T *const >
 oCVar< SharedPtr< T > >
 oCVar< bool >Used to get and push bools to and from the stack
 oCVar< const bool >Used to get and push const bools to and from the stack
 oCVar< const bool & >Used to get and push const bool references to and from the stack
 oCVar< SQChar * >Used to get and push SQChar arrays to and from the stack (usually is a char array)
 oCVar< const SQChar * >Used to get and push const SQChar arrays to and from the stack (usually is a const char array)
 oCVar< string >Used to get and push strings to and from the stack (string is usually std::string)
 oCVar< string & >Used to get and push string references to and from the stack as copies (strings are always copied)
 oCVar< const string & >Used to get and push const string references to and from the stack as copies (strings are always copied)
 oCDefaultVMHelper 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
 oCError
 oCErrorHandling
 oCSharedPtr
 \CSqratVMHelper class that wraps a Squirrel virtual machine in a C++ API