public void addFileClass(Specification spec) {
   indri_csharpPINVOKE.IndexEnvironment_addFileClass__SWIG_1(swigCPtr, Specification.getCPtr(spec));
   if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
 }
Exemple #2
0
 internal static HandleRef getCPtr(Specification obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(Specification obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }