Pigweed
C/C++ API Reference
|
A const std::forward_iterator
over the Chunk
s of a MultiBuf
.
More...
Public Types | |
using | value_type = const Chunk |
using | difference_type = std::ptrdiff_t |
using | reference = const Chunk & |
using | pointer = const Chunk * |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
constexpr reference | operator* () const |
constexpr pointer | operator-> () const |
constexpr const_iterator & | operator++ () |
constexpr const_iterator | operator++ (int) |
constexpr bool | operator== (const const_iterator &other) const |
constexpr bool | operator!= (const const_iterator &other) const |
Friends | |
class | MultiBufChunks |
class | MultiBuf |
|
friend |
MultiBuf interface with mutable data and the option of adding layered data views.