Pyrogenesis
13997
|
#include "simulation2/system/CmpPtr.h"
#include "simulation2/system/Components.h"
#include "simulation2/system/ComponentManager.h"
#include "simulation2/system/IComponent.h"
#include "simulation2/system/ParamNode.h"
#include "simulation2/system/SimContext.h"
#include "simulation2/serialization/ISerializer.h"
#include "simulation2/serialization/IDeserializer.h"
Go to the source code of this file.
Macros | |
#define | REGISTER_COMPONENT_TYPE(cname) |
#define | REGISTER_COMPONENT_SCRIPT_WRAPPER(cname) |
#define | DEFAULT_COMPONENT_ALLOCATOR(cname) |
#define | DEFAULT_SCRIPT_WRAPPER(cname) |
#define | DEFAULT_MOCK_COMPONENT() |
#define DEFAULT_COMPONENT_ALLOCATOR | ( | cname | ) |
Definition at line 44 of file Component.h.
#define DEFAULT_MOCK_COMPONENT | ( | ) |
Definition at line 91 of file Component.h.
#define DEFAULT_SCRIPT_WRAPPER | ( | cname | ) |
Definition at line 48 of file Component.h.
#define REGISTER_COMPONENT_SCRIPT_WRAPPER | ( | cname | ) |
Definition at line 37 of file Component.h.
#define REGISTER_COMPONENT_TYPE | ( | cname | ) |
Definition at line 30 of file Component.h.