ring< T >::iterator Class Reference

#include <ring.h>

List of all members.

Public Member Functions

iterator erase ()
iterator insert (const T &x)
 iterator (list< T > &lst, const typename list< T >::iterator &i)
 iterator ()
bool operator!= (const iterator &x) const
list< T >::reference operator* () const
iterator operator+ (int i)
iterator operator++ (int)
iteratoroperator++ ()
iterator operator- (int i)
iterator operator-- (int)
iteratoroperator-- ()
iteratoroperator= (const iterator &x)
bool operator== (const iterator &x) const

Public Attributes

list< T >::iterator it
list< T > * r

Detailed Description

template<class T>
class ring< T >::iterator

Definition at line 20 of file ring.h.


Constructor & Destructor Documentation

template<class T >
ring< T >::iterator::iterator (  )  [inline]

Definition at line 30 of file ring.h.

template<class T >
ring< T >::iterator::iterator ( list< T > &  lst,
const typename list< T >::iterator i 
) [inline]

Definition at line 31 of file ring.h.


Member Function Documentation

template<class T >
iterator ring< T >::iterator::erase (  )  [inline]

Definition at line 94 of file ring.h.

template<class T >
iterator ring< T >::iterator::insert ( const T x  )  [inline]

Definition at line 90 of file ring.h.

template<class T >
bool ring< T >::iterator::operator!= ( const iterator x  )  const [inline]

Definition at line 44 of file ring.h.

template<class T >
list<T>::reference ring< T >::iterator::operator* (  )  const [inline]

Definition at line 48 of file ring.h.

template<class T >
iterator ring< T >::iterator::operator+ ( int  i  )  [inline]

Definition at line 78 of file ring.h.

template<class T >
iterator ring< T >::iterator::operator++ ( int   )  [inline]

Definition at line 59 of file ring.h.

template<class T >
iterator& ring< T >::iterator::operator++ (  )  [inline]

Definition at line 52 of file ring.h.

template<class T >
iterator ring< T >::iterator::operator- ( int  i  )  [inline]

Definition at line 84 of file ring.h.

template<class T >
iterator ring< T >::iterator::operator-- ( int   )  [inline]

Definition at line 72 of file ring.h.

template<class T >
iterator& ring< T >::iterator::operator-- (  )  [inline]

Definition at line 65 of file ring.h.

template<class T >
iterator& ring< T >::iterator::operator= ( const iterator x  )  [inline]

Definition at line 34 of file ring.h.

template<class T >
bool ring< T >::iterator::operator== ( const iterator x  )  const [inline]

Definition at line 40 of file ring.h.


Member Data Documentation

template<class T >
list<T>::iterator ring< T >::iterator::it

Definition at line 24 of file ring.h.

template<class T >
list<T>* ring< T >::iterator::r

Definition at line 25 of file ring.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:22:20 2013