Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Properties | List of all members
Mercury.Interpreting.MemoEntry< T > Class Template Reference

Represents memoized value More...

Inheritance diagram for Mercury.Interpreting.MemoEntry< T >:
Mercury.Interpreting.DataEntry

Properties

MemoizedValue [get, set]
 Gets the memoized value. More...
 

Detailed Description

Represents memoized value

Template Parameters
TInterpreter return type

Definition at line 82 of file Entries.cs.

Property Documentation

T Mercury.Interpreting.MemoEntry< T >.MemoizedValue
getset

Gets the memoized value.

Definition at line 85 of file Entries.cs.


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