MCPcopy Create free account
hub / github.com/Hale423/CenterPoint / SampleErrorRecorder

Class SampleErrorRecorder

include/common/ErrorRecorder.h:41–146  ·  view source on GitHub ↗

A simple implementation of the IErrorRecorder interface for use by samples. This interface also can be used as a reference implementation. The sample Error recorder is based on a vector that pairs the error code and the error string into a single element. It also uses standard mutex's and atomics in order to make sure that the code works in a multi-threaded environment. SampleErrorRecorder is not

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected