cereal
A C++11 library for serialization
 All Classes Files Functions Variables Typedefs Enumerations Groups
Public Member Functions | Public Attributes | List of all members
cereal::XMLInputArchive::NodeInfo Struct Reference

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_nodenode
 A pointer to this node.
 
rapidxml::xml_nodechild
 A pointer to its current child.
 
size_t size
 

Detailed Description

A struct that contains metadata about a node.


The documentation for this struct was generated from the following file: