SecureQueueNode

A node in a SecureQueue

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

peek
size_t peek(ubyte* output, size_t length, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
read
size_t read(ubyte* output, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size()
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Meta