Developer Documentation
|
Wraps the information of a type. More...
#include <Plugin-PropertyVis/Utils.hh>
Public Member Functions | |
TypeInfoWrapper (const std::type_info &ti, const char *friendlyName) | |
TypeInfoWrapper (const std::type_info &ti) | |
operator const std::type_info * () const | |
operator const std::type_info & () const | |
operator const char * () const | |
const std::type_info * | operator-> () const |
const std::type_info & | get () const |
const char * | getName () const |
bool | operator== (const TypeInfoWrapper &other) const |
bool | operator< (const TypeInfoWrapper &other) const |
Private Attributes | |
const std::type_info * | ti |
const char * | friendlyName |
Wraps the information of a type.
This class is used to handle different property types. It provides a human readable string representation of the type and can also be used to find out which type a property has.