|
Feel++ 0.91.0
|
wrapper for std::type_info More...
#include <typeinfo.hpp>
Public Member Functions | |
Constructors, destructor | |
| TypeInfo () | |
| TypeInfo (const std::type_info &) | |
| TypeInfo (TypeInfo const &) | |
| ~TypeInfo () | |
Accessors | |
| const std::type_info & | typeInfo () const |
Access for the wrapped std::type_info. | |
| const char * | name () const |
get the name() | |
Methods | |
| bool | before (const TypeInfo &rhs) const |
| Compatibility functions. | |
wrapper for std::type_info
1.7.4