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

#include <iterator.H>

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

Public Member Functions

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
 

Protected Member Functions

Iterator & me ()
 
const Iterator & const_me () const
 

Member Function Documentation

template<class Iterator, typename T, bool RET_CPY = false>
const Iterator& Designar::BasicIterator< Iterator, T, RET_CPY >::const_me ( ) const
inlineprotected
template<class Iterator, typename T, bool RET_CPY = false>
RetType<RET_CPY, T, T &> Designar::BasicIterator< Iterator, T, RET_CPY >::get_curr ( )
inline
template<class Iterator, typename T, bool RET_CPY = false>
RetType<RET_CPY, T, const T &> Designar::BasicIterator< Iterator, T, RET_CPY >::get_curr ( ) const
inline
template<class Iterator, typename T, bool RET_CPY = false>
bool Designar::BasicIterator< Iterator, T, RET_CPY >::has_curr ( ) const
inline
template<class Iterator, typename T, bool RET_CPY = false>
Iterator& Designar::BasicIterator< Iterator, T, RET_CPY >::me ( )
inlineprotected
template<class Iterator, typename T, bool RET_CPY = false>
bool Designar::BasicIterator< Iterator, T, RET_CPY >::operator!= ( const Iterator &  it) const
inline
template<class Iterator, typename T, bool RET_CPY = false>
RetType<RET_CPY, T, T &> Designar::BasicIterator< Iterator, T, RET_CPY >::operator* ( )
inline
template<class Iterator, typename T, bool RET_CPY = false>
RetType<RET_CPY, T, const T &> Designar::BasicIterator< Iterator, T, RET_CPY >::operator* ( ) const
inline
template<class Iterator, typename T, bool RET_CPY = false>
T* Designar::BasicIterator< Iterator, T, RET_CPY >::operator-> ( )
inline
template<class Iterator, typename T, bool RET_CPY = false>
bool Designar::BasicIterator< Iterator, T, RET_CPY >::operator== ( const Iterator &  it) const
inline

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