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

Function ErrorLineNum

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

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected