|
SVG for C++
|
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = Element * |
| using | difference_type = std::ptrdiff_t |
| using | pointer = Element ** |
| using | reference = Element *& |
Public Member Functions | |
| DepthFirstIterator (Element *root, bool include_root, TraversalOptions options=TraversalOptions()) | |
| Element * | operator* () const |
| const detail::AffineTransform & | transform () const |
| DepthFirstIterator & | operator++ () |
| DepthFirstIterator | operator++ (int) |
| bool | operator== (const DepthFirstIterator &other) const |
| bool | operator!= (const DepthFirstIterator &other) const |