MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / Previous

Method Previous

external/tinyxml/tinyxml.h:856–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854 /// Get the previous sibling attribute in the DOM. Returns null at beginning.
855 const TiXmlAttribute* Previous() const;
856 TiXmlAttribute* Previous() {
857 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(this))->Previous() );
858 }
859
860 bool operator==( const TiXmlAttribute& rhs ) const { return rhs.name == name; }
861 bool operator<( const TiXmlAttribute& rhs ) const { return name < rhs.name; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected