Go to the source code of this file.
◆ DEFAULT_SCRIPT_WRAPPER
#define DEFAULT_SCRIPT_WRAPPER |
( |
|
cname | ) |
|
◆ REGISTER_COMPONENT_SCRIPT_WRAPPER
#define REGISTER_COMPONENT_SCRIPT_WRAPPER |
( |
|
cname | ) |
|
Value:
CCmp##cname::ClassInit(mgr); \
}
Definition: ComponentManager.h:40
static void RegisterComponentTypeScriptWrapper(CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema)
Definition: IComponent.cpp:41
std::shared_ptr< u8 > Allocate(size_t size)
Definition: shared_ptr.cpp:55