106 virtual void operator()
113 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,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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.
static autoPtr< tableReader > New(const dictionary &spec)
Return a reference to the selected tableReader.
TypeName("tableReader")
Declare type-name, virtual type (with debug switch).
virtual autoPtr< tableReader< Type > > clone() const =0
Construct and return a clone.
virtual ~tableReader()=default
Destructor.
declareRunTimeSelectionTable(autoPtr, tableReader, dictionary,(const dictionary &dict),(dict))
OBJstream os(runTime.globalPath()/outputName)
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).
Basic run-time type information using word as the type's name. Used to enhance the standard RTTI to c...
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.