14using System.Runtime.InteropServices;
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();
86 private void SwigDirectorConnect() {
87 if (SwigDerivedClassHasMethod(
"IsEmpty", swigMethodTypes0))
89 if (SwigDerivedClassHasMethod(
"Top", swigMethodTypes1))
91 if (SwigDerivedClassHasMethod(
"Pop", swigMethodTypes2))
93 if (SwigDerivedClassHasMethod(
"Push", swigMethodTypes3))
95 if (SwigDerivedClassHasMethod(
"GetStackDepth", swigMethodTypes4))
100 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
101 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);
102 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(
CFxHistoryStack));
103 return hasDerivedMethod;
106 private bool SwigDirectorMethodIsEmpty() {
110 private global::System.IntPtr SwigDirectorMethodTop() {
111 return CFxHistoryItem.getCPtr(
Top()).Handle;
114 private void SwigDirectorMethodPop() {
118 private void SwigDirectorMethodPush(global::System.IntPtr pData) {
119 Push(
new CFxHistoryItem(pData,
false));
122 private int SwigDirectorMethodGetStackDepth() {
138 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { };
139 private static global::System.Type[] swigMethodTypes1 =
new global::System.Type[] { };
140 private static global::System.Type[] swigMethodTypes2 =
new global::System.Type[] { };
141 private static global::System.Type[] swigMethodTypes3 =
new global::System.Type[] { typeof(CFxHistoryItem) };
142 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 global::System.Exception Retrieve()
static void delete_CFxHistoryStack(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxHistoryStack_Top(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxHistoryStack_Pop(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxHistoryStack_GetStackDepth(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxHistoryStack_IsEmpty(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxHistoryStack_Push(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
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)