示例#1
0
        public bool addStringTime(string name, ushort maxLen, SWIGTYPE_p_ArRetFunctorT_ArTime_t functor)
        {
            bool ret = AriaCSPINVOKE.ArStringInfoGroup_addStringTime__SWIG_1(swigCPtr, name, maxLen, SWIGTYPE_p_ArRetFunctorT_ArTime_t.getCPtr(functor));

            return(ret);
        }
示例#2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctorT_ArTime_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public static void arTimeWrapper(string buffer, ushort bufferLen, SWIGTYPE_p_ArRetFunctorT_ArTime_t functor, string format)
 {
     AriaCSPINVOKE.ArStringInfoHolderFunctions_arTimeWrapper(buffer, bufferLen, SWIGTYPE_p_ArRetFunctorT_ArTime_t.getCPtr(functor), format);
 }