plugify 1.2.6
|
Represents a system handle. More...
#include <assembly.hpp>
Public Member Functions | |
Handle (void *systemHandle) | |
Constructor to initialize the handle. | |
operator bool () const noexcept | |
Checks if the handle is valid. | |
operator void * () const noexcept | |
Converts the handle to a void pointer. | |
Public Attributes | |
void * | handle {} |
The system handle. | |
Represents a system handle.
Definition at line 51 of file assembly.hpp.
|
inline |
Constructor to initialize the handle.
systemHandle | The handle value to initialize with. |
Definition at line 56 of file assembly.hpp.
|
inlinenoexcept |
Checks if the handle is valid.
Definition at line 62 of file assembly.hpp.
|
inlinenoexcept |
Converts the handle to a void pointer.
Definition at line 68 of file assembly.hpp.
void* plugify::Assembly::Handle::handle {} |
The system handle.
Definition at line 70 of file assembly.hpp.