RingQueue

Undocumented in source.

Constructors

this
this(size_t capacity)
Undocumented in source.

Members

Functions

empty
bool empty()
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.
push
void push(T ctx)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fetch
size_t fetch;
insert
size_t insert;
Undocumented in source.
length
size_t length;
size
size_t size;
Undocumented in source.
store
T* store;
Undocumented in source.

Meta