eMotion
 All Classes Functions Variables Enumerations
Public Member Functions | Public Attributes | List of all members
eStandard Class Reference

#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
 

Detailed Description

Author
Florian Harde flori.nosp@m.anha.nosp@m.rde@y.nosp@m.ahoo.nosp@m..de

DESCRIPTION

A class defining a standard in the context of eMotion

Documantation optimized for doxygen.

Constructor & Destructor Documentation

eStandard::eStandard ( std::string *  name,
std::vector< eFeeling * > *  feelings,
eObject object 
)

Constructor, which defines the standard

Parameters
namea string describing this attitude
feelingsa vector of feelings describing the related standard to the object
objecta pointer to the related object
eStandard::eStandard ( const eStandard sta)

CopyConstructor

Parameters
conststandard& a reference to the object, which should be copied.

Member Data Documentation

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


The documentation for this class was generated from the following files: