#include <typeinterface.hpp>
This class is used to uniquely identify a type.
Definition at line 45 of file typeinterface.hpp.
qi::TypeInfo::TypeInfo |
( |
| ) |
|
qi::TypeInfo::TypeInfo |
( |
const TypeIndex & |
index | ) |
|
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: