示例#1
0
        public SWIGTYPE_p_std__mapT_std__string_VtValue_std__lessT_std__string_t_t__size_type size()
        {
            SWIGTYPE_p_std__mapT_std__string_VtValue_std__lessT_std__string_t_t__size_type ret = new SWIGTYPE_p_std__mapT_std__string_VtValue_std__lessT_std__string_t_t__size_type(UsdCsPINVOKE.VtDictionary_size(swigCPtr), true);

            return(ret);
        }
示例#2
0
        public SWIGTYPE_p_std__mapT_std__string_VtValue_std__lessT_std__string_t_t__size_type erase(string key)
        {
            SWIGTYPE_p_std__mapT_std__string_VtValue_std__lessT_std__string_t_t__size_type ret = new SWIGTYPE_p_std__mapT_std__string_VtValue_std__lessT_std__string_t_t__size_type(UsdCsPINVOKE.VtDictionary_erase__SWIG_0(swigCPtr, key), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__mapT_std__string_VtValue_std__lessT_std__string_t_t__size_type obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }