Iterator over the children of a node from with name ref_name.
More...
#include <arcane/core/XmlNodeIterator.h>
Iterator over the children of a node from with name ref_name.
Definition at line 130 of file XmlNodeIterator.h.
◆ XmlNodeNameIterator() [1/2]
| Arcane::XmlNodeNameIterator::XmlNodeNameIterator |
( |
const XmlNode & | from, |
|
|
const String & | ref_name ) |
◆ XmlNodeNameIterator() [2/2]
| Arcane::XmlNodeNameIterator::XmlNodeNameIterator |
( |
const XmlNode & | from, |
|
|
const char * | ref_name ) |
◆ operator()()
| bool Arcane::XmlNodeNameIterator::operator() |
( |
| ) |
const |
|
inline |
◆ operator*() [1/2]
| XmlNode & Arcane::XmlNodeNameIterator::operator* |
( |
| ) |
|
|
inline |
◆ operator*() [2/2]
| const XmlNode & Arcane::XmlNodeNameIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
| void Arcane::XmlNodeNameIterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator->() [1/2]
| XmlNode * Arcane::XmlNodeNameIterator::operator-> |
( |
| ) |
|
|
inline |
◆ operator->() [2/2]
| const XmlNode * Arcane::XmlNodeNameIterator::operator-> |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: