Esempio n. 1
0
    public bool append_features(StringBoolFeatures sf)
    {
        bool ret = modshogunPINVOKE.StringBoolFeatures_append_features(swigCPtr, StringBoolFeatures.getCPtr(sf));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 2
0
 public StringBoolFeatures(StringBoolFeatures orig) : this(modshogunPINVOKE.new_StringBoolFeatures__SWIG_5(StringBoolFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }