#include <eReaction.h>
Public Member Functions | |
eReaction (std::string *name, std::vector< eFeeling * > *feelingPattern) | |
Public Attributes | |
std::string *const | m_name |
std::vector< eFeeling * > *const | m_feelingPattern |
A class defining a reaction in the context of eMotion
Documantation optimized for doxygen.
eReaction::eReaction | ( | std::string * | name, |
std::vector< eFeeling * > * | feelingPattern | ||
) |
Constructor, which defines a reaction
name | a string describing this reaction |
feelingPattern | a vector of feelings describing this reaction |
std::vector<eFeeling*>* const eReaction::m_feelingPattern |
describes a pattern in relation to the mood
std::string* const eReaction::m_name |
describes the name of this reaction