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

Method IterateChildren

external/tinyxml/tinyxml.h:563–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 */
562 const TiXmlNode* IterateChildren( const TiXmlNode* previous ) const;
563 TiXmlNode* IterateChildren( const TiXmlNode* previous ) {
564 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->IterateChildren( previous ) );
565 }
566
567 /// This flavor of IterateChildren searches for children with a particular 'value'
568 const TiXmlNode* IterateChildren( const char * value, const TiXmlNode* previous ) const;

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected