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; }
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); }
public extern static IntPtr Z3_param_descrs_to_string(Z3_context a0, Z3_param_descrs a1);
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))); }
public extern static IntPtr Z3_param_descrs_get_name(Z3_context a0, Z3_param_descrs a1, uint a2);
public extern static uint Z3_param_descrs_size(Z3_context a0, Z3_param_descrs a1);
public extern static uint Z3_param_descrs_get_kind(Z3_context a0, Z3_param_descrs a1, IntPtr a2);
public extern static void Z3_param_descrs_dec_ref(Z3_context a0, Z3_param_descrs a1);
public extern static void Z3_params_validate(Z3_context a0, Z3_params a1, Z3_param_descrs a2);