#include <sys/time.h>#include <sys/types.h>#include <unistd.h>#include <ref.h>#include <exception>#include <string>#include <vector>#include <map>#include <algorithm>Include dependency graph for FileDescriptor.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | FileDescriptor::Callback |
| Subclass this to provide callback-methods to be called by methods on FileDescriptor and subclasses. More... | |
| struct | FileDescriptor::callback_entry_t |
| Describes a particular bound callback. More... | |
| class | FileDescriptor::EndOfFile |
| Subclass of FileDescriptor::Exception for indicating end-of-file conditions to callers. More... | |
| class | FileDescriptor::Exception |
| Thrown by methods on FileDescriptor and subclasses. More... | |
| class | FileDescriptor |
| Associates callbacks with events on a given Unix File Descriptor, and provides an interface to Unix system calls dealing with file descriptors. More... | |
| class | FileDescriptorManager |
| Manages a collection of FileDescriptors, using fd_sets and select(). More... | |
1.2.6 written by Dimitri van Heesch,
© 1997-2001