DeSiGNAR  0.5a
Data Structures General Library
List of all members
Designar::FixedArray< T >::Iterator Class Reference

#include <array.H>

Inheritance diagram for Designar::FixedArray< T >::Iterator:
Inheritance graph
[legend]
Collaboration diagram for Designar::FixedArray< T >::Iterator:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Designar::TArrayIterator< FixedArray, T >
T & get_current ()
 
const T & get_current () const
 
- Public Member Functions inherited from Designar::ArrayIterator< TArrayIterator< FixedArray, T >, FixedArray, T, false >
 ArrayIterator ()
 
 ArrayIterator (const FixedArray &a)
 
 ArrayIterator (const FixedArray &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< FixedArray, T >, T, RET_CPY >
RetType< RET_CPY, T, T & > operator[] (nat_t i)
 
TArrayIterator< FixedArray, T > & operator+= (nat_t p)
 
TArrayIterator< FixedArray, T > operator+ (nat_t p)
 
TArrayIterator< FixedArray, T > & operator-= (nat_t p)
 
TArrayIterator< FixedArray, T > operator- (nat_t p)
 
bool operator< (const TArrayIterator< FixedArray, T > &it) const
 
bool operator<= (const TArrayIterator< FixedArray, T > &it) const
 
bool operator> (const TArrayIterator< FixedArray, T > &it) const
 
bool operator>= (const TArrayIterator< FixedArray, T > &it) const
 
- Public Member Functions inherited from Designar::BidirectionalIterator< TArrayIterator< FixedArray, T >, T, RET_CPY >
TArrayIterator< FixedArray, T > & operator-- ()
 
TArrayIterator< FixedArray, T > operator-- (int)
 
- Public Member Functions inherited from Designar::ForwardIterator< TArrayIterator< FixedArray, T >, T, RET_CPY >
TArrayIterator< FixedArray, T > & operator++ ()
 
TArrayIterator< FixedArray, T > operator++ (int)
 
- Public Member Functions inherited from Designar::BasicIterator< TArrayIterator< FixedArray, 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< FixedArray, T > &it) const
 
bool operator!= (const TArrayIterator< FixedArray, T > &it) const
 
- Protected Member Functions inherited from Designar::ArrayIterator< TArrayIterator< FixedArray, T >, FixedArray, T, false >
nat_t get_location () const
 
- Protected Member Functions inherited from Designar::BasicIterator< TArrayIterator< FixedArray, T >, T, RET_CPY >
TArrayIterator< FixedArray, T > & me ()
 
const TArrayIterator< FixedArray, T > & const_me () const
 
- Protected Attributes inherited from Designar::ArrayIterator< TArrayIterator< FixedArray, T >, FixedArray, T, false >
FixedArrayarray_ptr
 
nat_t curr
 

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