EventAnalysis  1.3.0
Namespaces | Functions
Demangler.h File Reference
#include <cxxabi.h>
#include <string>

Go to the source code of this file.

Namespaces

 EA
 IncludeFileExc.h IncludeFileExc class declaration.
 
 EA::Demangler
 

Functions

std::string EA::Demangler::Demangle (const std::string &name)
 A simple name demangler. More...
 
template<class T >
std::string EA::Demangler::ClassName (const T &obj)
 Function which returns the name of the class. More...
 
template<class T >
std::string EA::Demangler::ClassName ()
 Function which returns the name of the class. More...
 
std::string EA::Demangler::ClassName (const std::type_info &typeInfo)
 Function which returns the name of the class. More...