示例#1
0
 public void push_back(index_count_summary count_summary)
 {
     c_csharp_summaryPINVOKE.index_lane_summary_push_back(swigCPtr, index_count_summary.getCPtr(count_summary));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
        public bool is_less(index_count_summary rhs)
        {
            bool ret = c_csharp_summaryPINVOKE.index_count_summary_is_less(swigCPtr, index_count_summary.getCPtr(rhs));

            if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
        public index_count_summary at(uint n)
        {
            index_count_summary ret = new index_count_summary(c_csharp_summaryPINVOKE.index_lane_summary_at(swigCPtr, n), false);

            if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(index_count_summary obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#5
0
        public index_count_summary add(ulong cluster_count)
        {
            index_count_summary ret = new index_count_summary(c_csharp_summaryPINVOKE.index_count_summary_add(swigCPtr, cluster_count), false);

            return(ret);
        }