#include <FdInteractor.h>
Inheritance diagram for CFdInteractor:
Public Methods | |
CFdInteractor (int fd) | |
~CFdInteractor () | |
CFdInteractor (const CFdInteractor &aCFdInteractor) | |
CFdInteractor & | operator= (const CFdInteractor &aCFdInteractor) |
int | getFd () const |
virtual int | Read (UInt_t nBytes, void *pBuffer) |
virtual int | Write (UInt_t nBytes, void *pData) |
virtual void | Flush () |
Protected Methods | |
void | setFd (const int am_nFd) |
Private Methods | |
int | operator== (const CFdInteractor &aCFdInteractor) const |
Private Attributes | |
int | m_nFd |
|
Definition at line 328 of file FdInteractor.h. References m_nFd. |
|
Definition at line 331 of file FdInteractor.h. References m_nFd. |
|
Definition at line 337 of file FdInteractor.h. References m_nFd. |
|
Reimplemented from CInteractor. Definition at line 328 of file FdInteractor.cpp. |
|
Definition at line 358 of file FdInteractor.h. References m_nFd. |
|
Definition at line 344 of file FdInteractor.h. References m_nFd, and CInteractor::operator=(). |
|
|
|
Implements CInteractor. Definition at line 306 of file FdInteractor.cpp. References m_nFd. |
|
Definition at line 367 of file FdInteractor.h. References m_nFd. |
|
Implements CInteractor. Definition at line 317 of file FdInteractor.cpp. References m_nFd. |
|
Definition at line 320 of file FdInteractor.h. Referenced by CFdInteractor(), getFd(), operator=(), Read(), setFd(), Write(), and ~CFdInteractor(). |