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

Method FirstAttribute

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

Source from the content-addressed store, hash-verified

1087 #endif
1088
1089 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
1090 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
1091 const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element.
1092 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); }

Callers 8

readElementMethod · 0.80
firstAttributeMethod · 0.80
parseAttributesMethod · 0.80
parseAttributesMethod · 0.80
parseCustomNodeMethod · 0.80
getTamlRefIdMethod · 0.80
getTamlRefToIdMethod · 0.80
getTamlObjectNameMethod · 0.80

Calls 1

FirstMethod · 0.45

Tested by

no test coverage detected