Beispiel #1
0
 public static void print_substring(SWIGTYPE_p_shogun__substring s)
 {
     modshogunPINVOKE.print_substring(SWIGTYPE_p_shogun__substring.getCPtr(s));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
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();
     }
 }
Beispiel #3
0
    public static uint MurmurHashString(SWIGTYPE_p_shogun__substring s, uint h)
    {
        uint ret = modshogunPINVOKE.Hash_MurmurHashString(SWIGTYPE_p_shogun__substring.getCPtr(s), h);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #4
0
    public static uint ss_length(SWIGTYPE_p_shogun__substring s)
    {
        uint ret = modshogunPINVOKE.ss_length(SWIGTYPE_p_shogun__substring.getCPtr(s));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #5
0
    public static int int_of_substring(SWIGTYPE_p_shogun__substring s)
    {
        int ret = modshogunPINVOKE.int_of_substring(SWIGTYPE_p_shogun__substring.getCPtr(s));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #6
0
 public static uint MurmurHashString(SWIGTYPE_p_shogun__substring s, uint h) {
   uint ret = modshogunPINVOKE.Hash_MurmurHashString(SWIGTYPE_p_shogun__substring.getCPtr(s), h);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Beispiel #7
0
 public static uint ss_length(SWIGTYPE_p_shogun__substring s) {
   uint ret = modshogunPINVOKE.ss_length(SWIGTYPE_p_shogun__substring.getCPtr(s));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Beispiel #8
0
 public static int int_of_substring(SWIGTYPE_p_shogun__substring s) {
   int ret = modshogunPINVOKE.int_of_substring(SWIGTYPE_p_shogun__substring.getCPtr(s));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Beispiel #9
0
 public static void print_substring(SWIGTYPE_p_shogun__substring s) {
   modshogunPINVOKE.print_substring(SWIGTYPE_p_shogun__substring.getCPtr(s));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__substring obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__substring obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #12
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();
 }