Classes | |
| class | FuncPtr |
| Class encapsulating a function pointer. More... | |
| class | Module |
| Class which holds a single module. More... | |
| class | MemberInfo |
| Holds the declaration of a single member, used by StructInfo. More... | |
| class | FunctionInfo |
| Holds the declaration of a single member function, used by StructInfo. More... | |
| class | StructInfo |
| Class holding the definition of an external struct. More... | |
| class | TypeInfo |
| Class holding a variable type. More... | |
| class | VM |
| Central class for a PlusScript virtual machine. More... | |
Enumerations | |
| enum | TypeClass { ETC_Integer, ETC_Float, ETC_UserPtr, ETC_Struct, ETC_None } |
Functions | |
| int | getVariableType (TypeClass typeclass) |
| Converts a type class to a variable type used internally by the engine. | |
| TypeClass | getTypeClass (int vartype) |
| Converts a variable type to a type class. | |
| enum ps::TypeClass |
| TypeClass ps::getTypeClass | ( | int | vartype | ) |
Converts a variable type to a type class.
| int ps::getVariableType | ( | TypeClass | typeclass | ) |
Converts a type class to a variable type used internally by the engine.
1.5.3