Go to the documentation of this file.
56 #ifndef Function1Types_CSV_H
57 #define Function1Types_CSV_H
68 namespace Function1Types
83 const label nHeaderLine_;
86 const label refColumn_;
92 const char separator_;
95 const bool mergeSeparators_;
117 void operator=(
const CSV<Type>&) =
delete;
148 virtual ~CSV() =
default;
166 label CSV<label>::readValue(
const List<string>& strings)
const;
169 scalar CSV<scalar>::readValue(
const List<string>& strings)
const;
A class for handling words, derived from Foam::string.
A class for handling file names.
A class for managing temporary objects.
void writeEntries(Ostream &os) const
const word const dictionary & dict
Registry of regIOobjects.
const word const dictionary const objectRegistry * obrPtr
virtual void writeData(Ostream &os) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
static const fileName null
virtual tmp< Function1< Type > > clone() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
word name(const expressions::valueTypeCode typeCode)
CSV(const word &entryName, const dictionary &dict, const objectRegistry *obrPtr=nullptr, const fileName &fName=fileName::null)
Base class for table with bounds handling, interpolation and integration.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual const fileName & fName() const