QueueBuffer

Undocumented in source.

Constructors

this
this(size_t size)
Undocumented in source.

Members

Functions

findNextOffset
long findNextOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
rewind
void rewind()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

filled
size_t filled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
filledSlice
ubyte[] filledSlice [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
remaining
size_t remaining [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ubyte* buffer;
end
ubyte* end;
Undocumented in source.
messageSetSize
size_t messageSetSize;
Undocumented in source.
next
QueueBuffer* next;
p
ubyte* p;
Undocumented in source.
requestedOffset
long requestedOffset;
Undocumented in source.

Meta