Inheritance diagram for TSocketHandler:
Public Member Functions | |
TSocketHandler (TMonitor *m, TSocket *s, Int_t interest, Bool_t mainloop=kTRUE) | |
Bool_t | Notify () |
Bool_t | ReadNotify () |
Bool_t | WriteNotify () |
TSocket * | GetSocket () const |
Private Attributes | |
TMonitor * | fMonitor |
TSocket * | fSocket |
Definition at line 39 of file TMonitor.cxx.
TSocketHandler::TSocketHandler | ( | TMonitor * | m, | |
TSocket * | s, | |||
Int_t | interest, | |||
Bool_t | mainloop = kTRUE | |||
) |
Definition at line 52 of file TMonitor.cxx.
References TFileHandler::Add(), fMonitor, fSocket, m, and s.
Bool_t TSocketHandler::Notify | ( | ) | [virtual] |
Reimplemented from TFileHandler.
Definition at line 64 of file TMonitor.cxx.
References fMonitor, fSocket, kTRUE, and TMonitor::SetReady().
Referenced by ReadNotify(), and WriteNotify().
Bool_t TSocketHandler::ReadNotify | ( | ) | [inline, virtual] |
Bool_t TSocketHandler::WriteNotify | ( | ) | [inline, virtual] |
TSocket* TSocketHandler::GetSocket | ( | ) | const [inline] |
TMonitor* TSocketHandler::fMonitor [private] |
TSocket* TSocketHandler::fSocket [private] |
Definition at line 42 of file TMonitor.cxx.
Referenced by GetSocket(), Notify(), and TSocketHandler().