19 private Object locker =
new Object();
20 private HandleRef swigCPtr;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 swigCPtr =
new HandleRef(
this, cPtr);
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
29 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
38 global::System.GC.SuppressFinalize(
this);
41 protected virtual void Dispose(
bool disposing) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
48 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
65 public virtual void Pop() {
83 SwigDirectorConnect();
84 DelegateHolder.OnHoldSwigDirectorDelegates(
this);
87 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction();
91 this.swigCMemOwn =
false;
96 private void SwigDirectorConnect() {
97 if (SwigDerivedClassHasMethod(
"IsEmpty", swigMethodTypes0))
99 if (SwigDerivedClassHasMethod(
"Top", swigMethodTypes1))
101 if (SwigDerivedClassHasMethod(
"Pop", swigMethodTypes2))
103 if (SwigDerivedClassHasMethod(
"Push", swigMethodTypes3))
105 if (SwigDerivedClassHasMethod(
"GetStackDepth", swigMethodTypes4))
110 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
111 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance,
null, methodTypes,
null);
112 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(
CFxHistoryStack));
113 return hasDerivedMethod;
116 private bool SwigDirectorMethodIsEmpty() {
120 private global::System.IntPtr SwigDirectorMethodTop() {
121 return CFxHistoryItem.getCPtr(
Top()).Handle;
124 private void SwigDirectorMethodPop() {
128 private void SwigDirectorMethodPush(global::System.IntPtr pData) {
129 Push(
new CFxHistoryItem(pData,
false));
132 private int SwigDirectorMethodGetStackDepth() {
148 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { };
149 private static global::System.Type[] swigMethodTypes1 =
new global::System.Type[] { };
150 private static global::System.Type[] swigMethodTypes2 =
new global::System.Type[] { };
151 private static global::System.Type[] swigMethodTypes3 =
new global::System.Type[] { typeof(CFxHistoryItem) };
152 private static global::System.Type[] swigMethodTypes4 =
new global::System.Type[] { };
static HandleRef getCPtr(CFxHistoryItem obj)
delegate bool SwigDelegateCFxHistoryStack_0()
delegate void SwigDelegateCFxHistoryStack_3(global::System.IntPtr pData)
virtual void Dispose(bool disposing)
delegate global::System.IntPtr SwigDelegateCFxHistoryStack_1()
virtual void Push(CFxHistoryItem pData)
CFxHistoryStack(IntPtr cPtr, bool cMemoryOwn)
delegate int SwigDelegateCFxHistoryStack_4()
virtual int GetStackDepth()
virtual CFxHistoryItem Top()
delegate void SwigDelegateCFxHistoryStack_2()
static HandleRef getCPtr(CFxHistoryStack obj)
static void CFxHistoryStack_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, CFxHistoryStack.SwigDelegateCFxHistoryStack_0 delegate0, CFxHistoryStack.SwigDelegateCFxHistoryStack_1 delegate1, CFxHistoryStack.SwigDelegateCFxHistoryStack_2 delegate2, CFxHistoryStack.SwigDelegateCFxHistoryStack_3 delegate3, CFxHistoryStack.SwigDelegateCFxHistoryStack_4 delegate4)