A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://z3prover.github.io/api/html/class_microsoft_1_1_z3_1_1_constructor.html below:

Z3: Constructor Class Reference

Constructors are used for datatype sorts. More...

Constructors are used for datatype sorts.

Definition at line 28 of file Constructor.cs.

◆ AccessorDecls

The function declarations of the accessors

Definition at line 74 of file Constructor.cs.

78

IntPtr constructor = IntPtr.Zero;

79

IntPtr tester = IntPtr.Zero;

80

IntPtr[] accessors =

new

IntPtr[n];

81

Native.Z3_query_constructor(

Context

.nCtx, NativeObject, n, ref constructor, ref tester, accessors);

82

FuncDecl[] t =

new

FuncDecl[n];

83  for

(uint i = 0; i < n; i++)

84

t[i] =

new

FuncDecl(

Context

, accessors[i]);

Context Context

Access Context object

◆ ConstructorDecl

The function declaration of the constructor.

Definition at line 44 of file Constructor.cs.

48

IntPtr constructor = IntPtr.Zero;

49

IntPtr tester = IntPtr.Zero;

50

IntPtr[] accessors =

new

IntPtr[n];

51

Native.Z3_query_constructor(

Context

.nCtx, NativeObject, n, ref constructor, ref tester, accessors);

52  return new

FuncDecl(

Context

, constructor);

◆ NumFields

The number of fields of the constructor.

Definition at line 33 of file Constructor.cs.

◆ TesterDecl

The function declaration of the tester.

Definition at line 59 of file Constructor.cs.

63

IntPtr constructor = IntPtr.Zero;

64

IntPtr tester = IntPtr.Zero;

65

IntPtr[] accessors =

new

IntPtr[n];

66

Native.Z3_query_constructor(

Context

.nCtx, NativeObject, n, ref constructor, ref tester, accessors);

67  return new

FuncDecl(

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