MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SetName

Function SetName

sourcecommon/tinyxml2.h:1140–1142  ·  view source on GitHub ↗

Set the name of the element.

Source from the content-addressed store, hash-verified

1138 }
1139 /// Set the name of the element.
1140 void SetName( const char* str, bool staticMem=false ) {
1141 SetValue( str, staticMem );
1142 }
1143
1144 virtual XMLElement* ToElement() {
1145 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected