Go to the documentation of this file.
40 #ifndef expressions_exprResultStack_H
41 #define expressions_exprResultStack_H
virtual ~exprResultStack()=default
void push(const exprResult &result)
virtual autoPtr< exprResult > clone() const
A polymorphic field/result from evaluating an expression.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
void operator=(const exprResultStack &rhs)
A stack of polymorphic fields. Can be used to build a list of results one at a time.
TypeName("exprResultStack")