public void del(ConflationPattern key) { indri_csharpPINVOKE.ConfMap_del(swigCPtr, ConflationPattern.getCPtr(key)); if (indri_csharpPINVOKE.SWIGPendingException.Pending) { throw indri_csharpPINVOKE.SWIGPendingException.Retrieve(); } }
public void set(ConflationPattern key, string x) { indri_csharpPINVOKE.ConfMap_set(swigCPtr, ConflationPattern.getCPtr(key), x); if (indri_csharpPINVOKE.SWIGPendingException.Pending) { throw indri_csharpPINVOKE.SWIGPendingException.Retrieve(); } }
public string get(ConflationPattern key) { string ret = indri_csharpPINVOKE.ConfMap_get(swigCPtr, ConflationPattern.getCPtr(key)); if (indri_csharpPINVOKE.SWIGPendingException.Pending) { throw indri_csharpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool has_key(ConflationPattern key) { bool ret = indri_csharpPINVOKE.ConfMap_has_key(swigCPtr, ConflationPattern.getCPtr(key)); return(ret); }