My Project
|
User implementation hook. More...
#include <object.h>
Additional Inherited Members | |
Static Public Member Functions inherited from mrf::Object | |
static Object * | getObject (const std::string &name) |
static Object * | getCreateObject (const std::string &name, const std::string &klass, const create_args_t &args=create_args_t()) |
User implementation hook.
Used to implement properties in a user class.
Each user class must define an Object table. This should be done once, usually with its method definitions.