|
|
This file contains high-level rapidxml utilities that can be useful in certain simple scenarios. More...
Include dependency graph for rapidxml_utils.hpp:Go to the source code of this file.
Classes | |
| class | file< Ch > |
| Represents data loaded from a file. More... | |
Namespaces | |
| namespace | rapidxml |
Functions | |
| template<class Ch> | |
| std::size_t | count_attributes (xml_node< Ch > *node) |
| Counts attributes of node. | |
| template<class Ch> | |
| std::size_t | count_children (xml_node< Ch > *node) |
| Counts children of node. | |
This file contains high-level rapidxml utilities that can be useful in certain simple scenarios.
They should probably not be used if maximizing performance is the main objective.
Definition in file rapidxml_utils.hpp.