MCPcopy Create free account
hub / github.com/DFHack/dfhack / FirstAttribute

Method FirstAttribute

depends/tinyxml/tinyxml.h:1084–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082 #endif
1083
1084 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
1085 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
1086 const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element.
1087 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); }

Callers

nothing calls this directly

Calls 1

FirstMethod · 0.80

Tested by

no test coverage detected