ecto
|
#include <iostream>
#include <typeinfo>
#include <string>
Go to the source code of this file.
Namespaces | |
ecto | |
Macros | |
#define | ECTO_EXPORT |
Functions | |
ECTO_EXPORT const std::string & | ecto::name_of (const std::type_info &ti) |
Get the unmangled type name of a type_info object. More... | |
ECTO_EXPORT const std::string & | ecto::name_of (const std::string &name) |
Demangle the given name. More... | |
ECTO_EXPORT std::string | ecto::symbolic_name_of (const std::string &name) |
template<typename T > | |
const std::string & | ecto::name_of () |
Get the unmangled type name of a type. More... | |
template<typename T > | |
const std::string & | ecto::symbolic_name_of () |
#define ECTO_EXPORT |