コード例 #1
0
 public static void tokenize(char delim, SWIGTYPE_p_shogun__substring s, SWIGTYPE_p_v_arrayT_shogun__substring_t ret)
 {
     modshogunPINVOKE.AsciiFile_tokenize(delim, SWIGTYPE_p_shogun__substring.getCPtr(s), SWIGTYPE_p_v_arrayT_shogun__substring_t.getCPtr(ret));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_v_arrayT_shogun__substring_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_v_arrayT_shogun__substring_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #4
0
ファイル: AsciiFile.cs プロジェクト: Anshul-Bansal/gsoc
 public static void tokenize(char delim, SWIGTYPE_p_shogun__substring s, SWIGTYPE_p_v_arrayT_shogun__substring_t ret) {
   modshogunPINVOKE.AsciiFile_tokenize(delim, SWIGTYPE_p_shogun__substring.getCPtr(s), SWIGTYPE_p_v_arrayT_shogun__substring_t.getCPtr(ret));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }