62#ifndef Foam_Function1Types_TableFile_H
63#define Foam_Function1Types_TableFile_H
106 const word& entryName,
TableBase(const word &name, const dictionary &dict, const objectRegistry *obrPtr=nullptr)
Construct from dictionary - note table is not populated.
TypeName("tableFile")
Runtime type information.
virtual tmp< Function1< Type > > clone() const
Return a clone.
virtual void writeData(Ostream &os) const
Write in dictionary format.
TableFile(const word &entryName, const dictionary &dict, const objectRegistry *obrPtr=nullptr)
Construct from entry name and "file" found in dictionary.
virtual ~TableFile()=default
Destructor.
static tmp< Function1< Type > > Clone(const Derived &fun)
Clone a Function1.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling file names.
Registry of regIOobjects.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.