Public Member Functions |
Static Public Attributes |
Protected Attributes |
Friends |
List of all members
SEConsumeMeal Class Reference
#include <SEConsumeMeal.h>
Inherits SEPatientCondition.
Public Member Functions | |
SEConsumeMeal (Logger *logger=nullptr) | |
virtual | ~SEConsumeMeal () |
std::string | GetName () const override |
void | Clear () override |
void | Copy (const SEConsumeMeal &src) |
bool | IsValid () const override |
bool | IsActive () const override |
bool | HasMeal () const |
SEMeal & | GetMeal () |
const SEMeal * | GetMeal () const |
virtual std::string | GetMealFile () const |
virtual void | SetMealFile (const std::string &fileName) |
virtual bool | HasMealFile () const |
Public Member Functions inherited from SEPatientCondition | |
SEPatientCondition (Logger *logger) | |
virtual | ~SEPatientCondition () |
virtual std::string | GetConditionType () const override |
void | Clear () override |
bool | IsValid () const override=0 |
bool | IsActive () const override=0 |
Public Member Functions inherited from SECondition | |
SECondition (Logger *logger) | |
virtual | ~SECondition () |
virtual std::string | GetName () const =0 |
virtual std::string | GetConditionType () const |
virtual void | Clear () |
virtual bool | SerializeToString (std::string &dst, eSerializationFormat fmt) const |
virtual bool | IsValid () const =0 |
virtual bool | IsActive () const =0 |
virtual void | Activate () |
virtual std::string | GetComment () const |
virtual void | SetComment (const std::string &comment) |
virtual bool | HasComment () const |
virtual void | InvalidateComment () |
virtual std::string | ToJSON () const |
virtual std::string | ToString () const |
Public Member Functions inherited from Loggable | |
Loggable (Logger *logger=nullptr) | |
Loggable (std::string const &logfile) | |
virtual | ~Loggable () |
virtual Logger * | GetLogger () const |
virtual void | SetLogger (Logger &logger) |
virtual void | Debug (std::string const &msg) const |
virtual void | Debug (std::stringstream &msg) const |
virtual void | Debug (std::ostream &msg) const |
virtual void | Info (std::string const &msg) const |
virtual void | Info (std::stringstream &msg) const |
virtual void | Info (const std::stringstream &msg) const |
virtual void | Info (std::ostream &msg) const |
virtual void | Warning (std::string const &msg) const |
virtual void | Warning (std::stringstream &msg) const |
virtual void | Warning (std::ostream &msg) const |
virtual void | Error (std::string const &msg) const |
virtual void | Error (std::stringstream &msg) const |
virtual void | Error (std::ostream &msg) const |
virtual void | Fatal (std::string const &msg) const |
virtual void | Fatal (std::stringstream &msg) const |
virtual void | Fatal (std::ostream &msg) const |
Static Public Attributes | |
static constexpr char const * | Name = "Consume Meal" |
Static Public Attributes inherited from SEPatientCondition | |
static constexpr char const * | ConditionType = "Patient" |
Static Public Attributes inherited from SECondition | |
static constexpr char const * | ConditionType = "Condition" |
Protected Attributes | |
SEMeal * | m_Meal |
std::string | m_MealFile |
Protected Attributes inherited from SECondition | |
std::string | m_Comment |
Protected Attributes inherited from Loggable | |
bool | myLogger |
Logger * | m_Logger |
Friends | |
class | PBPatientCondition |
Additional Inherited Members | |
Static Public Member Functions inherited from SECondition | |
static SECondition * | SerializeFromString (const std::string src, eSerializationFormat fmt, const SESubstanceManager &subMgr) |
static std::string | PrettyPrint (const std::string &str) |
Constructor & Destructor Documentation
◆ SEConsumeMeal()
SEConsumeMeal::SEConsumeMeal | ( | Logger * | logger = nullptr | ) |
◆ ~SEConsumeMeal()
|
virtual |
Member Function Documentation
◆ Clear()
|
overridevirtual |
Reimplemented from SECondition.
◆ Copy()
void SEConsumeMeal::Copy | ( | const SEConsumeMeal & | src | ) |
◆ GetMeal() [1/2]
SEMeal & SEConsumeMeal::GetMeal | ( | ) |
◆ GetMeal() [2/2]
const SEMeal * SEConsumeMeal::GetMeal | ( | ) | const |
◆ GetMealFile()
|
virtual |
◆ GetName()
|
inlineoverridevirtual |
Implements SECondition.
◆ HasMeal()
bool SEConsumeMeal::HasMeal | ( | ) | const |
◆ HasMealFile()
|
virtual |
◆ IsActive()
|
overridevirtual |
Implements SEPatientCondition.
◆ IsValid()
|
overridevirtual |
Implements SEPatientCondition.
◆ SetMealFile()
|
virtual |
Friends And Related Function Documentation
◆ PBPatientCondition
|
friend |
Member Data Documentation
◆ m_Meal
|
protected |
◆ m_MealFile
|
protected |
◆ Name
|
staticconstexpr |