LibNRG  0.0.1
Networking for Real-time Games library
 All Classes Files Functions Variables Friends
nrg::RingBuffer< T, N >::iterator Class Reference

Iterator class for the RingBuffer.

#include <nrg_ringbuffer.h>

Inheritance diagram for nrg::RingBuffer< T, N >::iterator:

Public Member Functions

 iterator (const RingBuffer *const rb, size_t i)
 Default Iterator Constructor.
 
bool operator< (const iterator &other) const
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
const iteratoroperator++ (void)
 
const iteratoroperator-- (void)
 
const T * operator-> () const
 
const T & operator* () const
 

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