biogears::SEEnvironmentActionCollection Class Reference

#include <SEEnvironmentActionCollection.h>

Inheritance diagram for biogears::SEEnvironmentActionCollection:

Public Member Functions

 SEEnvironmentActionCollection (SESubstanceManager &)
 
 ~SEEnvironmentActionCollection ()
 
void Clear ()
 
void Unload (std::vector< CDM::ActionData * > &to)
 
bool ProcessAction (const SEEnvironmentAction &action)
 
bool ProcessAction (const CDM::EnvironmentActionData &action)
 
bool HasChange () const
 
SEEnvironmentChangeGetChange () const
 
void RemoveChange ()
 
bool HasThermalApplication () const
 
SEThermalApplicationGetThermalApplication () const
 
void RemoveThermalApplication ()
 
- Public Member Functions inherited from biogears::Loggable
 Loggable ()
 
 Loggable (Logger *log)
 
virtual ~Loggable ()
 
virtual LoggerGetLogger () const
 

Protected Member Functions

bool IsValid (const SEEnvironmentAction &action)
 
- Protected Member Functions inherited from biogears::Loggable
virtual void Debug (const char *msg, const char *origin="") const
 
virtual void Debug (const std::string &msg, const std::string &origin=empty) const
 
virtual void Debug (std::ostream &msg, const std::string &origin=empty) const
 
virtual void Info (const char *msg, const char *origin="") const
 
virtual void Info (const std::string &msg, const std::string &origin=empty) const
 
virtual void Info (std::ostream &msg, const std::string &origin=empty) const
 
virtual void Warning (const char *msg, const char *origin="") const
 
virtual void Warning (const std::string &msg, const std::string &origin=empty) const
 
virtual void Warning (std::ostream &msg, const std::string &origin=empty) const
 
virtual void Error (const char *msg, const char *origin="") const
 
virtual void Error (const std::string msg, const std::string origin=empty) const
 
virtual void Error (std::ostream &msg, const std::string &origin=empty) const
 
virtual void Fatal (const char *msg, const char *origin="") const
 
virtual void Fatal (const std::string &msg, const std::string &origin=empty) const
 
virtual void Fatal (std::ostream &msg, const std::string &origin=empty) const
 

Protected Attributes

SEEnvironmentChangem_Change
 
SEThermalApplicationm_ThermalApplication
 
SESubstanceManagerm_Substances
 
std::stringstream m_ss
 
- Protected Attributes inherited from biogears::Loggable
Loggerm_Logger
 

Additional Inherited Members

- Static Public Attributes inherited from biogears::Loggable
static const std::string empty
 
static const char * empty_cStr
 

Constructor & Destructor Documentation

biogears::SEEnvironmentActionCollection::SEEnvironmentActionCollection ( SESubstanceManager substances)
biogears::SEEnvironmentActionCollection::~SEEnvironmentActionCollection ( )

Member Function Documentation

void biogears::SEEnvironmentActionCollection::Clear ( )
SEEnvironmentChange * biogears::SEEnvironmentActionCollection::GetChange ( ) const
SEThermalApplication * biogears::SEEnvironmentActionCollection::GetThermalApplication ( ) const
bool biogears::SEEnvironmentActionCollection::HasChange ( ) const
bool biogears::SEEnvironmentActionCollection::HasThermalApplication ( ) const
bool biogears::SEEnvironmentActionCollection::IsValid ( const SEEnvironmentAction action)
protected
bool biogears::SEEnvironmentActionCollection::ProcessAction ( const SEEnvironmentAction action)
bool biogears::SEEnvironmentActionCollection::ProcessAction ( const CDM::EnvironmentActionData action)
Error:
Unsupported Action
void biogears::SEEnvironmentActionCollection::RemoveChange ( )
void biogears::SEEnvironmentActionCollection::RemoveThermalApplication ( )
void biogears::SEEnvironmentActionCollection::Unload ( std::vector< CDM::ActionData * > &  to)

Member Data Documentation

SEEnvironmentChange* biogears::SEEnvironmentActionCollection::m_Change
protected
std::stringstream biogears::SEEnvironmentActionCollection::m_ss
protected
SESubstanceManager& biogears::SEEnvironmentActionCollection::m_Substances
protected
SEThermalApplication* biogears::SEEnvironmentActionCollection::m_ThermalApplication
protected