14using System.Runtime.InteropServices;
16public class intPair : global::System.IDisposable {
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public intPair(IntPtr cPtr,
bool cMemoryOwn) {
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
static global::System.Exception Retrieve()
static void intPair_first_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int intPair_first_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static int intPair_second_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void intPair_second_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void delete_intPair(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual void Dispose(bool disposing)
intPair(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(intPair obj)
intPair(int first, int second)