#include <unit-tests-common.h>
Public Member Functions | |
operator rs_context * () const | |
bool | operator== (const safe_context &other) const |
safe_context () | |
~safe_context () | |
Private Member Functions | |
safe_context (int) | |
Private Attributes | |
rs_context * | context |
Definition at line 72 of file unit-tests-common.h.
safe_context::safe_context | ( | int | ) | [inline, private] |
Definition at line 75 of file unit-tests-common.h.
safe_context::safe_context | ( | ) | [inline] |
Definition at line 77 of file unit-tests-common.h.
safe_context::~safe_context | ( | ) | [inline] |
Definition at line 83 of file unit-tests-common.h.
safe_context::operator rs_context * | ( | ) | const [inline] |
Definition at line 93 of file unit-tests-common.h.
bool safe_context::operator== | ( | const safe_context & | other | ) | const [inline] |
Definition at line 91 of file unit-tests-common.h.
rs_context* safe_context::context [private] |
Definition at line 74 of file unit-tests-common.h.