DeSiGNAR  0.5a
Data Structures General Library
Public Member Functions | List of all members
Designar::BidirectionalIterator< Iterator, T, RET_CPY > Class Template Reference

#include <iterator.H>

Inheritance diagram for Designar::BidirectionalIterator< Iterator, T, RET_CPY >:
Inheritance graph
[legend]
Collaboration diagram for Designar::BidirectionalIterator< Iterator, T, RET_CPY >:
Collaboration graph
[legend]

Public Member Functions

Iterator & operator-- ()
 
Iterator operator-- (int)
 
- Public Member Functions inherited from Designar::ForwardIterator< Iterator, T, RET_CPY >
Iterator & operator++ ()
 
Iterator operator++ (int)
 
- Public Member Functions inherited from Designar::BasicIterator< Iterator, T, RET_CPY >
bool has_curr () const
 
RetType< RET_CPY, T, T & > get_curr ()
 
RetType< RET_CPY, T, const T & > get_curr () const
 
RetType< RET_CPY, T, T & > operator* ()
 
RetType< RET_CPY, T, const T & > operator* () const
 
T * operator-> ()
 
bool operator== (const Iterator &it) const
 
bool operator!= (const Iterator &it) const
 

Additional Inherited Members

- Protected Member Functions inherited from Designar::BasicIterator< Iterator, T, RET_CPY >
Iterator & me ()
 
const Iterator & const_me () const
 

Member Function Documentation

template<class Iterator, typename T, bool RET_CPY = false>
Iterator& Designar::BidirectionalIterator< Iterator, T, RET_CPY >::operator-- ( )
inline
template<class Iterator, typename T, bool RET_CPY = false>
Iterator Designar::BidirectionalIterator< Iterator, T, RET_CPY >::operator-- ( int  )
inline

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