Definition at line 9 of file ReflectionObject.h.
◆ ReflectionObject()
CSE::ReflectionObject::ReflectionObject |
( |
std::string | type | ) |
|
|
inlineexplicit |
◆ GetClassType()
const char * CSE::ReflectionObject::GetClassType |
( |
| ) |
const |
|
inline |
◆ IsSameClass()
bool CSE::ReflectionObject::IsSameClass |
( |
const char * | classType | ) |
const |
|
inline |
Definition at line 25 of file ReflectionObject.h.
25 {
26 return std::equal(m_class.begin(), m_class.end(), classType);
27 }
◆ NewObject()
static ReflectionObject * CSE::ReflectionObject::NewObject |
( |
const std::string & | name | ) |
|
|
inlinestatic |
Definition at line 29 of file ReflectionObject.h.
29 {
30 return CORE->GetReflectionMgrCore()->CreateObject(name);
31 }
◆ SetClassType()
void CSE::ReflectionObject::SetClassType |
( |
std::string | type | ) |
|
|
inline |
◆ m_class
std::string CSE::ReflectionObject::m_class |
|
protected |
The documentation for this class was generated from the following file: