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

#include <array.H>

Inheritance diagram for Designar::TArrayIterator< ArrayType, T >:
Inheritance graph
[legend]
Collaboration diagram for Designar::TArrayIterator< ArrayType, T >:
Collaboration graph
[legend]

Public Member Functions

T & get_current ()
 
const T & get_current () const
 
- Public Member Functions inherited from Designar::ArrayIterator< TArrayIterator< ArrayType, T >, ArrayType, T, false >
 ArrayIterator ()
 
 ArrayIterator (const ArrayType &a)
 
 ArrayIterator (const ArrayType &a, nat_t c)
 
 ArrayIterator (const ArrayIterator &it)
 
 ArrayIterator (ArrayIterator &&it)
 
ArrayIteratoroperator= (const ArrayIterator &it)
 
ArrayIteratoroperator= (ArrayIterator &&it)
 
void swap (ArrayIterator &it)
 
bool has_current () const
 
void next ()
 
void next_n (nat_t p)
 
void prev ()
 
void prev_n (nat_t p)
 
void move_to (nat_t p)
 
void reset ()
 
nat_t get_position () const
 
- Public Member Functions inherited from Designar::RandomAccessIterator< TArrayIterator< ArrayType, T >, T, RET_CPY >
RetType< RET_CPY, T, T & > operator[] (nat_t i)
 
TArrayIterator< ArrayType, T > & operator+= (nat_t p)
 
TArrayIterator< ArrayType, T > operator+ (nat_t p)
 
TArrayIterator< ArrayType, T > & operator-= (nat_t p)
 
TArrayIterator< ArrayType, T > operator- (nat_t p)
 
bool operator< (const TArrayIterator< ArrayType, T > &it) const
 
bool operator<= (const TArrayIterator< ArrayType, T > &it) const
 
bool operator> (const TArrayIterator< ArrayType, T > &it) const
 
bool operator>= (const TArrayIterator< ArrayType, T > &it) const
 
- Public Member Functions inherited from Designar::BidirectionalIterator< TArrayIterator< ArrayType, T >, T, RET_CPY >
TArrayIterator< ArrayType, T > & operator-- ()
 
TArrayIterator< ArrayType, T > operator-- (int)
 
- Public Member Functions inherited from Designar::ForwardIterator< TArrayIterator< ArrayType, T >, T, RET_CPY >
TArrayIterator< ArrayType, T > & operator++ ()
 
TArrayIterator< ArrayType, T > operator++ (int)
 
- Public Member Functions inherited from Designar::BasicIterator< TArrayIterator< ArrayType, T >, 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 TArrayIterator< ArrayType, T > &it) const
 
bool operator!= (const TArrayIterator< ArrayType, T > &it) const
 

Additional Inherited Members

- Protected Member Functions inherited from Designar::ArrayIterator< TArrayIterator< ArrayType, T >, ArrayType, T, false >
nat_t get_location () const
 
- Protected Member Functions inherited from Designar::BasicIterator< TArrayIterator< ArrayType, T >, T, RET_CPY >
TArrayIterator< ArrayType, T > & me ()
 
const TArrayIterator< ArrayType, T > & const_me () const
 
- Protected Attributes inherited from Designar::ArrayIterator< TArrayIterator< ArrayType, T >, ArrayType, T, false >
ArrayType * array_ptr
 
nat_t curr
 

Member Function Documentation

template<class ArrayType, typename T>
T& Designar::TArrayIterator< ArrayType, T >::get_current ( )
inline
template<class ArrayType, typename T>
const T& Designar::TArrayIterator< ArrayType, T >::get_current ( ) const
inline

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