MPI-safe file I/O interface.
More...
#include <FileIO.h>
|
|
| File (const std::string &name) |
| |
|
| ~File () |
| | Destructor.
|
| |
|
bool | open () |
| | Open file.
|
| |
|
bool | close () |
| | Close file.
|
| |
|
FILETYPE * | operator-> () const |
| | Forward methods via pointer emulation.
|
| |
|
FILETYPE & | operator* () const |
| | Forward methods via pointer-dereference emulation.
|
| |
|
std::string | getContent () const |
| | Get the file content.
|
| |
|
|
std::string | _name |
| |
|
FILETYPE * | _fileptr |
| |
|
std::stringstream * | _streamptr |
| |
template<class FILETYPE>
class LHAPDF::File< FILETYPE >
MPI-safe file I/O interface.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/lhapdf-6.5.6-build/LHAPDF-6.5.6/include/LHAPDF/FileIO.h