MCPcopy Create free account
hub / github.com/JayXon/Leanify / FirstAttribute

Function FirstAttribute

lib/tinyxml2/tinyxml2.h:1385–1387  ·  view source on GitHub ↗

Return the first attribute in the list.

Source from the content-addressed store, hash-verified

1383
1384 /// Return the first attribute in the list.
1385 const XMLAttribute* FirstAttribute() const {
1386 return _rootAttribute;
1387 }
1388 /// Query a specific attribute in the list.
1389 const XMLAttribute* FindAttribute( const char* name ) const;
1390

Callers 2

ShallowCloneMethod · 0.85
ShallowEqualMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected