typeName.H File Reference
Include dependency graph for typeName.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class String >
String typeName (const std::type_info &info)
 Return the un-mangled name given the standard type info. More...
 
template<>
string typeName< string > (const std::type_info &info)
 Return the un-mangled name as a string, given the standard type info. More...
 
template<>
word typeName< word > (const std::type_info &info)
 Return the un-mangled name as a word, given the standard type info. More...
 
template<class Type , class String = string>
word typeName ()
 Return the un-mangled name of the given type. More...
 

Detailed Description

Original source file typeName.H

Definition in file typeName.H.