Constructors are used for datatype sorts. More...
Constructors are used for datatype sorts.
Definition at line 28 of file Constructor.cs.
◆ AccessorDeclsThe function declarations of the accessors
Definition at line 74 of file Constructor.cs.
78IntPtr constructor = IntPtr.Zero;
79IntPtr tester = IntPtr.Zero;
80IntPtr[] accessors =
newIntPtr[n];
81Native.Z3_query_constructor(
Context.nCtx, NativeObject, n, ref constructor, ref tester, accessors);
82FuncDecl[] t =
newFuncDecl[n];
83 for(uint i = 0; i < n; i++)
84t[i] =
newFuncDecl(
Context, accessors[i]);
Context Context
Access Context object
◆ ConstructorDeclThe function declaration of the constructor.
Definition at line 44 of file Constructor.cs.
48IntPtr constructor = IntPtr.Zero;
49IntPtr tester = IntPtr.Zero;
50IntPtr[] accessors =
newIntPtr[n];
51Native.Z3_query_constructor(
Context.nCtx, NativeObject, n, ref constructor, ref tester, accessors);
52 return newFuncDecl(
Context, constructor);
◆ NumFieldsThe number of fields of the constructor.
Definition at line 33 of file Constructor.cs.
◆ TesterDeclThe function declaration of the tester.
Definition at line 59 of file Constructor.cs.
63IntPtr constructor = IntPtr.Zero;
64IntPtr tester = IntPtr.Zero;
65IntPtr[] accessors =
newIntPtr[n];
66Native.Z3_query_constructor(
Context.nCtx, NativeObject, n, ref constructor, ref tester, accessors);
67 return newFuncDecl(
Context, tester);
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