VTK  9.1.0
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 376 of file vtkDispatcher_Private.h.

Constructor & Destructor Documentation

◆ TypeInfo() [1/2]

vtkDispatcherCommon::TypeInfo::TypeInfo ( )
inline

Definition at line 395 of file vtkDispatcher_Private.h.

◆ TypeInfo() [2/2]

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

Definition at line 404 of file vtkDispatcher_Private.h.

Member Function Documentation

◆ Get()

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

Definition at line 417 of file vtkDispatcher_Private.h.

◆ before()

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

Definition at line 410 of file vtkDispatcher_Private.h.

◆ name()

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

Definition at line 423 of file vtkDispatcher_Private.h.


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