21 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
this, cPtr);
24 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(
RoutingModelVisitor obj) {
25 return (obj ==
null) ?
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero) : obj.swigCPtr;
28 internal static global::System.Runtime.InteropServices.HandleRef swigRelease(
RoutingModelVisitor obj) {
31 throw new global::System.ApplicationException(
"Cannot release ownership as memory is not owned");
32 global::System.Runtime.InteropServices.HandleRef ptr = obj.swigCPtr;
33 obj.swigCMemOwn =
false;
37 return new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
41 protected override void Dispose(
bool disposing) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
48 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
50 base.Dispose(disposing);
75 public RoutingModelVisitor() : this(operations_research_constraint_solverPINVOKE.new_RoutingModelVisitor(), true) {