ROOTANA
|
Public Member Functions | |
PipeReader (const char *pipename) | |
~PipeReader () | |
int | Read (void *buf, int count) |
int | Close () |
Public Member Functions inherited from TMReaderInterface | |
TMReaderInterface () | |
virtual | ~TMReaderInterface () |
TMReaderInterface () | |
virtual | ~TMReaderInterface () |
Data Fields | |
std::string | fPipename |
FILE * | fPipe |
Data Fields inherited from TMReaderInterface | |
bool | fError |
std::string | fErrorString |
Additional Inherited Members | |
Static Public Attributes inherited from TMReaderInterface | |
static bool | fgTrace = false |
Definition at line 145 of file midasio.cxx.
|
inline |
|
inline |
|
inlinevirtual |
Implements TMReaderInterface.
Definition at line 181 of file midasio.cxx.
|
inlinevirtual |
Implements TMReaderInterface.
Definition at line 168 of file midasio.cxx.
FILE* PipeReader::fPipe |
Definition at line 193 of file midasio.cxx.
std::string PipeReader::fPipename |
Definition at line 192 of file midasio.cxx.