inherits
variables
The bitset of descriptors usable to select(2).
One beyond the highest descriptor that can be put in the set.
One beyond the highest descriptor present in the set.
The number of descriptors present in the set.
The array of Descriptor objects.
The array of DescriptorDelegate objects.
methods
void
dealloc;
|
Deallocate the memory occupied by the set.
id (self)
init;
|
Designated initializer.
void remove Descriptor descriptor; |
Undocumented.
void set DescriptorDelegate delegate at Descriptor descriptor; |
Undocumented.
(pointer, int) vitals; |
Return a pointer to the low-level descriptor set, and the one beyond the highest value in that set.
void readEvent int d; |
Dispatch a read event on the file descriptor d, to the delegate at index d in the delegates.
void writeEvent int d; |
Dispatch a write event on the file descriptor d, to the delegate at index d in the delegates.