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

Method NextSiblingElement

external/tinyxml/tinyxml.h:645–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643 */
644 const TiXmlElement* NextSiblingElement() const;
645 TiXmlElement* NextSiblingElement() {
646 return const_cast< TiXmlElement* >( (const_cast< const TiXmlNode* >(this))->NextSiblingElement() );
647 }
648
649 /** Convenience function to get through elements.
650 Calls NextSibling and ToElement. Will skip all non-Element

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected