#include <Translator.h>
Public Member Functions | |
| void | registerTypeName (const std::string &genericName, const std::type_info &typeInfo) |
| const std::string | getGenericName (const std::string &rttiName) const throw (std::runtime_error) |
| bool | knowsType (const std::string genericName) const |
Protected Attributes | |
| TranslationMap | translationTable |
|
|
Translates
|
|
|
Checks whether the generic type name
|
|
||||||||||||
|
Registers a combination of a generic type name and the type name provided by the compiler for the RunTime Type Information (RTTI) system. The RTTI name is automatically generated according to the
|
|
|
A map matching compiler dependent type names provided by the RunTime Type Information (RTTI) system to generic type names. |
1.4.6