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

Method Value

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

< Return the name of this attribute.

Source from the content-addressed store, hash-verified

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.
815 #endif

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected