Definition of TypeInfo class template and related code.
More...
#include <regex>#include <string>#include <typeindex>#include <typeinfo>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... | |
Definition of TypeInfo class template and related code.