Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 139 of file berryReflection.h.
berry::Reflection::TypeInfo::TypeInfo | ( | ) |
Definition at line 85 of file berryReflection.cpp.
|
inlineexplicit |
Definition at line 146 of file berryReflection.h.
References mitk::operator==().
QString berry::Reflection::TypeInfo::GetName | ( | ) | const |
Definition at line 95 of file berryReflection.cpp.
Referenced by berry::Reflection::GetClassName(), and operator==().
QList< TypeInfo > berry::Reflection::TypeInfo::GetSuperclasses | ( | ) | const |
Definition at line 100 of file berryReflection.cpp.
Referenced by berry::Reflection::GetClassName().
|
inlinestatic |
Definition at line 153 of file berryReflection.h.
References GetName(), berry::Reflection::GetSuperclasses(), and org_blueberry_core_runtime_EXPORT.
bool berry::Reflection::TypeInfo::operator== | ( | const TypeInfo & | other | ) | const |
Definition at line 90 of file berryReflection.cpp.
References GetName().