libuv handle context.#include <icy/handle.h>Inherits:
RefCounted< Context< T > >
Shared libuv handle context.
| Return | Name | Description |
|---|---|---|
Handle< T > * | handle | |
HandleStorage< T > * | storage | |
T * | ptr | |
bool | initialized | |
bool | deleted |
Handle< T > * handle = nullptrHandleStorage< T > * storage = new <T>T * ptr = &->bool initialized = falsebool deleted = falseinline
inline Context(Handle< T > * h)const inline
template<typename Owner> inline Owner * owner() const