Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

FileDescriptor.h File Reference

#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:

Include dependency graph

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

Included by dependency graph

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...


Generated at Wed Aug 15 01:05:20 2001 for mps-cpp by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001