public static void cppStringWrapper(string buffer, ushort bufferLen, SWIGTYPE_p_ArRetFunctorT_std__string_t functor)
 {
     AriaCSPINVOKE.ArStringInfoHolderFunctions_cppStringWrapper(buffer, bufferLen, SWIGTYPE_p_ArRetFunctorT_std__string_t.getCPtr(functor));
 }
Exemplo n.º 2
0
        public bool addStringString(string name, ushort maxLen, SWIGTYPE_p_ArRetFunctorT_std__string_t functor)
        {
            bool ret = AriaCSPINVOKE.ArStringInfoGroup_addStringString__SWIG_2(swigCPtr, name, maxLen, SWIGTYPE_p_ArRetFunctorT_std__string_t.getCPtr(functor));

            return(ret);
        }
Exemplo n.º 3
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctorT_std__string_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }