Support class for the sliding window implementation.
More...
|
| chunker (const size_type max_size, const size_type max_chunk_size) |
|
size_type | max_size (void) const noexcept |
|
size_type | max_chunk_size (void) const noexcept |
|
bool | empty (void) const noexcept |
|
bool | full (void) const noexcept |
|
size_type | pending (void) const noexcept |
|
entry_type & | get_entry (void) |
| Return available entry.
|
|
void | cleanup (void) noexcept |
| Remove empty entries.
|
|
|
using | size_type = std::size_t |
|
Support class for the sliding window implementation.
The documentation for this class was generated from the following file: