VectorQueue

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
void add(T el)
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.
extend
void extend(size_t newNumOfElements)
Undocumented in source. Be warned that the author may not have intended to support it.
freeData
void freeData(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
manualExtend
void[] manualExtend(T[] oldArray, size_t newNumOfElements)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
T pop()
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll()
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t numElements)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

array
T[] array;
Undocumented in source.
begin
size_t begin;
Undocumented in source.
end
size_t end;
Undocumented in source.

Meta