14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
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);
52 : this(
GlobalsPINVOKE.new_OdBinaryDataLinkedArray__SWIG_0(0x10), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
54 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction();
63 : this(
GlobalsPINVOKE.new_OdBinaryDataLinkedArray__SWIG_0(pageSize), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
65 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction();
static global::System.Exception Retrieve()
static void OdBinaryDataLinkedArray_Add(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static IntPtr OdBinaryDataLinkedArray_first(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdBinaryDataLinkedArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdBinaryDataLinkedArray_last(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdBinaryDataLinkedArray_removeLast(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdBinaryDataLinkedArray_find(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void OdBinaryDataLinkedArray_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)
static uint OdBinaryDataLinkedArray_size(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdBinaryDataLinkedArray_empty(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdBinaryDataLinkedArray_remove(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdBinaryDataLinkedArray_resize(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)
static bool OdBinaryDataLinkedArray_contains(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void OdBinaryDataLinkedArray_freeExtra(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdBinaryDataLinkedArray_end(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdBinaryDataLinkedArray_insert(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static void OdBinaryDataLinkedArray_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)
static global::System.IntPtr OdBinaryDataLinkedArray_begin(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdBinaryData obj)
static HandleRef getCPtr(OdBinaryDataLinkedArray obj)
OdBinaryDataLinkedArray(int pageSize)
void resize(uint logicalLength)
OdBinaryDataLinkedArrayIterator insert(OdBinaryDataLinkedArrayIterator before, OdBinaryData val)
bool contains(OdBinaryData val)
OdBinaryDataLinkedArrayIterator find(OdBinaryData val)
virtual void Dispose(bool disposing)
OdBinaryDataLinkedArrayIterator begin()
OdBinaryData removeLast()
OdBinaryDataLinkedArray()
OdBinaryDataLinkedArrayIterator end()
OdBinaryDataLinkedArray(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdBinaryDataLinkedArrayIterator obj)