GetTypeString.h File Reference
#include <string>
#include <typeindex>
+ Include dependency graph for GetTypeString.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::detail
 

Functions

template<typename T >
const std::string & GetTypeString (bool withoutNamespaceSpecifier=false)
 
std::string GetTypeString (const std::type_index &tind, bool withoutNamespaceSpecifier=false)
 
std::string GetTypeString (const std::type_info &tinf, bool withoutNamespaceSpecifier=false)
 
template<typename T >
std::string GetTypeString (const T &t, bool withoutNamespaceSpecifier=false)
 
std::pair< std::string, std::string > GetTypeStringFromMangled (const std::string &mangled)