Internal base class for interfacing with native Z3 objects. Should not be used externally. More...
Inheritance diagram for Z3Object:
Public Member Functions void Dispose () Disposes of the underlying native Z3 object. More...Internal base class for interfacing with native Z3 objects. Should not be used externally.
Definition at line 32 of file Z3Object.cs.
Member Function Documentation ◆ Dispose()Disposes of the underlying native Z3 object.
Definition at line 45 of file Z3Object.cs.
47 if(m_n_obj != IntPtr.Zero)
50m_n_obj = IntPtr.Zero;
55GC.SuppressFinalize(
this);
Property Documentation ◆ ContextAccess Context object
Definition at line 110 of file Z3Object.cs.
Referenced by OnClause.OnClause(), BoolExpr.operator!(), BoolExpr.operator&(), ArithExpr.operator*(), ArithExpr.operator+(), ArithExpr.operator-(), ArithExpr.operator/(), ArithExpr.operator<(), ArithExpr.operator<=(), AST.operator==(), FuncDecl.operator==(), Sort.operator==(), ArithExpr.operator>(), ArithExpr.operator>=(), BoolExpr.operator^(), BoolExpr.operator|(), and UserPropagator.UserPropagator().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4