Ejemplo n.º 1
0
 public static IntPtr Z3_param_descrs_get_name(Z3_context a0, Z3_param_descrs a1, uint a2) {
     IntPtr r = LIB.Z3_param_descrs_get_name(a0, a1, a2);
     Z3_error_code err = (Z3_error_code)LIB.Z3_get_error_code(a0);
     if (err != Z3_error_code.Z3_OK)
         throw new Z3Exception(Marshal.PtrToStringAnsi(LIB.Z3_get_error_msg_ex(a0, (uint)err)));
     return r;
 }
Ejemplo n.º 2
0
 public static string Z3_param_descrs_to_string(Z3_context a0, Z3_param_descrs a1) {
     IntPtr r = LIB.Z3_param_descrs_to_string(a0, a1);
     Z3_error_code err = (Z3_error_code)LIB.Z3_get_error_code(a0);
     if (err != Z3_error_code.Z3_OK)
         throw new Z3Exception(Marshal.PtrToStringAnsi(LIB.Z3_get_error_msg_ex(a0, (uint)err)));
     return Marshal.PtrToStringAnsi(r);
 }
Ejemplo n.º 3
0
 public extern static IntPtr Z3_param_descrs_to_string(Z3_context a0, Z3_param_descrs a1);
Ejemplo n.º 4
0
 public static void Z3_param_descrs_dec_ref(Z3_context a0, Z3_param_descrs a1) {
     LIB.Z3_param_descrs_dec_ref(a0, a1);
     Z3_error_code err = (Z3_error_code)LIB.Z3_get_error_code(a0);
     if (err != Z3_error_code.Z3_OK)
         throw new Z3Exception(Marshal.PtrToStringAnsi(LIB.Z3_get_error_msg_ex(a0, (uint)err)));
 }
Ejemplo n.º 5
0
 public extern static IntPtr Z3_param_descrs_get_name(Z3_context a0, Z3_param_descrs a1, uint a2);
Ejemplo n.º 6
0
 public extern static uint Z3_param_descrs_size(Z3_context a0, Z3_param_descrs a1);
Ejemplo n.º 7
0
 public extern static uint Z3_param_descrs_get_kind(Z3_context a0, Z3_param_descrs a1, IntPtr a2);
Ejemplo n.º 8
0
 public extern static void Z3_param_descrs_dec_ref(Z3_context a0, Z3_param_descrs a1);
Ejemplo n.º 9
0
 public extern static void Z3_params_validate(Z3_context a0, Z3_params a1, Z3_param_descrs a2);