biogears::SEActionManager Class Reference
#include <SEActionManager.h>
Inheritance diagram for biogears::SEActionManager:

Public Member Functions | |
| SEActionManager (SESubstanceManager &) | |
| ~SEActionManager () | |
| void | Clear () |
| void | Unload (std::vector< CDM::ActionData * > &to) |
| bool | ProcessAction (const SEAction &action) |
| bool | ProcessAction (const CDM::ActionData &in) |
| SEEnvironmentActionCollection & | GetEnvironmentActions () |
| SEPatientActionCollection & | GetPatientActions () |
| SEAnesthesiaMachineActionCollection & | GetAnesthesiaMachineActions () |
| SEInhalerActionCollection & | GetInhalerActions () |
Public Member Functions inherited from biogears::Loggable | |
| Loggable () | |
| Loggable (Logger *log) | |
| virtual | ~Loggable () |
| virtual Logger * | GetLogger () const |
Protected Attributes | |
| SESubstanceManager & | m_Substances |
| SEEnvironmentActionCollection | m_EnvironmentActions |
| SEPatientActionCollection | m_PatientActions |
| SEAnesthesiaMachineActionCollection | m_AnesthesiaMachineActions |
| SEInhalerActionCollection | m_InhalerActions |
| std::vector< CDM::ActionData * > | m_ProcessedActions |
| 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 |
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 |
Constructor & Destructor Documentation
| biogears::SEActionManager::SEActionManager | ( | SESubstanceManager & | substances | ) |
| biogears::SEActionManager::~SEActionManager | ( | ) |
Member Function Documentation
| void biogears::SEActionManager::Clear | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
| bool biogears::SEActionManager::ProcessAction | ( | const CDM::ActionData & | in | ) |
| void biogears::SEActionManager::Unload | ( | std::vector< CDM::ActionData * > & | to | ) |
Member Data Documentation
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |


Public Member Functions inherited from