EventAnalysis
1.0.0
|
A simple name demangler. More...
#include <Demangler.h>
Static Public Member Functions | |
template<class T > | |
static std::string | ClassName (const T &obj) |
Static method which returns the name of the class. More... | |
template<class T > | |
static std::string | ClassName () |
Static method which returns the name of the class. More... | |
static std::string | ClassName (const std::type_info &typeInfo) |
Static method which returns the name of the class. More... | |
A simple name demangler.
|
inlinestatic |
Static method which returns the name of the class.
obj | The object from which the class name is extracted. |
|
inlinestatic |
Static method which returns the name of the class.
Overload to be used with explicit template specification, to extract the name of a class without a concrete instance of it.
|
inlinestatic |
Static method which returns the name of the class.
Overload to be used with the type_info of the class