DotNet Reference
DotNet Reference
TypeRequirementChecker.cs
Go to the documentation of this file.
21 internal TypeRequirementChecker(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.TypeRequirementChecker_SWIGUpcast(cPtr), cMemoryOwn) {
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypeRequirementChecker 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 TypeRequirementChecker(RoutingModel model) : this(operations_research_constraint_solverPINVOKE.new_TypeRequirementChecker(RoutingModel.getCPtr(model)), true) {
static bool Pending
Definition: Assignment.cs:11
static void delete_TypeRequirementChecker(global::System.Runtime.InteropServices.HandleRef jarg1)
bool swigCMemOwn
Definition: TypeRegulationsChecker.cs:20
static global::System.Exception Retrieve()
TypeRequirementChecker(RoutingModel model)
Definition: TypeRequirementChecker.cs:42
override void Dispose(bool disposing)
Definition: TypeRequirementChecker.cs:29
static global::System.IntPtr TypeRequirementChecker_SWIGUpcast(global::System.IntPtr jarg1)