Beispiel #1
0
        public SWIGTYPE_p_UsdZipFile__Iterator Find(string path)
        {
            SWIGTYPE_p_UsdZipFile__Iterator ret = new SWIGTYPE_p_UsdZipFile__Iterator(UsdCsPINVOKE.UsdZipFile_Find(swigCPtr, path), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_UsdZipFile__Iterator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
        public SWIGTYPE_p_UsdZipFile__Iterator cend()
        {
            SWIGTYPE_p_UsdZipFile__Iterator ret = new SWIGTYPE_p_UsdZipFile__Iterator(UsdCsPINVOKE.UsdZipFile_cend(swigCPtr), true);

            return(ret);
        }