BucketWithList

Undocumented in source.

Members

Functions

add
T* add()
Undocumented in source. Be warned that the author may not have intended to support it.
add
T* add(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
isFull
bool isFull()
Undocumented in source. Be warned that the author may not have intended to support it.
isIn
bool isIn(T* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

Element
union Element
Undocumented in source.

Variables

elements
Element[elementsNum] elements;
Undocumented in source.
emptyOne
Element* emptyOne;
Undocumented in source.

Meta