#include <string>
#include <typeindex>
Go to the source code of this file.
|
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) |
|