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

Method Value

Source/3rdParty/tinyxml2/tinyxml2.h:966–968  ·  view source on GitHub ↗

The value of the attribute.

Source from the content-addressed store, hash-verified

964 }
965 /// The value of the attribute.
966 const char* Value() const {
967 return _value.GetStr();
968 }
969 /// The next attribute in the list.
970 const XMLAttribute* Next() const {
971 return _next;

Callers

nothing calls this directly

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected