14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, 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);
52 public OdDbGraphStack(
int initPhysicalLength,
int initGrowLength) : this(
TD_DbPINVOKE.new_OdDbGraphStack__SWIG_0(initPhysicalLength, initGrowLength), true) {
70 MemoryManager mMan = MemoryManager.GetMemoryManager();
71 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static HandleRef getCPtr(OdDbGraphNode obj)
static HandleRef getCPtr(OdDbGraphStack obj)
OdDbGraphStack(int initPhysicalLength, int initGrowLength)
void push(OdDbGraphNode pNode)
OdDbGraphStack(IntPtr cPtr, bool cMemoryOwn)
OdDbGraphStack(int initPhysicalLength)
virtual void Dispose(bool disposing)
static global::System.Exception Retrieve()
static void OdDbGraphStack_push(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static bool OdDbGraphStack_isEmpty(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdDbGraphStack_pop(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDbGraphStack(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdDbGraphStack_top(global::System.Runtime.InteropServices.HandleRef jarg1)