Sunshine latest
Self-hosted game stream host for Moonlight.
round_robin_util::round_robin_t< V, It > Class Template Reference
Inheritance diagram for round_robin_util::round_robin_t< V, It >:
[legend]
Collaboration diagram for round_robin_util::round_robin_t< V, It >:
[legend]

Public Types

using iterator = It
 
using pointer = V *
 
- Public Types inherited from round_robin_util::it_wrap_t< V, round_robin_t< V, It > >
using const_pointer
 
using const_reference
 
typedef std::ptrdiff_t diff_t
 
using difference_type
 
typedef round_robin_t< V, It > iterator
 
using iterator_category
 
using pointer
 
using reference
 
using value_type
 

Public Member Functions

void dec ()
 
bool eq (const round_robin_t &other) const
 
pointer get () const
 
void inc ()
 
 round_robin_t (iterator begin, iterator end)
 
- Public Member Functions inherited from round_robin_util::it_wrap_t< V, round_robin_t< V, It > >
bool operator!= (const iterator &other) const
 
reference operator* ()
 
const_reference operator* () const
 
iterator operator+ (diff_t step)
 
iterator operator++ ()
 
iterator operator++ (int)
 
iterator operator+= (diff_t step)
 
iterator operator- (diff_t step)
 
diff_t operator- (iterator first)
 
iterator operator-- ()
 
iterator operator-- (int)
 
iterator operator-= (diff_t step)
 
pointer operator-> ()
 
const_pointer operator-> () const
 
bool operator< (const iterator &other) const
 
bool operator<= (const iterator &other) const
 
bool operator== (const iterator &other) const
 
bool operator> (const iterator &other) const
 
bool operator>= (const iterator &other) const
 

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