LifeV
FactoryTypeInfo Class Reference

#include <FactoryTypeInfo.hpp>

+ Collaboration diagram for FactoryTypeInfo:

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...
 

Detailed Description

Definition at line 44 of file FactoryTypeInfo.hpp.

Constructor & Destructor Documentation

◆ FactoryTypeInfo() [1/3]

Definition at line 48 of file FactoryTypeInfo.cpp.

◆ FactoryTypeInfo() [2/3]

FactoryTypeInfo ( const std::type_info &  ti)

Definition at line 56 of file FactoryTypeInfo.cpp.

◆ FactoryTypeInfo() [3/3]

Definition at line 62 of file FactoryTypeInfo.cpp.

◆ ~FactoryTypeInfo()

~FactoryTypeInfo ( )
virtual

Definition at line 68 of file FactoryTypeInfo.cpp.

Member Function Documentation

◆ before()

bool before ( const FactoryTypeInfo rhs) const

Compatibility functions.

Definition at line 77 of file FactoryTypeInfo.cpp.

+ Here is the caller graph for this function:

◆ typeInfo()

const std::type_info & typeInfo ( ) const

Access for the wrapped std::type_info.

Definition at line 88 of file FactoryTypeInfo.cpp.

+ Here is the caller graph for this function:

◆ name()

const char * name ( ) const

get the name()

Definition at line 95 of file FactoryTypeInfo.cpp.

Field Documentation

◆ M_info

const std::type_info* M_info
private

Definition at line 69 of file FactoryTypeInfo.hpp.


The documentation for this class was generated from the following files: