#include <IOInteractor.h>
Inheritance diagram for CIOInteractor:
Public Methods | |
virtual | ~CIOInteractor () |
CIOInteractor (CInteractor &rInput, CInteractor &rOutput) | |
CInteractor * | getOutput () const |
CInteractor * | getInput () const |
virtual int | Read (UInt_t nBytes, void *pBuffer) |
virtual int | Write (UInt_t nBytes, void *pBuffer) |
virtual void | Flush () |
Protected Methods | |
void | setOutput (CInteractor *am_OutputInteractor) |
void | setInput (CInteractor *am_InputInteractor) |
Private Methods | |
CIOInteractor (const CIOInteractor &aCIOInteractor) | |
CIOInteractor & | operator= (const CIOInteractor &aCIOInteractor) |
Private Attributes | |
CInteractor * | m_OutputInteractor |
CInteractor * | m_InputInteractor |
|
Definition at line 317 of file IOInteractor.h. |
|
Definition at line 319 of file IOInteractor.h. |
|
|
|
Reimplemented from CInteractor. Definition at line 328 of file IOInteractor.cpp. References CInteractor::Flush(), and m_OutputInteractor. |
|
Definition at line 336 of file IOInteractor.h. |
|
Definition at line 333 of file IOInteractor.h. |
|
|
|
Implements CInteractor. Definition at line 306 of file IOInteractor.cpp. References m_InputInteractor, and CInteractor::Read(). |
|
Definition at line 347 of file IOInteractor.h. |
|
Definition at line 344 of file IOInteractor.h. |
|
Implements CInteractor. Definition at line 317 of file IOInteractor.cpp. References m_OutputInteractor, and CInteractor::Write(). |
|
Definition at line 313 of file IOInteractor.h. Referenced by Read(). |
|
Definition at line 312 of file IOInteractor.h. |