epoll_data_t

Epoll user data union

Members

Functions

obj
Object obj()

Obtains the object to which ptr should previously have been set.

obj
Object obj(Object o)

Sets ptr to o.

Variables

fd
int fd;
Undocumented in source.
ptr
void* ptr;

Epoll user data union

u32
uint u32;
Undocumented in source.
u64
ulong u64;
Undocumented in source.

Meta