MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / FirstChild

Function FirstChild

sourcecommon/tinyxml2.h:702–704  ·  view source on GitHub ↗

Get the first child node, or null if none exists.

Source from the content-addressed store, hash-verified

700
701 /// Get the first child node, or null if none exists.
702 const XMLNode* FirstChild() const {
703 return _firstChild;
704 }
705
706 XMLNode* FirstChild() {
707 return _firstChild;

Callers 8

AcceptMethod · 0.85
GetTextMethod · 0.85
SetTextMethod · 0.85
QueryIntTextMethod · 0.85
QueryUnsignedTextMethod · 0.85
QueryBoolTextMethod · 0.85
QueryDoubleTextMethod · 0.85
QueryFloatTextMethod · 0.85

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected