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

Method Value

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

The meaning of 'value' changes for the specific type of TiXmlNode. @verbatim Document: filename of the xml file Element: name of the element Comment: the comment text Unknown: the tag contents Text: the text string @endverbatim The subclasses will wrap this function. */

Source from the content-addressed store, hash-verified

485 The subclasses will wrap this function.
486 */
487 const char *Value() const { return value.c_str (); }
488
489 #ifdef TIXML_USE_STL
490 /** Return Value() as a std::string. If you only use STL,

Callers 13

loadXMLFunction · 0.45
FirstChildMethod · 0.45
LastChildMethod · 0.45
NextSiblingMethod · 0.45
PreviousSiblingMethod · 0.45
AttributeMethod · 0.45
QueryBoolAttributeMethod · 0.45
CopyToMethod · 0.45
GetTextMethod · 0.45
VisitEnterMethod · 0.45
VisitExitMethod · 0.45
VisitMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected