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

Function ErrorLineNum

CoreLib/tinyxml2.h:1900–1903  ·  view source on GitHub ↗

Return the line where the error occurred, or zero if unknown.

Source from the content-addressed store, hash-verified

1898
1899 /// Return the line where the error occurred, or zero if unknown.
1900 int ErrorLineNum() const
1901 {
1902 return _errorLineNum;
1903 }
1904
1905 /// Clear the document, resetting it to the initial state.
1906 void Clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected