PlayRho  2.0.0
An interactive physics engine & library.
TypeInfo.hpp File Reference

Definition of TypeInfo class template and related code. More...

#include <regex>
#include <string>
#include <typeindex>
#include <typeinfo>
Include dependency graph for TypeInfo.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  playrho::detail::TypeInfo< T >
 Type information. More...
 

Namespaces

 playrho
 
 playrho::detail
 

Functions

template<typename T >
const char * playrho::detail::GetNameForTypeInfo ()
 Gets a null-terminated byte string identifying this function. More...
 
template<typename T >
std::string playrho::detail::TypeNameAsString ()
 Gets the template type parameter's type name as a non-empty unique string. More...
 

Detailed Description

Definition of TypeInfo class template and related code.