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

Method Name

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

Source from the content-addressed store, hash-verified

809 }
810
811 const char* Name() const { return name.c_str(); } ///< Return the name of this attribute.
812 const char* Value() const { return value.c_str(); } ///< Return the value of this attribute.
813 #ifdef TIXML_USE_STL
814 const std::string& ValueStr() const { return value; } ///< Return the value of this attribute.

Callers 3

CopyToMethod · 0.80
AddMethod · 0.80
ParseMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected