SVG for C++
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
SVG::Element::DepthFirstIterator Class Reference

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())
 
Elementoperator* () const
 
const detail::AffineTransform & transform () const
 
DepthFirstIteratoroperator++ ()
 
DepthFirstIterator operator++ (int)
 
bool operator== (const DepthFirstIterator &other) const
 
bool operator!= (const DepthFirstIterator &other) const
 

The documentation for this class was generated from the following file: