§tiro::handle::holder
§Public Functions
| Name | |
|---|---|
| holder(tiro_vm_t vm, tiro_handle_t handle) | |
| holder(holder && other) | |
| ~holder() | |
| holder & | operator=(holder && other) | 
| void | assign(tiro_handle_t h) | 
| void | reset() | 
§Public Attributes
| Name | |
|---|---|
| tiro_vm_t | vm | 
| tiro_handle_t | handle | 
§Public Functions Documentation
§function holder
inline holder(tiro_vm_t vm_,tiro_handle_t handle_)
§function holder
inline holder(holder && other)
§function ~holder
inline ~holder()
§function operator=
inline holder & operator=(holder && other)
§function assign
inline void assign(tiro_handle_t h)
§function reset
inline void reset()
§Public Attributes Documentation
§variable vm
tiro_vm_t vm;
§variable handle
tiro_handle_t handle;
Updated on 2022-02-27 at 21:17:13 +0100