#include <types.h>
Public Member Functions | |
rs2_exception_type | get_exception_type () const noexcept |
const char * | get_message () const noexcept |
const char * | what () const noexceptoverride |
Protected Member Functions | |
librealsense_exception (const std::string &msg, rs2_exception_type exception_type) noexcept | |
Private Attributes | |
rs2_exception_type | _exception_type |
std::string | _msg |
Definition at line 271 of file src/types.h.
|
inlineprotectednoexcept |
Definition at line 290 of file src/types.h.
|
inlinenoexcept |
Definition at line 279 of file src/types.h.
|
inlinenoexcept |
Definition at line 274 of file src/types.h.
|
inlineoverridenoexcept |
Definition at line 284 of file src/types.h.
|
private |
Definition at line 298 of file src/types.h.
|
private |
Definition at line 297 of file src/types.h.