|
SuperDex Physics C++ API
|
#include <error.h>
Public Member Functions | |
| ErrorLog (LogChannel channel=LogChannel::Error) | |
| bool | IsOK () const |
| operator Error & () | |
| ~ErrorLog () | |
Public Attributes | |
| LogChannel | _channel |
| Error | _error |
|
inline |
| LogChannel superdex::ErrorLog::_channel |