|
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 traversing direct child nodes. More...
#include <xml_children.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 value_type * |
| using | reference = const value_type & |
Public Member Functions | |
| bool | operator== (const sentinel &s) const |
| reference | operator* () const |
| pointer | operator-> () const |
| iterator & | operator++ () |
| void | operator++ (int) |
Friends | |
| class | children_view< safety_level > |
Iterator for traversing direct child nodes.
Definition at line 62 of file xml_children.h.