MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / FirstAttribute

Method FirstAttribute

ogsr_engine/xrCore/XML_Parser/tinyxml.h:1007–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005#endif
1006
1007 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
1008 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
1009 const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element.
1010 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); }

Callers

nothing calls this directly

Calls 1

FirstMethod · 0.80

Tested by

no test coverage detected