Struct FixedRingBuffer
Fields
Name | Type | Description |
---|---|---|
m_fill
|
size_t |
|
m_start
|
size_t |
Methods
Name | Description |
---|---|
back
|
|
capacity
|
|
empty
|
|
freeSpace
|
|
front
|
|
full
|
|
length
|
|
mod
|
|
opApply
|
|
opDollar
|
|
opIndex
|
|
opSlice
|
|
opSlice
|
|
peek
|
|
peekDst
|
|
popBack
|
|
popBackN
|
|
popFront
|
|
popFrontN
|
|
put
|
|
put
|
|
putN
|
|
read
|
|
removeAt
|
Inner structs
Name | Description |
---|---|
Range
|
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.