LifeV
|
#include <FactoryTypeInfo.hpp>
Private Attributes | |
const std::type_info * | M_info |
Constructors, destructor | |
FactoryTypeInfo () | |
FactoryTypeInfo (const std::type_info &) | |
FactoryTypeInfo (FactoryTypeInfo const &) | |
virtual | ~FactoryTypeInfo () |
Methods | |
bool | before (const FactoryTypeInfo &rhs) const |
Compatibility functions. More... | |
Get methods | |
const std::type_info & | typeInfo () const |
Access for the wrapped std::type_info . More... | |
const char * | name () const |
get the name() More... | |
Definition at line 44 of file FactoryTypeInfo.hpp.
FactoryTypeInfo | ( | ) |
Definition at line 48 of file FactoryTypeInfo.cpp.
FactoryTypeInfo | ( | const std::type_info & | ti | ) |
Definition at line 56 of file FactoryTypeInfo.cpp.
FactoryTypeInfo | ( | FactoryTypeInfo const & | ti | ) |
Definition at line 62 of file FactoryTypeInfo.cpp.
|
virtual |
Definition at line 68 of file FactoryTypeInfo.cpp.
bool before | ( | const FactoryTypeInfo & | rhs | ) | const |
Compatibility functions.
Definition at line 77 of file FactoryTypeInfo.cpp.
const std::type_info & typeInfo | ( | ) | const |
Access for the wrapped std::type_info
.
Definition at line 88 of file FactoryTypeInfo.cpp.
const char * name | ( | ) | const |
get the name()
Definition at line 95 of file FactoryTypeInfo.cpp.
|
private |
Definition at line 69 of file FactoryTypeInfo.hpp.