35 #ifndef oofemtxtdatareader_h 36 #define oofemtxtdatareader_h 59 std :: list< OOFEMTXTInputRecord > :: iterator
it;
68 virtual bool peakNext(
const std :: string &keyword);
69 virtual void finish();
77 bool giveLineFromInput(std :: ifstream &stream,
int &lineNum, std :: string &line);
79 bool giveRawLineFromInput(std :: ifstream &stream,
int &lineNum, std :: string &line);
82 #endif // oofemtxtdatareader_h std::string dataSourceName
virtual std::string giveReferenceName() const
Gives the reference file name (e.g. file name)
Class representing the abstraction for input data source.
std::list< OOFEMTXTInputRecord >::iterator it
Keeps track of the current position in the list.
std::list< OOFEMTXTInputRecord > recordList
InputRecordType
Determines the type of input record.
Class representing the implementation of plain text date reader.
the oofem namespace is to define a context or scope in which all oofem names are defined.