예제 #1
0
        public lane_summary at(uint n)
        {
            lane_summary ret = new lane_summary(c_csharp_summaryPINVOKE.read_summary_at(swigCPtr, n), false);

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