|
scc
2024.06
SystemC components library
|
#include <cassert>#include <memory>#include <stdexcept>#include <vector>
Go to the source code of this file.
Classes | |
| class | util::ring_buffer< T > |
| Circular buffer. More... | |
| class | util::ring_buffer< T >::iterator_type< C_ > |
| Iterator through the circular buffer. More... | |
Namespaces | |
| util | |
| SCC common utilities. | |
Simple circular (ring) buffer class
(c) Mircea Neacsu 2018-2021. Licensed under MIT License. This is part of MLIB project. See README file for full license terms. (https://github.com/neacsum/mlib#readme)
Definition in file ring_buffer.h.