MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / First

Method First

Engine/lib/tinyxml/tinyxml.h:917–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915 void Remove( TiXmlAttribute* attribute );
916
917 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
918 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
919 const TiXmlAttribute* Last() const { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }
920 TiXmlAttribute* Last() { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }

Callers 6

ClearThisMethod · 0.45
PrintMethod · 0.45
CopyToMethod · 0.45
AcceptMethod · 0.45
FirstAttributeMethod · 0.45
PrintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected