public ULongIntStringList(SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t s, int num_s, int max_length) : this(modshogunPINVOKE.new_ULongIntStringList__SWIG_2(SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t.getCPtr(s), num_s, max_length), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public virtual void set_ulong_string_list(SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t strings, int num_str)
 {
     modshogunPINVOKE.File_set_ulong_string_list(swigCPtr, SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t.getCPtr(strings), num_str);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t get_vector()
    {
        SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t ret = new SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t(modshogunPINVOKE.StreamingStringUlongFeatures_get_vector(swigCPtr), true);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public ULongIntStringList(SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t s, int num_s, int max_length) : this(modshogunPINVOKE.new_ULongIntStringList__SWIG_2(SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t.getCPtr(s), num_s, max_length), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t get_vector() {
   SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t ret = new SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t(modshogunPINVOKE.StreamingStringUlongFeatures_get_vector(swigCPtr), true);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #8
0
 public virtual void set_ulong_string_list(SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t strings, int num_str) {
   modshogunPINVOKE.File_set_ulong_string_list(swigCPtr, SWIGTYPE_p_shogun__SGStringT_unsigned_long_long_t.getCPtr(strings), num_str);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }