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

Function FirstAttribute

sourcecommon/tinyxml2.h:1340–1342  ·  view source on GitHub ↗

Return the first attribute in the list.

Source from the content-addressed store, hash-verified

1338
1339 /// Return the first attribute in the list.
1340 const XMLAttribute* FirstAttribute() const {
1341 return _rootAttribute;
1342 }
1343 /// Query a specific attribute in the list.
1344 const XMLAttribute* FindAttribute( const char* name ) const;
1345

Callers 2

ShallowCloneMethod · 0.85
ShallowEqualMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected