MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / GetLineNum

Function GetLineNum

3rdparty/tinyxml2/tinyxml2.h:754–754  ·  view source on GitHub ↗

Gets the line number the node is in, if the document was parsed from a file.

Source from the content-addressed store, hash-verified

752
753 /// Gets the line number the node is in, if the document was parsed from a file.
754 int GetLineNum() const { return _parseLineNum; }
755
756 /// Get the parent of this node on the DOM.
757 const XMLNode* Parent() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected