#include <eStandard.h>
Public Member Functions | |
eStandard (std::string *name, std::vector< eFeeling * > *feelings, eObject *object) | |
eStandard (const eStandard &) | |
Public Attributes | |
std::string *const | m_name |
std::vector< eFeeling * > * | m_feelings |
eObject *const | m_object |
A class defining a standard in the context of eMotion
Documantation optimized for doxygen.
Constructor, which defines the standard
name | a string describing this attitude |
feelings | a vector of feelings describing the related standard to the object |
object | a pointer to the related object |
eStandard::eStandard | ( | const eStandard & | sta | ) |
CopyConstructor
const | standard& a reference to the object, which should be copied. |
std::vector<eFeeling*>* eStandard::m_feelings |
a vector of feelings describing the related standard to the object
std::string* const eStandard::m_name |
a string representing the name of this standard
eObject* const eStandard::m_object |
a pointer to the related object