Base class for evaluation of expressions yielding a specific type, as parsed from some text.
More...
#include </home/werner/origo/vish/ocean/parzival/TypedNode.hpp>
List of all members.
Public Types
Public Member Functions
-
virtual ResultType eval (const Evaluator &) const =0
- Evaluation function.
-
override MemCore::RefPtr
< MemCore::ChunkBase > Eval (const Evaluator &E) const
- Array evaluation interface: Evaluate the expression stored in the derived node and yield a Chunk of data containing the results.
-
virtual MemCore::RefPtr
< MemCore::TypedChunk
< ResultType > > evaluate (const Evaluator &) const =0
Public Attributes
Detailed Description
Base class for evaluation of expressions yielding a specific type, as parsed from some text.
Important member enums:
- MULTIPLICITY ... number of elements here
The documentation for this struct was generated from the following file:
- ocean/parzival/TypedNode.hpp