#include <typeinfo.hpp>
wrapper for std::type_info
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. | |