38#ifndef Foam_csvTableReader_H
39#define Foam_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()
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual autoPtr< tableReader< Type > > clone() const
Construct and return a copy.
virtual ~csvTableReader()=default
Destructor.
csvTableReader(const dictionary &dict)
Construct from dictionary.
TypeName("csv")
Declare type-name, virtual type (with debug switch).
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling file names.
tableReader()=default
Default construct.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
List< label > labelList
A List of labels.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.