VTK
Public Member Functions | List of all members
vtkDispatcherCommon::TypeInfo Class Reference

#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
 

Detailed Description

Definition at line 357 of file vtkDispatcher_Private.h.

Constructor & Destructor Documentation

vtkDispatcherCommon::TypeInfo::TypeInfo ( )
inline

Definition at line 376 of file vtkDispatcher_Private.h.

vtkDispatcherCommon::TypeInfo::TypeInfo ( const std::type_info &  ti)
inline

Definition at line 383 of file vtkDispatcher_Private.h.

Member Function Documentation

const std::type_info & vtkDispatcherCommon::TypeInfo::Get ( ) const
inline

Definition at line 394 of file vtkDispatcher_Private.h.

bool vtkDispatcherCommon::TypeInfo::before ( const TypeInfo rhs) const
inline

Definition at line 387 of file vtkDispatcher_Private.h.

const char * vtkDispatcherCommon::TypeInfo::name ( ) const
inline

Definition at line 400 of file vtkDispatcher_Private.h.


The documentation for this class was generated from the following file: