Esempio n. 1
0
 public void dumpCSV(SWIGTYPE_p_std__ofstream csvFile)
 {
     ContextModulePINVOKE.ExecutionReport_dumpCSV(swigCPtr, SWIGTYPE_p_std__ofstream.getCPtr(csvFile));
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__ofstream obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
 public void dumpCSV(SWIGTYPE_p_std__ofstream csvFile)
 {
     ContextModulePINVOKE.ExecutionReport_dumpCSV(swigCPtr, SWIGTYPE_p_std__ofstream.getCPtr(csvFile));
     if (ContextModulePINVOKE.SWIGPendingException.Pending) throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__ofstream obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__ofstream obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }