public void set_features(BoolStringList feats) { modshogunPINVOKE.StringBoolFeatures_set_features(swigCPtr, BoolStringList.getCPtr(feats)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public BoolStringList(BoolStringList orig) : this(modshogunPINVOKE.new_BoolStringList__SWIG_5(BoolStringList.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public StringBoolFeatures(BoolStringList string_list, Alphabet alpha) : this(modshogunPINVOKE.new_StringBoolFeatures__SWIG_3(BoolStringList.getCPtr(string_list), Alphabet.getCPtr(alpha)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }