C# Class Microsoft.Z3.FuncInterp.Entry

An Entry object represents an element in the finite map used to encode a function interpretation.
Inheritance: Z3Object
Mostrar archivo Open project: sslab-gatech/juxta

Public Methods

Method Description
ToString ( ) : string

A string representation of the function entry.

Private Methods

Method Description
DecRef ( IntPtr o ) : void
Entry ( Context ctx, IntPtr obj ) : System
IncRef ( IntPtr o ) : void

Method Details

ToString() public method

A string representation of the function entry.
public ToString ( ) : string
return string