ecto
Namespaces | Macros | Functions
util.hpp File Reference
#include <iostream>
#include <typeinfo>
#include <string>
Include dependency graph for util.hpp:
This graph shows which files directly or indirectly include this file:

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 ()
 

Macro Definition Documentation

#define ECTO_EXPORT