Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
CombinedOdeSystemInformation::InstancePointers Struct Reference
+ Collaboration diagram for CombinedOdeSystemInformation::InstancePointers:

Public Attributes

boost::shared_ptr< CombinedOdeSystemInformationpInfoInstance
 
std::vector< boost::shared_ptr< const AbstractOdeSystemInformation > > subsystemInformation
 

Detailed Description

A convenience structure to keep track of 'singleton' instances.

Definition at line 57 of file CombinedOdeSystemInformation.hpp.

Member Data Documentation

◆ pInfoInstance

boost::shared_ptr<CombinedOdeSystemInformation> CombinedOdeSystemInformation::InstancePointers::pInfoInstance

The 'singleton' instance.

Definition at line 60 of file CombinedOdeSystemInformation.hpp.

Referenced by CombinedOdeSystemInformation::Instance().

◆ subsystemInformation

std::vector<boost::shared_ptr<const AbstractOdeSystemInformation> > CombinedOdeSystemInformation::InstancePointers::subsystemInformation

The subsystem information objects that contribute to this 'singleton' instance.

Definition at line 62 of file CombinedOdeSystemInformation.hpp.

Referenced by CombinedOdeSystemInformation::Instance().


The documentation for this struct was generated from the following file: