DotNet Reference
.Net Reference
IntVarIterator.cs
Go to the documentation of this file.
21 internal IntVarIterator(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.IntVarIterator_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);
override void Dispose(bool disposing)
Definition: IntVarIterator.cs:29
static void IntVarIterator_Init(global::System.Runtime.InteropServices.HandleRef jarg1)
static long IntVarIterator_Value(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_IntVarIterator(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual long Value()
Definition: IntVarIterator.cs:51
static bool IntVarIterator_Ok(global::System.Runtime.InteropServices.HandleRef jarg1)
Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntVarIterator_ToString
static string IntVarIterator_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)
static void IntVarIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual void Next()
Definition: IntVarIterator.cs:56
virtual void Init()
Definition: IntVarIterator.cs:42
override string ToString()
Definition: IntVarIterator.cs:60