Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryReflection.h>
Public Member Functions | |
TypeInfo () | |
template<typename T > | |
TypeInfo (T *) | |
bool | operator== (const TypeInfo &other) const |
QString | GetName () const |
QList< TypeInfo > | GetSuperclasses () const |
Static Public Member Functions | |
template<typename T > | |
static TypeInfo | New () |
Definition at line 143 of file berryReflection.h.
berry::Reflection::TypeInfo::TypeInfo | ( | ) |
Definition at line 89 of file berryReflection.cpp.
|
inlineexplicit |
Definition at line 150 of file berryReflection.h.
QString berry::Reflection::TypeInfo::GetName | ( | ) | const |
Definition at line 99 of file berryReflection.cpp.
Referenced by operator==().
QList< TypeInfo > berry::Reflection::TypeInfo::GetSuperclasses | ( | ) | const |
Definition at line 104 of file berryReflection.cpp.
|
inlinestatic |
Definition at line 157 of file berryReflection.h.
bool berry::Reflection::TypeInfo::operator== | ( | const TypeInfo & | other | ) | const |
Definition at line 94 of file berryReflection.cpp.
References GetName().