Esempio n. 1
0
 public void del(ConflationPattern key)
 {
     indri_csharpPINVOKE.ConfMap_del(swigCPtr, ConflationPattern.getCPtr(key));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 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();
     }
 }
Esempio n. 3
0
        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);
        }
Esempio n. 4
0
        public bool has_key(ConflationPattern key)
        {
            bool ret = indri_csharpPINVOKE.ConfMap_has_key(swigCPtr, ConflationPattern.getCPtr(key));

            return(ret);
        }