15 using System.Collections;
16 using System.Collections.Generic;
18 public partial class IntTupleSet : global::System.IDisposable {
19 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
22 internal IntTupleSet(global::System.IntPtr cPtr,
bool cMemoryOwn) {
24 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
this, cPtr);
27 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(
IntTupleSet obj) {
28 return (obj ==
null) ?
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
78 public int Insert3(
long v0,
long v1,
long v2) {
83 public int Insert4(
long v0,
long v1,
long v2,
long v3) {
96 public void InsertAll(SWIGTYPE_p_std__vectorT_std__vectorT_int_t_t tuples) {
116 public long Value(
int tuple_index,
int pos_in_tuple) {