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

#include <iterator.H>

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

Public Member Functions

RetType< RET_CPY, T, T & > operator[] (nat_t i)
 
Iterator & operator+= (nat_t p)
 
Iterator operator+ (nat_t p)
 
Iterator & operator-= (nat_t p)
 
Iterator operator- (nat_t p)
 
bool operator< (const Iterator &it) const
 
bool operator<= (const Iterator &it) const
 
bool operator> (const Iterator &it) const
 
bool operator>= (const Iterator &it) const
 
- Public Member Functions inherited from Designar::BidirectionalIterator< Iterator, T, RET_CPY >
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::RandomAccessIterator< Iterator, T, RET_CPY >::operator+ ( nat_t  p)
inline
template<class Iterator, typename T, bool RET_CPY = false>
Iterator& Designar::RandomAccessIterator< Iterator, T, RET_CPY >::operator+= ( nat_t  p)
inline
template<class Iterator, typename T, bool RET_CPY = false>
Iterator Designar::RandomAccessIterator< Iterator, T, RET_CPY >::operator- ( nat_t  p)
inline
template<class Iterator, typename T, bool RET_CPY = false>
Iterator& Designar::RandomAccessIterator< Iterator, T, RET_CPY >::operator-= ( nat_t  p)
inline
template<class Iterator, typename T, bool RET_CPY = false>
bool Designar::RandomAccessIterator< Iterator, T, RET_CPY >::operator< ( const Iterator &  it) const
inline
template<class Iterator, typename T, bool RET_CPY = false>
bool Designar::RandomAccessIterator< Iterator, T, RET_CPY >::operator<= ( const Iterator &  it) const
inline
template<class Iterator, typename T, bool RET_CPY = false>
bool Designar::RandomAccessIterator< Iterator, T, RET_CPY >::operator> ( const Iterator &  it) const
inline
template<class Iterator, typename T, bool RET_CPY = false>
bool Designar::RandomAccessIterator< 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::RandomAccessIterator< Iterator, T, RET_CPY >::operator[] ( nat_t  i)
inline

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