MCPcopy Create free account
hub / github.com/USCiLab/cereal / NodeInfo

Method NodeInfo

include/cereal/archives/xml.hpp:700–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698 struct NodeInfo
699 {
700 NodeInfo( rapidxml::xml_node<> * n = nullptr ) :
701 node( n ),
702 child( n->first_node() ),
703 size( XMLInputArchive::getNumChildren( n ) ),
704 name( nullptr )
705 { }
706
707 //! Advances to the next sibling node of the child
708 /*! If this is the last sibling child will be null after calling */

Callers

nothing calls this directly

Calls 1

first_nodeMethod · 0.80

Tested by

no test coverage detected