ROOTANA
Public Member Functions | Data Fields
FileReader Class Reference
Inheritance diagram for FileReader:
Inheritance graph
[legend]
Collaboration diagram for FileReader:
Collaboration graph
[legend]

Public Member Functions

 FileReader (const char *filename)
 
 ~FileReader ()
 
int Read (void *buf, int count)
 
int Close ()
 
- Public Member Functions inherited from TMReaderInterface
 TMReaderInterface ()
 
virtual ~TMReaderInterface ()
 
 TMReaderInterface ()
 
virtual ~TMReaderInterface ()
 

Data Fields

std::string fFilename
 
FILE * fFp
 
- Data Fields inherited from TMReaderInterface
bool fError
 
std::string fErrorString
 

Additional Inherited Members

- Static Public Attributes inherited from TMReaderInterface
static bool fgTrace = false
 

Detailed Description

Definition at line 93 of file midasio.cxx.

Constructor & Destructor Documentation

◆ FileReader()

FileReader::FileReader ( const char *  filename)
inline

Definition at line 96 of file midasio.cxx.

Here is the call graph for this function:

◆ ~FileReader()

FileReader::~FileReader ( )
inline

Definition at line 108 of file midasio.cxx.

Here is the call graph for this function:

Member Function Documentation

◆ Close()

int FileReader::Close ( )
inlinevirtual

Implements TMReaderInterface.

Definition at line 129 of file midasio.cxx.

Here is the caller graph for this function:

◆ Read()

int FileReader::Read ( void *  buf,
int  count 
)
inlinevirtual

Implements TMReaderInterface.

Definition at line 116 of file midasio.cxx.

Here is the call graph for this function:

Field Documentation

◆ fFilename

std::string FileReader::fFilename

Definition at line 140 of file midasio.cxx.

◆ fFp

FILE* FileReader::fFp

Definition at line 141 of file midasio.cxx.


The documentation for this class was generated from the following file: