#include <TSysEvtHandler.h>
Inheritance diagram for TFileHandler:


Public Types | |
| enum | { kRead = 1, kWrite = 2 } |
Public Methods | |
| TFileHandler (int fd, int mask) | |
| virtual | ~TFileHandler () |
| int | GetFd () const |
| void | SetFd (int fd) |
| virtual Bool_t | Notify () |
| virtual Bool_t | ReadNotify () |
| virtual Bool_t | WriteNotify () |
| virtual Bool_t | HasReadInterest () |
| virtual Bool_t | HasWriteInterest () |
| virtual void | Add () |
| virtual void | Remove () |
Protected Methods | |
| TFileHandler () | |
Protected Attributes | |
| int | fFileNum |
| int | fMask |
|
|
Definition at line 70 of file TSysEvtHandler.h. |
|
|
Definition at line 67 of file TSysEvtHandler.h. References fFileNum. |
|
||||||||||||
|
|
|
|
Definition at line 73 of file TSysEvtHandler.h. References Remove(). |
|
|
Definition at line 74 of file TSysEvtHandler.h. References fFileNum. |
|
|
Definition at line 75 of file TSysEvtHandler.h. References fFileNum. |
|
|
Implements TSysEvtHandler. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements TSysEvtHandler. |
|
|
Implements TSysEvtHandler. Referenced by ~TFileHandler(). |
|
|
Definition at line 64 of file TSysEvtHandler.h. Referenced by GetFd(), SetFd(), and TFileHandler(). |
|
|
Definition at line 65 of file TSysEvtHandler.h. |
1.2.16