예제 #1
0
 public RMExpander(QueryEnvironment env, Parameters param) : this(indri_csharpPINVOKE.new_RMExpander(QueryEnvironment.getCPtr(env), Parameters.getCPtr(param)), true)
 {
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 internal static HandleRef getCPtr(QueryEnvironment obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
 internal static HandleRef getCPtr(QueryEnvironment obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #4
0
파일: RMExpander.cs 프로젝트: jsc/indri-5.9
 public RMExpander(QueryEnvironment env, Parameters param) : this(indri_csharpPINVOKE.new_RMExpander(QueryEnvironment.getCPtr(env), Parameters.getCPtr(param)), true) {
   if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
 }