Go to the documentation of this file.
49 #ifndef expressions_exprResultDelayed_H
50 #define expressions_exprResultDelayed_H
67 class exprResultDelayed
69 public expressions::exprResult
74 typedef Tuple2<scalar, expressions::exprResult> ValueAtTime;
83 expressions::exprString startExpr_;
86 expressions::exprResult settingResult_;
89 DLList<ValueAtTime> storedValues_;
92 scalar storeInterval_;
188 inline bool operator!=
198 Istream&
operator>>(Istream& is, expressions::exprResultDelayed& data);
199 Ostream&
operator<<(Ostream&
os,
const expressions::exprResultDelayed& data);
A class for handling words, derived from Foam::string.
void setReadValue(const exprResult &val)
Istream & operator>>(Istream &, directionInfo &)
bool updateReadValue(const scalar &timeVal)
void storeValue(const scalar &timeVal)
Template class for non-intrusive linked lists.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
A polymorphic field/result from evaluating an expression.
virtual ~exprResultDelayed()=default
void writeDict(Ostream &os) const
An exprResult with an additional delay before evaluation.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
expressions::exprResult & target()
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const expressions::exprString & startupValueExpression() const
void operator=(const exprResultDelayed &rhs)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 2-tuple for storing two objects of dissimilar types. The container is similar in purpose to std::pa...
TypeNameNoDebug("exprResultDelayed")
virtual autoPtr< exprResult > clone() const
const word & name() const