Fabcoin Core
0.16.2
P2P Digital Currency
|
This is the complete list of members for ByteQueueNode, including all inherited members.
buf | ByteQueueNode | |
ByteQueueNode(size_t maxSize) | ByteQueueNode | inline |
Clear() | ByteQueueNode | inline |
CopyTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL) const | ByteQueueNode | inline |
CopyTo(BufferedTransformation &target, size_t copyMax, const std::string &channel=DEFAULT_CHANNEL) const | ByteQueueNode | inline |
CurrentSize() const | ByteQueueNode | inline |
Get(byte &outByte) | ByteQueueNode | inline |
Get(byte *outString, size_t getMax) | ByteQueueNode | inline |
m_head | ByteQueueNode | |
m_tail | ByteQueueNode | |
MaxSize() const | ByteQueueNode | inline |
next | ByteQueueNode | |
operator[](size_t i) const | ByteQueueNode | inline |
Peek(byte &outByte) const | ByteQueueNode | inline |
Peek(byte *target, size_t copyMax) const | ByteQueueNode | inline |
Put(const byte *begin, size_t length) | ByteQueueNode | inline |
Skip(size_t skipMax) | ByteQueueNode | inline |
TransferTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL) | ByteQueueNode | inline |
TransferTo(BufferedTransformation &target, lword transferMax, const std::string &channel=DEFAULT_CHANNEL) | ByteQueueNode | inline |
UsedUp() const | ByteQueueNode | inline |