Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Convert errno to string. More...
#include <errno_to_str.h>
Public Member Functions | |
errno_to_str () | |
Construct from errno. More... | |
errno_to_str (int err) | |
Construct from custom error code. More... | |
const char * | c_str () const |
Get error message. More... | |
Convert errno to string.
Definition at line 23 of file errno_to_str.h.
roc::core::errno_to_str::errno_to_str | ( | ) |
Construct from errno.
|
explicit |
Construct from custom error code.
|
inline |
Get error message.
Definition at line 32 of file errno_to_str.h.