MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / FirstChild

Method FirstChild

lesson7-Detection/src/utils/tinyxml.h:522–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 const TiXmlNode* Parent() const { return parent; }
521
522 const TiXmlNode* FirstChild() const { return firstChild; } ///< The first child of this node. Will be null if there are no children.
523 TiXmlNode* FirstChild() { return firstChild; }
524 const TiXmlNode* FirstChild( const char * value ) const; ///< The first child of this node with the matching 'value'. Will be null if none found.
525 /// The first child of this node with the matching 'value'. Will be null if none found.

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected