DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
docwire::xml::descendants_view< safety_level >::iterator Class Referencefinal

Iterator for recursively traversing descendant nodes. More...

#include <xml_descendants.h>

Public Types

using iterator_concept = std::input_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using value_type = node_ref< safety_level >
 
using pointer = const node_ref< safety_level > *
 
using reference = const node_ref< safety_level > &
 

Public Member Functions

bool operator== (const sentinel &s) const
 
reference operator* () const
 
pointer operator-> () const
 
iteratoroperator++ ()
 
void operator++ (int)
 

Friends

class descendants_view
 

Detailed Description

template<safety_policy safety_level = default_safety_level>
class docwire::xml::descendants_view< safety_level >::iterator

Iterator for recursively traversing descendant nodes.

Definition at line 62 of file xml_descendants.h.


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