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 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. 5
0
 public bool has_key(ConflationPattern key)
 {
     bool ret = indri_csharpPINVOKE.ConfMap_has_key(swigCPtr, ConflationPattern.getCPtr(key));
     return ret;
 }
Esempio n. 6
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. 7
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. 8
0
 internal static HandleRef getCPtr(ConflationPattern obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 9
0
 internal static HandleRef getCPtr(ConflationPattern obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 10
0
        public bool has_key(ConflationPattern key)
        {
            bool ret = indri_csharpPINVOKE.ConfMap_has_key(swigCPtr, ConflationPattern.getCPtr(key));

            return(ret);
        }