imaging::XmlReader::element Class Reference
Stream command to add an element to the current path.
More...
#include <XmlReader.hpp>
List of all members.
Detailed Description
Stream command to add an element to the current path.
Constructor & Destructor Documentation
imaging::XmlReader::element::element |
( |
const std::string & |
identifier |
) |
[inline] |
Passing this element to an XML input stream adds the element identifier to the current path.
imaging::XmlReader::element::element |
( |
const std::string & |
identifier, |
|
|
size_t |
index | |
|
) |
| | [inline] |
Passing this element to an XML input stream adds the index-th (zero-based) element named identifier to the current path.
imaging::XmlReader::element::element |
( |
size_t |
index |
) |
[inline] |
Passing this element to an XML input stream selects the index-th (zero-based) element of the elements selected by the current path.
The documentation for this class was generated from the following file: