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(); } }
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); }
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); }
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); }
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); }