示例#1
0
    public bool append_features(StringRealFeatures sf)
    {
        bool ret = modshogunPINVOKE.StringRealFeatures_append_features(swigCPtr, StringRealFeatures.getCPtr(sf));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#2
0
 public StringRealFeatures(StringRealFeatures orig) : this(modshogunPINVOKE.new_StringRealFeatures__SWIG_5(StringRealFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }