Retrieves human readable names from C++ run-time type information.
This class is available only with debug builds of ALib .
Definition at line 34 of file dbgtypedemangler.hpp.
#include <dbgtypedemangler.hpp>
Public Method Index: | |
ALIB_API | DbgTypeDemangler (const std::type_info &typeInfo) |
ALIB_API | ~DbgTypeDemangler () |
ALIB_API const char * | Get () |
|
protected |
The translated name name.
Definition at line 38 of file dbgtypedemangler.hpp.
ALIB_API DbgTypeDemangler | ( | const std::type_info & | typeInfo | ) |
Constructor
typeInfo | The information struct on the C++ type. |
ALIB_API ~DbgTypeDemangler | ( | ) |
Destructor
ALIB_API const char * Get | ( | ) |
Returns the demangled, human readable name of the type which was provided in the constructor.