Feel++  0.91.4
List of all members
Feel::TypeInfo Class Reference

wrapper for std::type_info More...

#include <typeinfo.hpp>

Public Member Functions

Constructors, destructor
 TypeInfo ()
 
 TypeInfo (const std::type_info &)
 
 TypeInfo (TypeInfo const &)
 
 ~TypeInfo ()
 
Accessors
const std::type_info & typeInfo () const
 Access for the wrapped std::type_info.
 
const char * name () const
 get the name()
 
Methods
bool before (const TypeInfo &rhs) const
 Compatibility functions.
 

Detailed Description

wrapper for std::type_info

See Also
SFactory, type_info
Author
Christophe Prud'homme
Version
Id:
typeInfo.hpp,v 1.1 2004/10/13 10:18:52 prudhomm Exp