Esempio n. 1
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctor3CT_bool_ArConfig_ArArgumentBuilder_p_char_p_size_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 2
0
        public bool addToFileParser(ArFileParser parser, SWIGTYPE_p_ArRetFunctor3CT_bool_ArConfig_ArArgumentBuilder_p_char_p_size_t_t parserCB)
        {
            bool ret = AriaCSPINVOKE.ArConfigArg_addToFileParser__SWIG_2(swigCPtr, ArFileParser.getCPtr(parser), SWIGTYPE_p_ArRetFunctor3CT_bool_ArConfig_ArArgumentBuilder_p_char_p_size_t_t.getCPtr(parserCB));

            return(ret);
        }