ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
IBucketElementFreeList.newElement
ocean
util
container
map
model
BucketElementFreeList
IBucketElementFreeList
Allocates a new object. Called by get() if the list is empty.
class
IBucketElementFreeList
protected abstract
void
*
newElement
(
)
Return Value
Type:
void
*
a new object.
Meta
Source
See Implementation
ocean
util
container
map
model
BucketElementFreeList
IBucketElementFreeList
classes
ParkingStack
constructors
this
functions
allocate
deallocate
getNext
length
newElement
parkElements
setNext
Allocates a new object. Called by get() if the list is empty.