VISH  0.2
Public Types | Public Member Functions | Public Attributes
Eagle::TypedNode Struct Reference

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

Public Attributes


Detailed Description

Base class for evaluation of expressions yielding a specific type, as parsed from some text.

   using namespace Eagle;

   RefPtr<TypedNode<tvector3> > MyNode = ...;

   EvaluationContext    EV;
   tvector3 value = MyNode->eval(EV);

Important member enums:

  1. MULTIPLICITY ... number of elements here

The documentation for this struct was generated from the following file: