#include <Event.hpp>
Definition at line 1180 of file Event.hpp.
Public Types | |
| typedef ParameterNode | node |
| typedef ParameterNode * | node_ptr |
| typedef const ParameterNode * | const_node_ptr |
| typedef boost::uint8_t | color |
Static Public Member Functions | |
| static node_ptr | get_parent (const_node_ptr n) |
| static void | set_parent (node_ptr n, node_ptr parent) |
| static node_ptr | get_left (const_node_ptr n) |
| static void | set_left (node_ptr n, node_ptr left) |
| static node_ptr | get_right (const_node_ptr n) |
| static void | set_right (node_ptr n, node_ptr right) |
| static color | get_color (const_node_ptr n) |
| static void | set_color (node_ptr n, color c) |
| static color | black () |
| static color | red () |
1.4.7