My Project
|
Base object inspection. More...
#include <object.h>
Static Public Member Functions | |
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()) |
Base object inspection.
Interface for introspection operations. Allows access to properties.
|
static |
Fetch named Object returns NULL if not found
Referenced by mrmBufInit().
|
static |
Fetch or or create named Object Throws an exception if creation fails