Catos Engine (Source) 0.0.1
Lightweight Game engine
|
The registry is the core system and provides reflection to the rest of the engine. More...
#include <registry.h>
Public Member Functions | |
template<typename A > | |
TypeInfo & | register_class () |
With this function you register a class to the Registry. | |
void | gen_python_bindings_file () |
Deprecated!!! | |
void | gen_cs_bindings_file () |
TODO this shit is so ugly ;-;. | |
template<typename A > | |
TypeInfo & | get_type () |
Returns the registered Type. | |
void | print_current_register () |
Prints out the items in the Registry. | |
The registry is the core system and provides reflection to the rest of the engine.
|
inline |
TODO this shit is so ugly ;-;.
|
inline |
Deprecated!!!
|
inline |
Returns the registered Type.
|
inline |
Prints out the items in the Registry.
|
inline |
With this function you register a class to the Registry.