CBuffer

Undocumented in source.

Constructors

this
this(size_t n)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
CBuffer dup()
Undocumented in source. Be warned that the author may not have intended to support it.
fill
void[] fill(void[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
ubyte[] getData(size_t a, size_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
ubyte[] getData()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(ubyte) opIndex(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
inout(CBuffer) opSlice(size_t a, size_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
popFrontN
size_t popFrontN(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
inout(ubyte) back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
capacity
size_t capacity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(ubyte) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
full
bool full [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta