#include <Interactor.h>
Inheritance diagram for CInteractor:
Public Methods | |
CInteractor () | |
virtual | ~CInteractor () |
CInteractor (const CInteractor &aCInteractor) | |
CInteractor & | operator= (const CInteractor &aCInteractor) |
virtual int | Read (UInt_t nBytes, void *pData)=0 |
virtual int | Write (UInt_t nbytes, void *pData)=0 |
virtual int | ReadWithPrompt (UInt_t nPromptSize, void *pPrompt, UInt_t nReadSize, void *pReadData) |
virtual void | Flush () |
Private Methods | |
int | operator== (const CInteractor &aCInteractor) const |
|
Definition at line 311 of file Interactor.h. |
|
Definition at line 314 of file Interactor.h. |
|
Definition at line 319 of file Interactor.h. |
|
Reimplemented in CFdInteractor, and CIOInteractor. Definition at line 328 of file Interactor.cpp. Referenced by CIOInteractor::Flush(), and ReadWithPrompt(). |
|
Definition at line 325 of file Interactor.h. Referenced by CStringInteractor::operator=(), and CFdInteractor::operator=(). |
|
|
|
Implemented in CFdInteractor, CIOInteractor, and CStringInteractor. Referenced by CAuthenticator::GetLine(), CIOInteractor::Read(), and ReadWithPrompt(). |
|
Definition at line 308 of file Interactor.cpp. |
|
Implemented in CFdInteractor, CIOInteractor, and CStringInteractor. Referenced by CPasswordCheck::Authenticate(), CUnixUserCheck::PutPrompt(), ReadWithPrompt(), and CIOInteractor::Write(). |