UV module
Context
Shared
libuv handle context.Context
#include <icy/handle.h>Inherits:
RefCounted< Context< T > >
Shared libuv handle context.
Public Attributes
| Return | Name | Description |
|---|---|---|
Handle< T > * | handle | |
HandleStorage< T > * | storage | |
T * | ptr | |
bool | initialized | |
bool | deleted |
handle
Handle< T > * handle = nullptrstorage
HandleStorage< T > * storage = new <T>ptr
T * ptr = &->initialized
bool initialized = falsedeleted
bool deleted = falsePublic Methods
Context
inline
inline Context(Handle< T > * h)owner
const inline
template<typename Owner> inline Owner * owner() const