This file contains the definition of the xml::nodes_view and xml::const_nodes_view classes. More...
#include "xmlwrapp/init.h"#include <iterator>

Go to the source code of this file.
Classes | |
| class | xml::nodes_view |
| This class implements a view of XML nodes. More... | |
| class | xml::nodes_view::iterator |
| The iterator provides a way to access nodes in the view similar to a standard C++ container. More... | |
| class | xml::nodes_view::const_iterator |
| The const_iterator provides a way to access nodes in the view similar to a standard C++ container. More... | |
| class | xml::const_nodes_view |
| This class implements a read-only view of XML nodes. More... | |
Namespaces | |
| namespace | xml |
XML library namespace. | |
This file contains the definition of the xml::nodes_view and xml::const_nodes_view classes.
1.6.1