SuperDex Physics C++ API
Loading...
Searching...
No Matches
superdex::ErrorLog Class Referencefinal

#include <error.h>

Public Member Functions

 ErrorLog (LogChannel channel=LogChannel::Error)
bool IsOK () const
 operator Error & ()
 ~ErrorLog ()

Public Attributes

LogChannel _channel
Error _error

Detailed Description

Definition at line 216 of file error.h.

Constructor & Destructor Documentation

◆ ErrorLog()

superdex::ErrorLog::ErrorLog ( LogChannel channel = LogChannel::Error)
inline

Definition at line 220 of file error.h.

◆ ~ErrorLog()

superdex::ErrorLog::~ErrorLog ( )
inline

Definition at line 221 of file error.h.

Member Function Documentation

◆ IsOK()

bool superdex::ErrorLog::IsOK ( ) const
inline

Definition at line 236 of file error.h.

◆ operator Error &()

superdex::ErrorLog::operator Error & ( )
inline

Definition at line 233 of file error.h.

Member Data Documentation

◆ _channel

LogChannel superdex::ErrorLog::_channel

Definition at line 239 of file error.h.

◆ _error

Error superdex::ErrorLog::_error

Definition at line 240 of file error.h.


The documentation for this class was generated from the following file: