ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IAggregatePool.ReadOnlyAllItemsIterator
ocean
util
container
pool
model
IAggregatePool
IAggregatePool
Provides unsafe 'foreach' iteration over all items in the pool.
class
IAggregatePool
(T)
class
ReadOnlyAllItemsIterator :
UnsafeItemsIterator
{
this
();
}
Constructors
this
this
()
Undocumented in source.
Inherited Members
From UnsafeItemsIterator
~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 unsafe 'foreach' iteration over all items in the pool.