|
BOSS 7.1.3
BESIII Offline Software System
|
#include <raw_ifstream.h>
Inheritance diagram for raw_ifstream:Public Member Functions | |
| std::string | currentFile () const |
| void | next_file () |
| uint32_t | runNo () |
| raw_ifstream (const std::vector< std::string > &fnames) | |
| virtual | ~raw_ifstream () |
Static Public Member Functions | |
| static raw_ifstream * | instance (const std::vector< std::string > &fnames) |
| static void | release () |
| static void | lock () |
| static void | unlock () |
Definition at line 13 of file raw_ifstream.h.
| raw_ifstream::raw_ifstream | ( | const std::vector< std::string > & | fnames | ) |
Definition at line 46 of file raw_ifstream.cxx.
Referenced by instance(), and raw_ifstream().
|
virtual |
Definition at line 57 of file raw_ifstream.cxx.
|
inline |
Definition at line 29 of file raw_ifstream.h.
|
static |
Definition at line 15 of file raw_ifstream.cxx.
Referenced by RawFileReader::RawFileReader(), RawFileReader::RawFileReader(), RawFileReader::RawFileReader(), and RawFileReader::RawFileReader().
|
inlinestatic |
Definition at line 20 of file raw_ifstream.h.
Referenced by instance(), RawFileReader::nextEvent(), and release().
| void raw_ifstream::next_file | ( | ) |
Definition at line 61 of file raw_ifstream.cxx.
|
static |
Definition at line 30 of file raw_ifstream.cxx.
Referenced by RawFileReader::~RawFileReader().
| uint32_t raw_ifstream::runNo | ( | ) |
Definition at line 75 of file raw_ifstream.cxx.
|
inlinestatic |
Definition at line 24 of file raw_ifstream.h.
Referenced by instance(), RawFileReader::nextEvent(), and release().