|
UGDK
0.4.1
|


Go to the source code of this file.
Classes | |
| class | ugdk::script::VirtualPrimitive< T > |
| class | ugdk::script::VirtualPrimitive< T * > |
Namespaces | |
| namespace | ugdk |
| namespace | ugdk::script |
Macros | |
| #define | TYPENAME_MAP(definition) |
| #define | DEFINE_SCRIPT_PRIMITIVE_VALUE(type, name, arg) |
| #define | DEFINE_SCRIPT_SIMPLE_PRIMITIVE_VALUE(type, name) DEFINE_SCRIPT_PRIMITIVE_VALUE(type, name, value) |
Functions | |
| ugdk::script::DEFINE_SCRIPT_PRIMITIVE_VALUE (std::string, String, value.c_str()) | |
| #define DEFINE_SCRIPT_PRIMITIVE_VALUE | ( | type, | |
| name, | |||
| arg | |||
| ) |
| #define DEFINE_SCRIPT_SIMPLE_PRIMITIVE_VALUE | ( | type, | |
| name | |||
| ) | DEFINE_SCRIPT_PRIMITIVE_VALUE(type, name, value) |
| #define TYPENAME_MAP | ( | definition | ) |