Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
TypeInfoWrapper Class Reference

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
 

Detailed Description

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.

Definition at line 79 of file Utils.hh.


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