OnClause - clause inference callback. More...
Inheritance diagram for OnClause:Public Member Functions | |
| delegate void | OnClauseEh (Expr proof_hint, ASTVector clause) |
| Delegate type for when clauses are inferred. An inference is a pair comprising of. | |
| OnClause (Solver s, OnClauseEh onc) | |
| OnClause constructor. | |
| virtual void | Dispose () |
| Must be called. The object will not be garbage collected automatically even if the context is disposed. | |
|
inline |
OnClause constructor.
Definition at line 75 of file OnClause.cs.
|
inlinevirtual |
Must be called. The object will not be garbage collected automatically even if the context is disposed.
Definition at line 96 of file OnClause.cs.
Delegate type for when clauses are inferred. An inference is a pair comprising of.
Referenced by OnClause.OnClauseEh().