29#ifndef Foam_wordIOList_H
30#define Foam_wordIOList_H
51 bool headerSeparator =
true
59 bool headerSeparator =
true
A List of objects of type <T> with automated input and output.
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...
OBJstream os(runTime.globalPath()/outputName)
IOList< word > wordIOList
IO for a List of word.
IOList< wordList > wordListIOList
IO for a List of wordList.
Ostream & printTable(const UList< wordList > &tbl, List< std::string::size_type > &columnWidths, Ostream &os, bool headerSeparator=true)
Print a List of wordList as a table.