コード例 #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();
     }
 }