Example #1
0
 public virtual void set_string_list(SWIGTYPE_p_shogun__SGStringT_bool_t strings, int num_str)
 {
     modshogunPINVOKE.File_set_string_list__SWIG_0(swigCPtr, SWIGTYPE_p_shogun__SGStringT_bool_t.getCPtr(strings), num_str);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public BoolStringList(SWIGTYPE_p_shogun__SGStringT_bool_t s, int num_s, int max_length) : this(modshogunPINVOKE.new_BoolStringList__SWIG_2(SWIGTYPE_p_shogun__SGStringT_bool_t.getCPtr(s), num_s, max_length), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }