1#ifndef Cpl_Io_Descriptor_h_
2#define Cpl_Io_Descriptor_h_
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20
This union defines a 'IO descriptor' in terms of a an integer and/or a void*.
Definition Descriptor.h:26
Descriptor(int fd)
fd Constructor
Definition Descriptor.h:40
Descriptor(void *ptr)
handle Constructor
Definition Descriptor.h:43
Descriptor()
Default Constructor.
Definition Descriptor.h:46