|
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
|
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 |
| iterator & | operator++ () |
| void | operator++ (int) |
Friends | |
| class | descendants_view |
Iterator for recursively traversing descendant nodes.
Definition at line 62 of file xml_descendants.h.