Searched refs:LastAttribute (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h950 const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element. function in class:TiXmlElement
951 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); } function in class:TiXmlElement

Completed in 56 milliseconds