Chaste  Release::2018.1
CombinedOdeSystemInformation::InstancePointers Struct Reference
+ Collaboration diagram for CombinedOdeSystemInformation::InstancePointers:

Public Attributes

boost::shared_ptr
< CombinedOdeSystemInformation
pInfoInstance
 
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

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

The 'singleton' instance.

Definition at line 60 of file CombinedOdeSystemInformation.hpp.

Referenced by CombinedOdeSystemInformation::Instance().

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: