Esempio n. 1
0
    public static int filter(SWIGTYPE_p_dirent d)
    {
        int ret = modshogunPINVOKE.SGIO_filter(SWIGTYPE_p_dirent.getCPtr(d));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_dirent obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
 public static int filter(SWIGTYPE_p_dirent d) {
   int ret = modshogunPINVOKE.SGIO_filter(SWIGTYPE_p_dirent.getCPtr(d));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Esempio n. 4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_dirent obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }