DotNet Reference
DotNet Reference
TypeIncompatibilityChecker.cs
Go to the documentation of this file.
21 internal TypeIncompatibilityChecker(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.TypeIncompatibilityChecker_SWIGUpcast(cPtr), cMemoryOwn) {
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypeIncompatibilityChecker obj) {
26 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
42 public TypeIncompatibilityChecker(RoutingModel model, bool check_hard_incompatibilities) : this(operations_research_constraint_solverPINVOKE.new_TypeIncompatibilityChecker(RoutingModel.getCPtr(model), check_hard_incompatibilities), true) {
TypeIncompatibilityChecker(RoutingModel model, bool check_hard_incompatibilities)
Definition: TypeIncompatibilityChecker.cs:42
static bool Pending
Definition: Assignment.cs:11
Definition: TypeIncompatibilityChecker.cs:18
static void delete_TypeIncompatibilityChecker(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr TypeIncompatibilityChecker_SWIGUpcast(global::System.IntPtr jarg1)
override void Dispose(bool disposing)
Definition: TypeIncompatibilityChecker.cs:29
bool swigCMemOwn
Definition: TypeRegulationsChecker.cs:20
static global::System.Exception Retrieve()