- alloc
void alloc(string debugName, size_t _capacity)
Undocumented in source. Be warned that the author may not have intended to support it.
- dropItem
void dropItem()
Undocumented in source. Be warned that the author may not have intended to support it.
- endMessage
void endMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
- peekItem
I peekItem()
Undocumented in source. Be warned that the author may not have intended to support it.
- peekItem
void peekItem(I item)
Undocumented in source. Be warned that the author may not have intended to support it.
- popItem
I popItem()
Undocumented in source. Be warned that the author may not have intended to support it.
- popItem
void popItem(I item)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushItem
void pushItem(I item)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushMessagePart
void pushMessagePart(I item)
Undocumented in source. Be warned that the author may not have intended to support it.
- setItem
void setItem(I item, size_t at)
Undocumented in source. Be warned that the author may not have intended to support it.
- skipMessageItem
size_t skipMessageItem()
Undocumented in source. Be warned that the author may not have intended to support it.
- startMessage
void startMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
Single-producer single-consumer fixed size circular buffer queue.