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

Function ErrorID

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

Return the errorID.

Source from the content-addressed store, hash-verified

1886 }
1887 /// Return the errorID.
1888 XMLError ErrorID() const {
1889 return _errorID;
1890 }
1891 const char* ErrorName() const;
1892 static const char* ErrorIDToName(XMLError errorID);
1893

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected