DotNet Reference
DotNet Reference
util/Int64VectorVector.cs
Go to the documentation of this file.
17 public class Int64VectorVector : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IEnumerable<Int64Vector>
27 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Int64VectorVector obj) {
28 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
60 public Int64VectorVector(global::System.Collections.Generic.IEnumerable<Int64Vector> c) : this() {
146 global::System.Collections.Generic.IEnumerator<Int64Vector> global::System.Collections.Generic.IEnumerable<Int64Vector>.GetEnumerator() {
230 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
247 public Int64VectorVector() : this(operations_research_utilPINVOKE.new_Int64VectorVector__SWIG_0(), true) {
250 public Int64VectorVector(Int64VectorVector other) : this(operations_research_utilPINVOKE.new_Int64VectorVector__SWIG_1(Int64VectorVector.getCPtr(other)), true) {
251 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
254 public Int64VectorVector(int capacity) : this(operations_research_utilPINVOKE.new_Int64VectorVector__SWIG_2(capacity), true) {
255 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
259 Int64Vector ret = new Int64Vector(operations_research_utilPINVOKE.Int64VectorVector_getitemcopy(swigCPtr, index), true);
260 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
265 Int64Vector ret = new Int64Vector(operations_research_utilPINVOKE.Int64VectorVector_getitem(swigCPtr, index), false);
266 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
271 operations_research_utilPINVOKE.Int64VectorVector_setitem(swigCPtr, index, Int64Vector.getCPtr(val));
272 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
276 operations_research_utilPINVOKE.Int64VectorVector_AddRange(swigCPtr, Int64VectorVector.getCPtr(values));
277 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
281 global::System.IntPtr cPtr = operations_research_utilPINVOKE.Int64VectorVector_GetRange(swigCPtr, index, count);
282 Int64VectorVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new Int64VectorVector(cPtr, true);
283 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
288 operations_research_utilPINVOKE.Int64VectorVector_Insert(swigCPtr, index, Int64Vector.getCPtr(x));
289 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
293 operations_research_utilPINVOKE.Int64VectorVector_InsertRange(swigCPtr, index, Int64VectorVector.getCPtr(values));
294 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
299 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
304 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
308 global::System.IntPtr cPtr = operations_research_utilPINVOKE.Int64VectorVector_Repeat(Int64Vector.getCPtr(value), count);
309 Int64VectorVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new Int64VectorVector(cPtr, true);
310 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
320 if (operations_research_utilPINVOKE.SWIGPendingException.Pending) throw operations_research_utilPINVOKE.SWIGPendingException.Retrieve();
324 operations_research_utilPINVOKE.Int64VectorVector_SetRange(swigCPtr, index, Int64VectorVector.getCPtr(values));
static uint Int64VectorVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)
void SetRange(int index, Int64VectorVector values)
Definition: util/Int64VectorVector.cs:323
static Int64VectorVector Repeat(Int64Vector value, int count)
Definition: util/Int64VectorVector.cs:307
Int64VectorVector(global::System.Collections.Generic.IEnumerable< Int64Vector > c)
Definition: util/Int64VectorVector.cs:60
void CopyTo(Int64Vector[] array)
Definition: util/Int64VectorVector.cs:112
void AddRange(Int64VectorVector values)
Definition: util/Int64VectorVector.cs:275
static void Int64VectorVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_Int64VectorVector(global::System.Runtime.InteropServices.HandleRef jarg1)
static void Int64VectorVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)
Int64VectorVector GetRange(int index, int count)
Definition: util/Int64VectorVector.cs:280
static void Int64VectorVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
Int64VectorVector(int capacity)
Definition: util/Int64VectorVector.cs:254
bool IsFixedSize
Definition: util/Int64VectorVector.cs:68
static void Int64VectorVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)
void Insert(int index, Int64Vector x)
Definition: util/Int64VectorVector.cs:287
Int64VectorVector()
Definition: util/Int64VectorVector.cs:247
Definition: operations_research_utilPINVOKE.cs:127
bool IsSynchronized
Definition: util/Int64VectorVector.cs:106
void Reset()
Definition: util/Int64VectorVector.cs:210
Int64Vector[] ToArray()
Definition: util/Int64VectorVector.cs:140
Int64VectorVector(global::System.Collections.IEnumerable c)
Definition: util/Int64VectorVector.cs:52
static void Int64VectorVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool Pending
Definition: operations_research_utilPINVOKE.cs:133
Int64VectorVectorEnumerator(Int64VectorVector collection)
Definition: util/Int64VectorVector.cs:171
static global::System.IntPtr Int64VectorVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
void Reverse(int index, int count)
Definition: util/Int64VectorVector.cs:318
void RemoveAt(int index)
Definition: util/Int64VectorVector.cs:297
static global::System.Exception Retrieve()
Definition: operations_research_utilPINVOKE.cs:152
Int64VectorVector(Int64VectorVector other)
Definition: util/Int64VectorVector.cs:250
bool MoveNext()
Definition: util/Int64VectorVector.cs:198
void Dispose()
Definition: util/Int64VectorVector.cs:218
static void Int64VectorVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
void Reverse()
Definition: util/Int64VectorVector.cs:314
void InsertRange(int index, Int64VectorVector values)
Definition: util/Int64VectorVector.cs:292
void CopyTo(int index, Int64Vector[] array, int arrayIndex, int count)
Definition: util/Int64VectorVector.cs:122
Int64VectorVectorEnumerator GetEnumerator()
Definition: util/Int64VectorVector.cs:154
virtual void Dispose(bool disposing)
Definition: util/Int64VectorVector.cs:40
static global::System.IntPtr Int64VectorVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void Int64VectorVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
Int64Vector Current
Definition: util/Int64VectorVector.cs:179
static global::System.IntPtr Int64VectorVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)
void Add(Int64Vector x)
Definition: util/Int64VectorVector.cs:228
bool swigCMemOwn
Definition: util/Int64VectorVector.cs:20
Definition: Domain.cs:11
static void Int64VectorVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
void RemoveRange(int index, int count)
Definition: util/Int64VectorVector.cs:302
static void Int64VectorVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
void CopyTo(Int64Vector[] array, int arrayIndex)
Definition: util/Int64VectorVector.cs:117
Definition: operations_research_utilPINVOKE.cs:13
bool IsReadOnly
Definition: util/Int64VectorVector.cs:74
static void Int64VectorVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)
Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever t...
Definition: util/Int64VectorVector.cs:165