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);
63 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdDbStub(cPtr,
false);
70 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdDbStub(cPtr,
false);
static global::System.Exception Retrieve()
static global::System.IntPtr OdHandleTree_getObjectId(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt64 OdHandleTree_getNumberOfNodes(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdHandleTree_getNextAvailableHandle(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdHandleTree_addObject(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdHandleTree_size(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdHandleTree(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdHandleTree_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static HandleRef getCPtr(OdDbHandle obj)
static HandleRef getCPtr(OdHandleTree obj)
virtual void Dispose(bool disposing)
OdHandleTree(IntPtr cPtr, bool cMemoryOwn)
UInt64 getNumberOfNodes()
virtual OdDbStub addObject(OdRxObject pDb, OdDbHandle h)
OdDbStub getObjectId(OdDbHandle h)
OdDbHandle getNextAvailableHandle()
OdHandleTree(OdDbStubFactory pStubFactory)
static HandleRef getCPtr(OdRxObject obj)