public bool remHandler(SWIGTYPE_p_ArRetFunctor3T_bool_ArArgumentBuilder_p_char_p_size_t_t functor)
        {
            bool ret = AriaCSPINVOKE.ArFileParser_remHandler__SWIG_3(swigCPtr, SWIGTYPE_p_ArRetFunctor3T_bool_ArArgumentBuilder_p_char_p_size_t_t.getCPtr(functor));

            return(ret);
        }
Beispiel #2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctor3T_bool_ArArgumentBuilder_p_char_p_size_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public bool addHandlerWithError(string keyword, SWIGTYPE_p_ArRetFunctor3T_bool_ArArgumentBuilder_p_char_p_size_t_t functor)
        {
            bool ret = AriaCSPINVOKE.ArFileParser_addHandlerWithError(swigCPtr, keyword, SWIGTYPE_p_ArRetFunctor3T_bool_ArArgumentBuilder_p_char_p_size_t_t.getCPtr(functor));

            return(ret);
        }