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 |
| SEEnvironmentChange * | GetChange () const |
| void | RemoveChange () |
| bool | HasThermalApplication () const |
| SEThermalApplication * | GetThermalApplication () const |
| void | RemoveThermalApplication () |
Public Member Functions inherited from biogears::Loggable | |
| Loggable () | |
| Loggable (Logger *log) | |
| virtual | ~Loggable () |
| virtual Logger * | GetLogger () 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 | |
| SEEnvironmentChange * | m_Change |
| SEThermalApplication * | m_ThermalApplication |
| SESubstanceManager & | m_Substances |
| std::stringstream | m_ss |
Protected Attributes inherited from biogears::Loggable | |
| Logger * | m_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 |
|
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
|
protected |
|
protected |
|
protected |
|
protected |


Public Member Functions inherited from