v0.14.0
Public Member Functions | Public Attributes | List of all members
MoFEM::UnknownInterface::UIdTypeMap Struct Reference
Collaboration diagram for MoFEM::UnknownInterface::UIdTypeMap:
[legend]

Public Member Functions

 UIdTypeMap (const boost::typeindex::type_index &idx)
 

Public Attributes

boost::typeindex::type_index classIdx
 

Detailed Description

Definition at line 280 of file UnknownInterface.hpp.

Constructor & Destructor Documentation

◆ UIdTypeMap()

MoFEM::UnknownInterface::UIdTypeMap::UIdTypeMap ( const boost::typeindex::type_index &  idx)
inline

Definition at line 282 of file UnknownInterface.hpp.

282 : classIdx(idx) {}

Member Data Documentation

◆ classIdx

boost::typeindex::type_index MoFEM::UnknownInterface::UIdTypeMap::classIdx

Definition at line 281 of file UnknownInterface.hpp.


The documentation for this struct was generated from the following file:
MoFEM::UnknownInterface::UIdTypeMap::classIdx
boost::typeindex::type_index classIdx
Definition: UnknownInterface.hpp:281