#include <Event.hpp>
Definition at line 177 of file Event.hpp.
Public Member Functions | |
| ParameterNode (void) | |
| default constructor | |
| template<typename T> | |
| ParameterNode (const Vocabulary::TermRef &tr, const T &v) | |
| constructs ParameterNode initialized with a value | |
Public Attributes | |
| ParameterNode * | m_parent_ptr |
| pointer to parent node (used by rbtree algorithms) | |
| ParameterNode * | m_left_ptr |
| pointer to left node (used by rbtree algorithms) | |
| ParameterNode * | m_right_ptr |
| pointer to right node (used by rbtree algorithms) | |
| boost::uint8_t | m_tree_color |
| color value for this node (used by rbtree algorithms) | |
| Vocabulary::TermRef | term_ref |
| Term reference id for the parameter. | |
| ParameterValue | value |
| value for the parameter | |
1.4.7