#include <TMonitor.h>
Inheritance diagram for TMonitor:


Public Types | |
| enum | EInterest { kRead = 1, kWrite = 2 } |
Public Methods | |
| TMonitor () | |
| virtual | ~TMonitor () |
| void | Add (TSocket *sock, EInterest interest=kRead) |
| void | Remove (TSocket *sock) |
| void | RemoveAll () |
| void | Activate (TSocket *sock) |
| void | ActivateAll () |
| void | DeActivate (TSocket *sock) |
| void | DeActivateAll () |
| TSocket * | Select () |
| TSocket * | Select (Long_t timeout) |
| Int_t | GetActive () const |
| Int_t | GetDeActive () const |
| TList * | GetListOfActives () const |
| TList * | GetListOfDeActives () const |
Friends | |
| class | TSocketHandler |
| class | TTimeOutTimer |
|
|
Definition at line 50 of file TMonitor.h. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 39 of file TMonitor.h. |
|
|
Definition at line 40 of file TMonitor.h. |
1.2.16