Skip to content

scram::xml::Element::Range::iterator

Iterator over range elements.

#include <xml.h>

Inherits from boost::iterator_facade< iterator, Element, std::forward_iterator_tag, Element >

Public Functions

Name
iterator(const xmlElement * element =nullptr)

Public Functions Documentation

function iterator

cpp
inline explicit iterator(
    const xmlElement * element =nullptr
)

Parameters:

  • element The starting element in the list. nullptr signifies the end.

Updated on 2026-01-09 at 21:59:12 +0000