Struct FixedRingBuffer!(T, ulong N)
Fields
Name | Type | Descrption |
---|---|---|
m_buffer | T[N] | |
m_start | size_t | |
m_fill | size_t |
Methods
Name | Description |
---|---|
empty | |
length | |
freeSpace | |
put | |
put | |
putN | |
front | |
popFront | |
popFrontN | |
peek | |
peekDst | |
read |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.