MCPcopy Create free account
hub / github.com/Norbyte/bg3se / GetLineNum

Function GetLineNum

CoreLib/tinyxml2.h:752–752  ·  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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected