Exemple #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_BaseState obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #2
0
 public StateObjDescVector LoadStateInformation(string filename, bool remove_state, SWIGTYPE_p_p_BaseState ret_newstate)
 {
     StateObjDescVector ret = new StateObjDescVector(SharpMochaPINVOKE.StateSerializer_LoadStateInformation__SWIG_0(swigCPtr, filename, remove_state, SWIGTYPE_p_p_BaseState.getCPtr(ret_newstate)), true);
     if (SharpMochaPINVOKE.SWIGPendingException.Pending) throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
        public StateObjDescVector LoadStateInformation(string filename, bool remove_state, SWIGTYPE_p_p_BaseState ret_newstate)
        {
            StateObjDescVector ret = new StateObjDescVector(SharpMochaPINVOKE.StateSerializer_LoadStateInformation__SWIG_0(swigCPtr, filename, remove_state, SWIGTYPE_p_p_BaseState.getCPtr(ret_newstate)), true);

            if (SharpMochaPINVOKE.SWIGPendingException.Pending)
            {
                throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_BaseState obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }