MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / FirstAttribute

Function FirstAttribute

Dependencies/tinyxml2/include/tinyxml2.h:1475–1477  ·  view source on GitHub ↗

Return the first attribute in the list.

Source from the content-addressed store, hash-verified

1473
1474 /// Return the first attribute in the list.
1475 const XMLAttribute* FirstAttribute() const {
1476 return _rootAttribute;
1477 }
1478 /// Query a specific attribute in the list.
1479 const XMLAttribute* FindAttribute( const char* name ) const;
1480

Callers 2

ShallowCloneMethod · 0.85
ShallowEqualMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected