Feel++ 0.91.0

Feel::TypeInfo Class Reference

wrapper for std::type_info More...

#include <typeinfo.hpp>

List of all members.

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