![]() |
VisionWorks Toolkit ReferenceDecember 18, 2015 | 1.2 Release |
ContextGuard
is a wrapper for vx_context
.
It is intended for safe releasing of some resources. It is recommended to use ContextGuard
in your OWR application instead of vx_context
.
Definition at line 162 of file Utility.hpp.
Public Member Functions | |
ContextGuard () | |
ContextGuard (const ContextGuard &)=delete | |
operator vx_context () | |
ContextGuard & | operator= (const ContextGuard &)=delete |
~ContextGuard () | |
|
inline |
Definition at line 164 of file Utility.hpp.
References nvxio::checkIfContextIsValid().
|
delete |
|
inline |
Definition at line 169 of file Utility.hpp.
References vxReleaseContext().
|
delete |
|
inline |
Definition at line 172 of file Utility.hpp.