DeSiGNAR  0.5a
Data Structures General Library
Public Member Functions | List of all members
Designar::GenArraySet< Key, Cmp, ArraySetOp >::Iterator Class Reference

#include <set.H>

Inheritance diagram for Designar::GenArraySet< Key, Cmp, ArraySetOp >::Iterator:
Inheritance graph
[legend]
Collaboration diagram for Designar::GenArraySet< Key, Cmp, ArraySetOp >::Iterator:
Collaboration graph
[legend]

Public Member Functions

 Iterator ()
 
 Iterator (const GenArraySet &a)
 
 Iterator (const GenArraySet &a, nat_t c)
 
 Iterator (const Iterator &itor)
 
 Iterator (Iterator &&itor)
 
- Public Member Functions inherited from Designar::DynArray< T >::Iterator
del ()
 
- Public Member Functions inherited from Designar::TArrayIterator< DynArray, T >
T & get_current ()
 
const T & get_current () const
 
- Public Member Functions inherited from Designar::ArrayIterator< TArrayIterator< DynArray, T >, DynArray, T, false >
 ArrayIterator ()
 
 ArrayIterator (const DynArray &a)
 
 ArrayIterator (const DynArray &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< DynArray, T >, T, RET_CPY >
RetType< RET_CPY, T, T & > operator[] (nat_t i)
 
TArrayIterator< DynArray, T > & operator+= (nat_t p)
 
TArrayIterator< DynArray, T > operator+ (nat_t p)
 
TArrayIterator< DynArray, T > & operator-= (nat_t p)
 
TArrayIterator< DynArray, T > operator- (nat_t p)
 
bool operator< (const TArrayIterator< DynArray, T > &it) const
 
bool operator<= (const TArrayIterator< DynArray, T > &it) const
 
bool operator> (const TArrayIterator< DynArray, T > &it) const
 
bool operator>= (const TArrayIterator< DynArray, T > &it) const
 
- Public Member Functions inherited from Designar::BidirectionalIterator< TArrayIterator< DynArray, T >, T, RET_CPY >
TArrayIterator< DynArray, T > & operator-- ()
 
TArrayIterator< DynArray, T > operator-- (int)
 
- Public Member Functions inherited from Designar::ForwardIterator< TArrayIterator< DynArray, T >, T, RET_CPY >
TArrayIterator< DynArray, T > & operator++ ()
 
TArrayIterator< DynArray, T > operator++ (int)
 
- Public Member Functions inherited from Designar::BasicIterator< TArrayIterator< DynArray, 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< DynArray, T > &it) const
 
bool operator!= (const TArrayIterator< DynArray, T > &it) const
 

Additional Inherited Members

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

Constructor & Destructor Documentation

template<typename Key, class Cmp, class ArraySetOp>
Designar::GenArraySet< Key, Cmp, ArraySetOp >::Iterator::Iterator ( )
inline
template<typename Key, class Cmp, class ArraySetOp>
Designar::GenArraySet< Key, Cmp, ArraySetOp >::Iterator::Iterator ( const GenArraySet a)
inline
template<typename Key, class Cmp, class ArraySetOp>
Designar::GenArraySet< Key, Cmp, ArraySetOp >::Iterator::Iterator ( const GenArraySet a,
nat_t  c 
)
inline
template<typename Key, class Cmp, class ArraySetOp>
Designar::GenArraySet< Key, Cmp, ArraySetOp >::Iterator::Iterator ( const Iterator itor)
inline
template<typename Key, class Cmp, class ArraySetOp>
Designar::GenArraySet< Key, Cmp, ArraySetOp >::Iterator::Iterator ( Iterator &&  itor)
inline

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