ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IAggregatePool.BusyItemsIterator
ocean
util
container
pool
model
IAggregatePool
IAggregatePool
Provides safe 'foreach' iteration over the busy items in the pool.
class
IAggregatePool
(T)
class
BusyItemsIterator :
SafeItemsIterator
{
this
();
}
Constructors
this
this
()
Undocumented in source.
Inherited Members
From SafeItemsIterator
~this
~this
()
Destructor
Meta
Source
See Implementation
ocean
util
container
pool
model
IAggregatePool
IAggregatePool
aliases
Item
ItemType
classes
AllItemsIterator
BusyItemsIterator
IItemsIterator
IdleItemsIterator
ReadOnlyAllItemsIterator
ReadOnlyBusyItemsIterator
ReadOnlyIdleItemsIterator
SafeItemsIterator
UnsafeItemsIterator
functions
clear
deleteItem
fill
get
getItemIndex
get_
isNull
isSame
minimize
opIndex
recycle
recycle_
resetItem
setItemIndex
setLimit
static functions
fromItem
toItem
static variables
_assignable
variables
iteration_items
safe_iterator_open
unsafe_iterators_open
Provides safe 'foreach' iteration over the busy items in the pool.