CARMA C++
demangle.h File Reference

Interface file for the demangling routines. More...

#include <string>

Go to the source code of this file.

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::util
 Utility classes.
 

Functions

::std::string carma::util::demangleEntryPointName (const char *mangledName)
 Returns a human readable name for the entry point whose compiler mangled name is passed in. More...
 
::std::string carma::util::demangleEntryPointName (const ::std::string &mangledName)
 
::std::string carma::util::demangleTypeName (const char *mangledName)
 Returns a human readable name for the type whose compiler mangled name is passed in. More...
 
::std::string carma::util::demangleTypeName (const ::std::string &mangledName)
 
::std::string carma::util::demangleTypeName (const ::std::type_info &typeInfo)
 Returns a human readable name for the type whose ::std::type_info is passed in. More...
 

Detailed Description

Interface file for the demangling routines.

Definition in file demangle.h.