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

            return(ret);
        }
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);
        }