Public Member Functions | Protected Member Functions | Friends
icl_core::RingBuffer< T >::iterator Class Reference

Iterator for RingBuffers. More...

#include <RingBuffer.h>

Inheritance diagram for icl_core::RingBuffer< T >::iterator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 iterator (const iterator &other)
T & operator* () const
T * operator-> () const
iteratoroperator= (const iterator &other)

Protected Member Functions

 iterator (T *current, T *cbegin, T *cend, T *begin)

Friends

class RingBuffer

Detailed Description

template<typename T>
class icl_core::RingBuffer< T >::iterator

Iterator for RingBuffers.

Definition at line 170 of file RingBuffer.h.


Constructor & Destructor Documentation

template<typename T>
icl_core::RingBuffer< T >::iterator::iterator ( const iterator other) [inline]

Definition at line 175 of file RingBuffer.h.

template<typename T>
icl_core::RingBuffer< T >::iterator::iterator ( T *  current,
T *  cbegin,
T *  cend,
T *  begin 
) [inline, protected]

Definition at line 192 of file RingBuffer.h.


Member Function Documentation

template<typename T>
T& icl_core::RingBuffer< T >::iterator::operator* ( ) const [inline]

Reimplemented from icl_core::RingBuffer< T >::const_iterator.

Definition at line 188 of file RingBuffer.h.

template<typename T>
T* icl_core::RingBuffer< T >::iterator::operator-> ( ) const [inline]

Reimplemented from icl_core::RingBuffer< T >::const_iterator.

Definition at line 189 of file RingBuffer.h.

template<typename T>
iterator& icl_core::RingBuffer< T >::iterator::operator= ( const iterator other) [inline]

Definition at line 179 of file RingBuffer.h.


Friends And Related Function Documentation

template<typename T>
friend class RingBuffer [friend]

Reimplemented from icl_core::RingBuffer< T >::const_iterator.

Definition at line 172 of file RingBuffer.h.


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


schunk_svh_driver
Author(s): Georg Heppner
autogenerated on Fri Aug 28 2015 12:59:20