|
|
using | value_type = T |
| |
|
using | pointer = T * |
| |
|
using | reference = T & |
| |
|
using | difference_type = sringbuffer_detail::difference_type |
| |
|
using | size_type = sringbuffer_detail::size_type |
| |
|
using | iterator = sringbuffer_iterator |
| |
|
using | iterator_category = core::random_access_iterator_tag |
| |
|
|
| sringbuffer_iterator (pointer ptr, sringbuffer_detail::size_type tail, sringbuffer_detail::size_type size, sringbuffer_detail::size_type index) |
| |
|
T & | operator* () const |
| |
|
T * | operator-> () const |
| |
|
iterator | operator[] (size_type offset) const |
| |
|
iterator & | operator+= (size_type diff) |
| |
|
iterator & | operator-= (size_type diff) |
| |
|
iterator & | operator++ () |
| |
|
iterator | operator++ (int) |
| |
|
iterator & | operator-- () |
| |
|
iterator | operator-- (int) |
| |
|
iterator | operator+ (size_type offset) const |
| |
|
iterator | operator- (size_type offset) const |
| |
|
difference_type | operator- (const iterator &other) const |
| |
|
GAIA_NODISCARD bool | operator== (const iterator &other) const |
| |
|
GAIA_NODISCARD bool | operator!= (const iterator &other) const |
| |
|
GAIA_NODISCARD bool | operator> (const iterator &other) const |
| |
|
GAIA_NODISCARD bool | operator>= (const iterator &other) const |
| |
|
GAIA_NODISCARD bool | operator< (const iterator &other) const |
| |
|
GAIA_NODISCARD bool | operator<= (const iterator &other) const |
| |
The documentation for this struct was generated from the following file:
- /home/runner/work/gaia-ecs/gaia-ecs/include/gaia/cnt/sringbuffer.h