Exemplo n.º 1
0
 public void setCommentDelimiters(SWIGTYPE_p_std__listT_std__string_t delimiters)
 {
     AriaCSPINVOKE.ArFileParser_setCommentDelimiters(swigCPtr, SWIGTYPE_p_std__listT_std__string_t.getCPtr(delimiters));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public override bool setScanTypes(SWIGTYPE_p_std__listT_std__string_t scanTypeList)
        {
            bool ret = AriaCSPINVOKE.ArMap_setScanTypes(swigCPtr, SWIGTYPE_p_std__listT_std__string_t.getCPtr(scanTypeList));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
        public bool parseText(SWIGTYPE_p_std__listT_std__string_t configLines)
        {
            bool ret = AriaCSPINVOKE.ArConfig_parseText__SWIG_9(swigCPtr, SWIGTYPE_p_std__listT_std__string_t.getCPtr(configLines));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 4
0
        public bool parseText(SWIGTYPE_p_std__listT_std__string_t configLines, bool continueOnErrors, SWIGTYPE_p_bool parseOk, SWIGTYPE_p_bool processOk)
        {
            bool ret = AriaCSPINVOKE.ArConfig_parseText__SWIG_6(swigCPtr, SWIGTYPE_p_std__listT_std__string_t.getCPtr(configLines), continueOnErrors, SWIGTYPE_p_bool.getCPtr(parseOk), SWIGTYPE_p_bool.getCPtr(processOk));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 5
0
        public bool parseText(SWIGTYPE_p_std__listT_std__string_t configLines, bool continueOnErrors, SWIGTYPE_p_bool parseOk, SWIGTYPE_p_bool processOk, string errorBuffer, uint errorBufferLen, SWIGTYPE_p_std__listT_std__string_t sectionsToParse, ArPriority.Priority highestPriority)
        {
            bool ret = AriaCSPINVOKE.ArConfig_parseText__SWIG_2(swigCPtr, SWIGTYPE_p_std__listT_std__string_t.getCPtr(configLines), continueOnErrors, SWIGTYPE_p_bool.getCPtr(parseOk), SWIGTYPE_p_bool.getCPtr(processOk), errorBuffer, errorBufferLen, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToParse), (int)highestPriority);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
        public static bool isStrInList(string str, SWIGTYPE_p_std__listT_std__string_t list)
        {
            bool ret = AriaCSPINVOKE.ArUtil_isStrInList__SWIG_1(str, SWIGTYPE_p_std__listT_std__string_t.getCPtr(list));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 7
0
        public ArConfigArg findParam(SWIGTYPE_p_std__listT_std__string_t paramNamePath)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArConfigSection_findParam__SWIG_3(swigCPtr, SWIGTYPE_p_std__listT_std__string_t.getCPtr(paramNamePath));
            ArConfigArg           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArConfigArg(cPtr, false);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 8
0
 public void log(bool isSummary, SWIGTYPE_p_std__listT_std__string_t sectionNameList)
 {
     AriaCSPINVOKE.ArConfig_log__SWIG_1(swigCPtr, isSummary, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionNameList));
 }
Exemplo n.º 9
0
        public bool writeResourceFile(string fileName, bool append, SWIGTYPE_p_std__setT_std__string_t alreadyWritten, SWIGTYPE_p_std__listT_std__string_t sectionsToWrite)
        {
            bool ret = AriaCSPINVOKE.ArConfig_writeResourceFile__SWIG_0(swigCPtr, fileName, append, SWIGTYPE_p_std__setT_std__string_t.getCPtr(alreadyWritten), SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToWrite));

            return(ret);
        }
Exemplo n.º 10
0
        public bool parseResourceFile(string fileName, bool continueOnError, string errorBuffer, uint errorBufferLen, SWIGTYPE_p_std__listT_std__string_t sectionsToParse)
        {
            bool ret = AriaCSPINVOKE.ArConfig_parseResourceFile__SWIG_0(swigCPtr, fileName, continueOnError, errorBuffer, errorBufferLen, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToParse));

            return(ret);
        }
Exemplo n.º 11
0
        public bool writeFile(string fileName, bool append, SWIGTYPE_p_std__setT_std__string_t alreadyWritten, bool writeExtras, SWIGTYPE_p_std__listT_std__string_t sectionsToWrite, ArPriority.Priority highestPriority)
        {
            bool ret = AriaCSPINVOKE.ArConfig_writeFile__SWIG_1(swigCPtr, fileName, append, SWIGTYPE_p_std__setT_std__string_t.getCPtr(alreadyWritten), writeExtras, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToWrite), (int)highestPriority);

            return(ret);
        }
Exemplo n.º 12
0
        public bool parseFile(string fileName, bool continueOnError, bool noFileNotFoundMessage, string errorBuffer, uint errorBufferLen, SWIGTYPE_p_std__listT_std__string_t sectionsToParse, ArPriority.Priority highestPriority)
        {
            bool ret = AriaCSPINVOKE.ArConfig_parseFile__SWIG_2(swigCPtr, fileName, continueOnError, noFileNotFoundMessage, errorBuffer, errorBufferLen, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToParse), (int)highestPriority);

            return(ret);
        }