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

Method Next

external/tinyxml/tinyxml.h:850–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848 /// Get the next sibling attribute in the DOM. Returns null at end.
849 const TiXmlAttribute* Next() const;
850 TiXmlAttribute* Next() {
851 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(this))->Next() );
852 }
853
854 /// Get the previous sibling attribute in the DOM. Returns null at beginning.
855 const TiXmlAttribute* Previous() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected