|
guanaqo
1.0.0-alpha.25
Utilities for scientific software
|
#include <guanaqo/ringbuffer.hpp>
Definition at line 13 of file ringbuffer.hpp.
Public Types | |
| using | Index = IndexT |
Public Member Functions | |
| CircularIndices (Index zerobased, Index circular) | |
Public Attributes | |
| Index | zerobased |
| Index | circular |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<class IndexT> | |
| bool | operator== (CircularIndices< IndexT > a, CircularIndices< IndexT > b) |
| template<class IndexT> | |
| bool | operator!= (CircularIndices< IndexT > a, CircularIndices< IndexT > b) |
| using guanaqo::CircularIndices< IndexT >::Index = IndexT |
Definition at line 14 of file ringbuffer.hpp.
|
inline |
Definition at line 15 of file ringbuffer.hpp.
|
Definition at line 23 of file ringbuffer.hpp.
|
Definition at line 29 of file ringbuffer.hpp.
| Index guanaqo::CircularIndices< IndexT >::zerobased |
Definition at line 17 of file ringbuffer.hpp.
| Index guanaqo::CircularIndices< IndexT >::circular |
Definition at line 18 of file ringbuffer.hpp.