#include <eReactionPool.h>
Public Member Functions | |
eReactionPool (std::vector< eReaction * > const *const reactions) | |
Public Attributes | |
std::vector< eReaction * > const *const | m_reactions |
A classholding all known reactions in the context of emotion
Documantation optimized for doxygen.
eReactionPool::eReactionPool | ( | std::vector< eReaction * > const *const | reactions | ) |
Constructor, which initiates the reaction pool
reactions | a pointer to a vector with all known reactions |
std::vector<eReaction*> const* const eReactionPool::m_reactions |
a vector which holds all the known reactions