#include <scribble.h>
Public Member Functions | |
scribbler (tree_type &t) | |
scribbler & | b (const_reference v) |
scribbler & | e () |
scribbler & | operator() (const_reference v) |
Private Types | |
typedef tree< Value, Allocator > | tree_type |
typedef tree_type::sibling_iterator | iterator |
typedef tree_type::const_reference | const_reference |
Private Attributes | |
tree_type & | tree_ |
iterator | cur_ |
Definition at line 66 of file scribble.h.
|
Definition at line 71 of file scribble.h. Referenced by gslib::sapling::scribbler< Value, Allocator >::b(), and gslib::sapling::scribbler< Value, Allocator >::operator()(). |
|
Definition at line 70 of file scribble.h. |
|
Definition at line 69 of file scribble.h. |
|
Definition at line 75 of file scribble.h. References gslib::sapling::scribbler< Value, Allocator >::tree_, and tree_type.
|
|
Definition at line 79 of file scribble.h. References gslib::sapling::scribbler< Value, Allocator >::const_reference, and gslib::sapling::scribbler< Value, Allocator >::tree_.
|
|
Definition at line 84 of file scribble.h.
|
|
Definition at line 89 of file scribble.h. References gslib::sapling::scribbler< Value, Allocator >::const_reference, and gslib::sapling::scribbler< Value, Allocator >::tree_.
|
|
Definition at line 73 of file scribble.h. |
|
Definition at line 72 of file scribble.h. Referenced by gslib::sapling::scribbler< Value, Allocator >::b(), gslib::sapling::scribbler< Value, Allocator >::operator()(), and gslib::sapling::scribbler< Value, Allocator >::scribbler(). |