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

Method LastChild

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

Source from the content-addressed store, hash-verified

529 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->FirstChild( _value ));
530 }
531 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children.
532 TiXmlNode* LastChild() { return lastChild; }
533
534 const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected