public index_count_summary_vector(index_count_summary_vector other) : this(c_csharp_summaryPINVOKE.new_index_count_summary_vector__SWIG_1(index_count_summary_vector.getCPtr(other)), true) { if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } }
public index_count_summary_vectorEnumerator(index_count_summary_vector collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, index_count_summary_vector values) { c_csharp_summaryPINVOKE.index_count_summary_vector_SetRange(swigCPtr, index, index_count_summary_vector.getCPtr(values)); if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } }
public static index_count_summary_vector Repeat(index_count_summary value, int count) { global::System.IntPtr cPtr = c_csharp_summaryPINVOKE.index_count_summary_vector_Repeat(index_count_summary.getCPtr(value), count); index_count_summary_vector ret = (cPtr == global::System.IntPtr.Zero) ? null : new index_count_summary_vector(cPtr, true); if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public index_count_summary_vector GetRange(int index, int count) { global::System.IntPtr cPtr = c_csharp_summaryPINVOKE.index_count_summary_vector_GetRange(swigCPtr, index, count); index_count_summary_vector ret = (cPtr == global::System.IntPtr.Zero) ? null : new index_count_summary_vector(cPtr, true); 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_vector obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }