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

Method ChildElement

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

Source from the content-addressed store, hash-verified

1678
1679 TiXmlHandle Child( const std::string& _value, int index ) const { return Child( _value.c_str(), index ); }
1680 TiXmlHandle ChildElement( const std::string& _value, int index ) const { return ChildElement( _value.c_str(), index ); }
1681 #endif
1682
1683 /** Return the handle as a TiXmlNode. This may return null.

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected