VTK
|
#include <vtkDispatcher_Private.h>
Public Member Functions | |
TypeInfo () | |
TypeInfo (const std::type_info &) | |
const std::type_info & | Get () const |
bool | before (const TypeInfo &rhs) const |
const char * | name () const |
Definition at line 341 of file vtkDispatcher_Private.h.
vtkDispatcherCommon::TypeInfo::TypeInfo | ( | ) | [inline] |
Definition at line 360 of file vtkDispatcher_Private.h.
vtkDispatcherCommon::TypeInfo::TypeInfo | ( | const std::type_info & | ti | ) | [inline] |
Definition at line 367 of file vtkDispatcher_Private.h.
const std::type_info & vtkDispatcherCommon::TypeInfo::Get | ( | ) | const [inline] |
Definition at line 378 of file vtkDispatcher_Private.h.
bool vtkDispatcherCommon::TypeInfo::before | ( | const TypeInfo & | rhs | ) | const [inline] |
Definition at line 371 of file vtkDispatcher_Private.h.
const char * vtkDispatcherCommon::TypeInfo::name | ( | ) | const [inline] |
Definition at line 384 of file vtkDispatcher_Private.h.