Example #1
0
        public virtual bool remFromFileParser(ArFileParser fileParser)
        {
            bool ret = AriaCSPINVOKE.ArMap_remFromFileParser(swigCPtr, ArFileParser.getCPtr(fileParser));

            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArFileParser obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        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);
        }