public PreIteration(ColaLocks locks) : this(colaPINVOKE.new_PreIteration__SWIG_1(ColaLocks.getCPtr(locks)), true) { if (colaPINVOKE.SWIGPendingException.Pending) { throw colaPINVOKE.SWIGPendingException.Retrieve(); } }
public ColaLocksEnumerator(ColaLocks collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, ColaLocks values) { colaPINVOKE.ColaLocks_SetRange(swigCPtr, index, ColaLocks.getCPtr(values)); if (colaPINVOKE.SWIGPendingException.Pending) { throw colaPINVOKE.SWIGPendingException.Retrieve(); } }
public void AddRange(ColaLocks values) { colaPINVOKE.ColaLocks_AddRange(swigCPtr, ColaLocks.getCPtr(values)); if (colaPINVOKE.SWIGPendingException.Pending) { throw colaPINVOKE.SWIGPendingException.Retrieve(); } }
public static ColaLocks Repeat(Lock value, int count) { IntPtr cPtr = colaPINVOKE.ColaLocks_Repeat(Lock.getCPtr(value), count); ColaLocks ret = (cPtr == IntPtr.Zero) ? null : new ColaLocks(cPtr, true); if (colaPINVOKE.SWIGPendingException.Pending) { throw colaPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public ColaLocks GetRange(int index, int count) { IntPtr cPtr = colaPINVOKE.ColaLocks_GetRange(swigCPtr, index, count); ColaLocks ret = (cPtr == IntPtr.Zero) ? null : new ColaLocks(cPtr, true); if (colaPINVOKE.SWIGPendingException.Pending) { throw colaPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(ColaLocks obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
internal static HandleRef getCPtr(ColaLocks obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public void SetRange(int index, ColaLocks values) { colaPINVOKE.ColaLocks_SetRange(swigCPtr, index, ColaLocks.getCPtr(values)); if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve(); }
public void AddRange(ColaLocks values) { colaPINVOKE.ColaLocks_AddRange(swigCPtr, ColaLocks.getCPtr(values)); if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve(); }
public static void removeClusterOverlapFast(RootCluster clusterHierarchy, RectPtrVector rs, ColaLocks locks) { colaPINVOKE.removeClusterOverlapFast(RootCluster.getCPtr(clusterHierarchy), RectPtrVector.getCPtr(rs), ColaLocks.getCPtr(locks)); if (colaPINVOKE.SWIGPendingException.Pending) { throw colaPINVOKE.SWIGPendingException.Retrieve(); } }
public static void removeClusterOverlapFast(RootCluster clusterHierarchy, RectPtrVector rs, ColaLocks locks) { colaPINVOKE.removeClusterOverlapFast(RootCluster.getCPtr(clusterHierarchy), RectPtrVector.getCPtr(rs), ColaLocks.getCPtr(locks)); if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve(); }
public PreIteration(ColaLocks locks) : this(colaPINVOKE.new_PreIteration__SWIG_1(ColaLocks.getCPtr(locks)), true) { if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve(); }