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

FileDescriptor::Callback Class Reference

Subclass this to provide callback-methods to be called by methods on FileDescriptor and subclasses. More...

#include <FileDescriptor.h>

Inheritance diagram for FileDescriptor::Callback:

Inheritance graph
[legend]
Collaboration diagram for FileDescriptor::Callback:

Collaboration graph
[legend]
List of all members.

Public Types

typedef void (Callback::* Method )(ref< FileDescriptor > const &desc)

Detailed Description

Subclass this to provide callback-methods to be called by methods on FileDescriptor and subclasses.

Definition at line 62 of file FileDescriptor.h.


Member Typedef Documentation

typedef void(Callback::* FileDescriptor::Callback::Method)(ref< FileDescriptor > const &desc)
 

All callbacks called by FileDescriptor methods must be of this type.

The single argument, desc, is the FileDescriptor that the event occurred on.


The documentation for this class was generated from the following file:
Generated at Wed Aug 15 01:05:26 2001 for mps-cpp by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001