Exemplo n.º 1
0
 public void nonindex_summary(metric_summary summary)
 {
     c_csharp_summaryPINVOKE.run_summary_nonindex_summary__SWIG_1(swigCPtr, metric_summary.getCPtr(summary));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(metric_summary obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
        public metric_summary nonindex_summary()
        {
            metric_summary ret = new metric_summary(c_csharp_summaryPINVOKE.run_summary_nonindex_summary__SWIG_0(swigCPtr), false);

            return(ret);
        }
Exemplo n.º 4
0
        public metric_summary summary()
        {
            metric_summary ret = new metric_summary(c_csharp_summaryPINVOKE.read_summary_summary__SWIG_0(swigCPtr), false);

            return(ret);
        }