biogears::SEInhalerActionCollection Class Reference

#include <SEInhalerActionCollection.h>

Inheritance diagram for biogears::SEInhalerActionCollection:

Public Member Functions

 SEInhalerActionCollection (SESubstanceManager &)
 
 ~SEInhalerActionCollection ()
 
void Clear ()
 
void Unload (std::vector< CDM::ActionData * > &to)
 
bool ProcessAction (const SEInhalerAction &action)
 
bool ProcessAction (const CDM::InhalerActionData &action)
 
bool HasConfiguration () const
 
SEInhalerConfigurationGetConfiguration () const
 
void RemoveConfiguration ()
 
- Public Member Functions inherited from biogears::Loggable
 Loggable ()
 
 Loggable (Logger *log)
 
virtual ~Loggable ()
 
virtual LoggerGetLogger () const
 

Protected Member Functions

bool IsValid (const SEInhalerAction &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

SEInhalerConfigurationm_Configuration
 
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::SEInhalerActionCollection::SEInhalerActionCollection ( SESubstanceManager substances)
biogears::SEInhalerActionCollection::~SEInhalerActionCollection ( )

Member Function Documentation

void biogears::SEInhalerActionCollection::Clear ( )
SEInhalerConfiguration * biogears::SEInhalerActionCollection::GetConfiguration ( ) const
bool biogears::SEInhalerActionCollection::HasConfiguration ( ) const
bool biogears::SEInhalerActionCollection::IsValid ( const SEInhalerAction action)
protected
bool biogears::SEInhalerActionCollection::ProcessAction ( const SEInhalerAction action)
bool biogears::SEInhalerActionCollection::ProcessAction ( const CDM::InhalerActionData action)
Error:
Unsupported Action
void biogears::SEInhalerActionCollection::RemoveConfiguration ( )
void biogears::SEInhalerActionCollection::Unload ( std::vector< CDM::ActionData * > &  to)

Member Data Documentation

SEInhalerConfiguration* biogears::SEInhalerActionCollection::m_Configuration
protected
std::stringstream biogears::SEInhalerActionCollection::m_ss
protected
SESubstanceManager& biogears::SEInhalerActionCollection::m_Substances
protected