#include <typeinterface.hpp>
This class is used to uniquely identify a type.
Definition at line 32 of file typeinterface.hpp.
| qi::TypeInfo::TypeInfo |
( |
| ) |
|
| qi::TypeInfo::TypeInfo |
( |
const std::type_info & |
info | ) |
|
Construct a TypeInfo from a std::type_info.
| qi::TypeInfo::TypeInfo |
( |
const std::string & |
ti | ) |
|
Contruct a TypeInfo from a custom string.
| const char* qi::TypeInfo::asCString |
( |
| ) |
const |
| std::string qi::TypeInfo::asDemangledString |
( |
| ) |
const |
| std::string qi::TypeInfo::asString |
( |
| ) |
const |
| bool qi::TypeInfo::operator!= |
( |
const TypeInfo & |
b | ) |
const |
| bool qi::TypeInfo::operator< |
( |
const TypeInfo & |
b | ) |
const |
| bool qi::TypeInfo::operator== |
( |
const TypeInfo & |
b | ) |
const |
The documentation for this class was generated from the following file: