Пример #1
0
        public _Exercise __deref__()
        {
            global::System.IntPtr cPtr = NQuantLibcPINVOKE.Exercise___deref__(swigCPtr);
            _Exercise             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new _Exercise(cPtr, false);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(_Exercise obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(_Exercise obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }