HandleOnly class is as it says a handle only.
More...
#include <cvb/handle_only.hpp>
HandleOnly class is as it says a handle only.
◆ FromHandle()
Creates a handle only from a classic API handle.
- Parameters
-
[in] | guard | Life time guard for C-API handle. |
- Returns
- The handle only created from the classic API handle.
- Exceptions
-
The handle only takes ownership of the handle, so you must share it before using this function.
◆ Handle()
Classic API node handle.
- Returns
- Classic API handle.
- Exceptions
-
Does | not throw any exception. |
It is normally not necessary to work with this handle.