MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Name

Method Name

Source/3rdParty/tinyxml2/tinyxml2.h:962–964  ·  view source on GitHub ↗

The name of the attribute.

Source from the content-addressed store, hash-verified

960public:
961 /// The name of the attribute.
962 const char* Name() const {
963 return _name.GetStr();
964 }
965 /// The value of the attribute.
966 const char* Value() const {
967 return _value.GetStr();

Callers

nothing calls this directly

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected