#include <ALIFileIn.h>
Public Member Functions | |
ALIFileIn () | |
void | close () |
ALIbool | eof () |
void | ErrorInLine () |
ALIint | getWordsInLine (std::vector< ALIstring > &wl) |
const ALIstring & | name () |
const ALIint | nline () |
~ALIFileIn () | |
Static Public Member Functions | |
static ALIFileIn & | getInstance (const ALIstring &name) |
static ALIFileIn & | getInstanceOpened (const ALIstring &name) |
Private Member Functions | |
ALIFileIn (const ALIstring &name) | |
void | openNewFile (const char *filename) |
Private Attributes | |
int | theCurrentFile |
std::vector< std::ifstream * > | theFiles |
std::vector< ALIint > | theLineNo |
ALIstring | theName |
Name of file. More... | |
std::vector< ALIstring > | theNames |
Static Private Attributes | |
static std::vector< ALIFileIn * > | theInstances |
Definition at line 21 of file ALIFileIn.h.
|
inline |
Definition at line 24 of file ALIFileIn.h.
|
inline |
Definition at line 25 of file ALIFileIn.h.
|
inlineprivate |
Definition at line 27 of file ALIFileIn.h.
void ALIFileIn::close | ( | ) |
Definition at line 229 of file ALIFileIn.cc.
Referenced by lumiQTWidget.ApplicationWindow::fileQuit(), and Vispa.Gui.BoxContentDialog.BoxContentDialog::keyPressEvent().
ALIbool ALIFileIn::eof | ( | ) |
Definition at line 211 of file ALIFileIn.cc.
void ALIFileIn::ErrorInLine | ( | ) |
Definition at line 204 of file ALIFileIn.cc.
Referenced by MeasurementDiffEntry::buildOptONamesList().
Definition at line 23 of file ALIFileIn.cc.
Referenced by MeasurementDiffEntry::buildOptONamesList(), CocoaDaqReaderText::CocoaDaqReaderText(), FittedEntriesReader::FittedEntriesReader(), and ErrorCorrelationMgr::readFromReportFile().
Definition at line 66 of file ALIFileIn.cc.
Definition at line 83 of file ALIFileIn.cc.
Referenced by FittedEntriesReader::FittedEntriesReader(), FittedEntriesReader::readFittedEntriesFromFile(), and ErrorCorrelationMgr::readFromReportFile().
|
inline |
Definition at line 44 of file ALIFileIn.h.
References theName.
Referenced by VIDSelectorBase.VIDSelectorBase::initialize().
|
inline |
|
private |
Definition at line 41 of file ALIFileIn.cc.
|
private |
Definition at line 57 of file ALIFileIn.h.
Referenced by nline().
|
private |
Definition at line 53 of file ALIFileIn.h.
|
staticprivate |
Definition at line 61 of file ALIFileIn.h.
|
private |
Definition at line 55 of file ALIFileIn.h.
Referenced by nline().
|
private |
|
private |
Definition at line 56 of file ALIFileIn.h.