Thrill
0.1
|
Definition at line 42 of file dia_node.hpp.
#include <dia_node.hpp>
Public Attributes | |
Callback | callback |
callback to invoke (currently for each item) More... | |
DIABase * | node |
reference to child node More... | |
size_t | parent_index |
Callback callback |
callback to invoke (currently for each item)
Definition at line 46 of file dia_node.hpp.
Referenced by DIANode< StackInput >::AddChild().
DIABase* node |
reference to child node
Definition at line 44 of file dia_node.hpp.
Referenced by DIANode< StackInput >::AddChild(), and DIANode< StackInput >::RemoveChild().
size_t parent_index |
index this node has among the parents of the child (passed to callbacks), e.g. for ZipNode which has multiple parents and their order is important.
Definition at line 50 of file dia_node.hpp.
Referenced by DIANode< StackInput >::AddChild().