|
libqi-api
release-2.5.3-2016-11-18
|
Go to the source code of this file.
Classes | |
| class | qi::TypeInfo |
| class | qi::TypeInterface |
Namespaces | |
| qi | |
| Deprecated in 2.5. Use int8_t from <cstdint>. | |
Macros | |
| #define | _QITYPE_DETAIL_TYPEINTERFACE_HPP_ |
Functions | |
| TypeInterface * | qi::getType (const std::type_info &type) |
| Runtime Type factory getter. Used by typeOf<T>() More... | |
| bool | qi::registerType (const std::type_info &typeId, TypeInterface *type) |
| Runtime Type factory setter. More... | |
| template<typename T > | |
| TypeInterface * | qi::typeOf () |
| template<typename T > | |
| TypeInterface * | qi::typeOf (const T &v) |
| Get type from a value. No need to delete the result. More... | |
| void | qi::registerStruct (TypeInterface *type) |
| TypeInterface * | qi::getRegisteredStruct (const qi::Signature &s) |
| #define _QITYPE_DETAIL_TYPEINTERFACE_HPP_ |
Definition at line 8 of file typeinterface.hpp.