|
cereal
A C++11 library for serialization
|
A struct that contains metadata about a node. More...
#include <cereal/archives/xml.hpp>
Public Member Functions | |
| NodeInfo (rapidxml::xml_node<> *n=nullptr) | |
| void | advance () |
Public Attributes | |
| rapidxml::xml_node * | node |
| A pointer to this node. | |
| rapidxml::xml_node * | child |
| A pointer to its current child. | |
| size_t | size |
A struct that contains metadata about a node.
1.8.3.1