#include <rs_types.hpp>

Public Member Functions | |
| error (rs2_error *err) | |
| error (const std::string &message) | |
| const std::string & | get_failed_args () const |
| const std::string & | get_failed_function () const |
| rs2_exception_type | get_type () const |
Static Public Member Functions | |
| static void | handle (rs2_error *e) |
Private Attributes | |
| std::string | args |
| std::string | function |
| rs2_exception_type | type |
Definition at line 92 of file rs_types.hpp.
|
inlineexplicit |
Definition at line 97 of file rs_types.hpp.
|
inlineexplicit |
Definition at line 105 of file rs_types.hpp.
|
inline |
Definition at line 117 of file rs_types.hpp.
|
inline |
Definition at line 112 of file rs_types.hpp.
|
inline |
Definition at line 122 of file rs_types.hpp.
Definition at line 144 of file rs_types.hpp.
|
private |
Definition at line 94 of file rs_types.hpp.
|
private |
Definition at line 94 of file rs_types.hpp.
|
private |
Definition at line 95 of file rs_types.hpp.