Go to the documentation of this file.
48DynamicDataReader :: ~DynamicDataReader()
53DynamicDataReader :: insertInputRecord(
InputRecordType type, std::unique_ptr<InputRecord> record)
74DynamicDataReader :: peekNext(
const std :: string &keyword)
76 std :: string nextKey;
79 (*temp)->giveRecordKeywordField(nextKey);
80 return keyword.compare( nextKey ) == 0;
84DynamicDataReader :: finish()
90DynamicDataReader :: writeToFile(
const char *fileName)
92 std :: ofstream fout(fileName);
97 fout << rec->giveRecordInTXTFormat() <<
"\n";
std::string outputFileName
Output file name (first line in OOFEM input files).
InputRecordType
Determines the type of input record.
std::string description
Description line (second line in OOFEM input files).
std ::vector< std ::unique_ptr< InputRecord > > recordList
All record types will be appended to this list, no split in terms of InputRecordType is implemented y...
std::vector< std::unique_ptr< InputRecord > >::iterator it
Keeps track of the current position in the list.
This page is part of the
OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak
Bořek Patzák
Project e-mail:
oofem@fsv.cvut.cz
Generated at for OOFEM by
doxygen
1.15.0 written by Dimitri van Heesch,
© 1997-2011