Example #1
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArRetFunctor1_Bool_ArgumentBuilderP obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public bool addHandler(string keyword, ArRetFunctor1_Bool_ArgumentBuilderP functor)
        {
            bool ret = AriaCSPINVOKE.ArFileParser_addHandler(swigCPtr, keyword, ArRetFunctor1_Bool_ArgumentBuilderP.getCPtr(functor));

            return(ret);
        }
        public bool remHandler(ArRetFunctor1_Bool_ArgumentBuilderP functor)
        {
            bool ret = AriaCSPINVOKE.ArFileParser_remHandler__SWIG_2(swigCPtr, ArRetFunctor1_Bool_ArgumentBuilderP.getCPtr(functor));

            return(ret);
        }
Example #4
0
 public ArArg(string name, ArRetFunctor1_Bool_ArgumentBuilderP setFunctor, SWIGTYPE_p_ArRetFunctorT_std__listT_ArArgumentBuilder_p_t_const_p_t getFunctor, string description) : this(AriaCSPINVOKE.new_ArArg__SWIG_14(name, ArRetFunctor1_Bool_ArgumentBuilderP.getCPtr(setFunctor), SWIGTYPE_p_ArRetFunctorT_std__listT_ArArgumentBuilder_p_t_const_p_t.getCPtr(getFunctor), description), true)
 {
 }