DotNet Reference
.Net Reference
BaseIntExpr.cs
Go to the documentation of this file.
21 internal BaseIntExpr(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.BaseIntExpr_SWIGUpcast(cPtr), cMemoryOwn) {
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);
43 global::System.IntPtr cPtr = operations_research_constraint_solverPINVOKE.BaseIntExpr_Var(swigCPtr);
49 global::System.IntPtr cPtr = operations_research_constraint_solverPINVOKE.BaseIntExpr_CastToVar(swigCPtr);
override void Dispose(bool disposing)
Definition: BaseIntExpr.cs:29
static global::System.IntPtr BaseIntExpr_CastToVar(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr BaseIntExpr_SWIGUpcast(global::System.IntPtr jarg1)
static void delete_BaseIntExpr(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr BaseIntExpr_Var(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual IntVar CastToVar()
Definition: BaseIntExpr.cs:48