38#ifndef csvTableReader_H
39#define csvTableReader_H
61 const bool headerLine_;
64 const label refColumn_;
70 const char separator_;
79 std::initializer_list<std::pair<const char*,int>> compat,
118 virtual void operator()
125 virtual void operator()
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Reads an interpolation table from a file - CSV-format.
virtual autoPtr< tableReader< Type > > clone() const
Construct and return a copy.
virtual ~csvTableReader()=default
Destructor.
TypeName("csv")
Declare type-name, virtual type (with debug switch)
Database for solution data, solver performance and other reduced data.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling file names.
Base class to read table data for the interpolationTable.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.