예제 #1
0
    public SWIGTYPE_p_clock_t cur_runtime_diff()
    {
        SWIGTYPE_p_clock_t ret = new SWIGTYPE_p_clock_t(modshogunPINVOKE.Time_cur_runtime_diff__SWIG_1(swigCPtr), true);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #2
0
    public SWIGTYPE_p_clock_t cur_runtime(bool verbose)
    {
        SWIGTYPE_p_clock_t ret = new SWIGTYPE_p_clock_t(modshogunPINVOKE.Time_cur_runtime__SWIG_0(swigCPtr, verbose), true);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_clock_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_clock_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #5
0
 internal static HandleRef getCPtr(SWIGTYPE_p_clock_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }