Searched defs:First (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h822 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
823 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
948 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
949 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }

Completed in 54 milliseconds