#include <eFeeling.h>
Public Member Functions | |
eFeeling (std::string *name, float value) | |
~eFeeling (void) | |
Public Attributes | |
std::string *const | m_name |
float | m_value |
A class describing a feeling in the context of eMotion.
Documantation optimized for doxygen.
eFeeling::eFeeling | ( | std::string * | name, |
float | value | ||
) |
Constructor that creates an empty eCondtions object.
name | a pointer to the feelings pool nameing this feeling. |
value | the vlaue, which describes this feeling |
eFeeling::~eFeeling | ( | void | ) |
Standard destructor, freeing ressources
std::string* const eFeeling::m_name |
holds a pointer to a string, describing the name of this feeling
float eFeeling::m_value |
holds a value, describing the state of this feeling