Go to the documentation of this file.
74 startExpr_(rhs.startExpr_)
95 os.writeEntry(
"name", name_);
96 os.writeEntry(
"initialValue", startExpr_);
98 os.writeKeyword(
"value");
99 os << static_cast<const exprResult&>(*
this);
107 void Foam::expressions::exprResultStored::operator=
120 startExpr_ = rhs.startExpr_;
124 void Foam::expressions::exprResultStored::operator=
143 expressions::exprResultStored& data
156 const expressions::exprResultStored& data
A class for handling words, derived from Foam::string.
defineTypeName(fvExprDriverWriter)
A class for handling character strings derived from std::string.
virtual void operator=(const exprResult &rhs)
A polymorphic field/result from evaluating an expression.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
An exprResult with persistence.
void writeDict(Ostream &os) const
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
addToRunTimeSelectionTable(exprResult, exprResult, dictionary)
Database for solution data, solver performance and other reduced data.