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

Method FirstChild

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

Source from the content-addressed store, hash-verified

1674
1675 #ifdef TIXML_USE_STL
1676 TiXmlHandle FirstChild( const std::string& _value ) const { return FirstChild( _value.c_str() ); }
1677 TiXmlHandle FirstChildElement( const std::string& _value ) const { return FirstChildElement( _value.c_str() ); }
1678
1679 TiXmlHandle Child( const std::string& _value, int index ) const { return Child( _value.c_str(), index ); }

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected