![]() |
TSDuck v3.44-4554
MPEG Transport Stream Toolkit
|
An iterable set of constant XML elements. More...
#include <tsxmlElement.h>
Public Member Functions | |
| ConstElementIterator | begin () const |
| Get the iterator to the beginning of the set. | |
| ConstElementIterator | end () const |
| Get the iterator to the end of the set. | |
| bool | isValid () const |
| Check if iterations across the set of constant XML elements can continue. | |
An iterable set of constant XML elements.
Instances of these classes can only be created using ts::xml::Element::children() and should only be used as temporary objects in range-based "for" loops.
|
inline |
Check if iterations across the set of constant XML elements can continue.
| ConstElementIterator ts::xml::Element::ConstElementSet::begin | ( | ) | const |
Get the iterator to the beginning of the set.
|
inline |
Get the iterator to the end of the set.