SOFA API  7352f41a
Open source framework for multi-physics simuation
sofa::helper::TypeInfo Class Reference

#include <TypeInfo.h>

Public Attributes

const std::type_info * pt
 

Public Member Functions

 TypeInfo (const std::type_info &t)
 
 operator const std::type_info & () const
 
bool operator== (const TypeInfo &t) const
 
bool operator!= (const TypeInfo &t) const
 
bool operator< (const TypeInfo &t) const
 

Attribute details

◆ pt

const std::type_info* sofa::helper::TypeInfo::pt

Constructor details

◆ TypeInfo()

sofa::helper::TypeInfo::TypeInfo ( const std::type_info &  t)
inline

Function details

◆ operator const std::type_info &()

sofa::helper::TypeInfo::operator const std::type_info & ( ) const
inline

◆ operator!=()

bool sofa::helper::TypeInfo::operator!= ( const TypeInfo t) const
inline

◆ operator<()

bool sofa::helper::TypeInfo::operator< ( const TypeInfo t) const
inline

◆ operator==()

bool sofa::helper::TypeInfo::operator== ( const TypeInfo t) const
inline