Pigweed
C/C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
pw::multibuf::MultiBufChunks::iterator Class Reference

A std::forward_iterator over the Chunks of a MultiBuf. More...

Public Types

using value_type = Chunk
 
using difference_type = std::ptrdiff_t
 
using reference = Chunk &
 
using pointer = Chunk *
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

constexpr reference operator* () const
 
constexpr pointer operator-> () const
 
constexpr iteratoroperator++ ()
 
constexpr iterator operator++ (int)
 
constexpr bool operator== (const iterator &other) const
 
constexpr bool operator!= (const iterator &other) const
 

Friends

class MultiBufChunks
 
class MultiBuf
 

Detailed Description

A std::forward_iterator over the Chunks of a MultiBuf.

Friends And Related Function Documentation

◆ MultiBuf

friend class MultiBuf
friend

MultiBuf interface with mutable data and the option of adding layered data views.


The documentation for this class was generated from the following file: