DeSiGNAR  0.5a
Data Structures General Library
Public Member Functions | List of all members
Designar::DynBitSet::Iterator Class Reference

#include <bitset.H>

Inheritance diagram for Designar::DynBitSet::Iterator:
Inheritance graph
[legend]
Collaboration diagram for Designar::DynBitSet::Iterator:
Collaboration graph
[legend]

Public Member Functions

RWProxy get_current ()
 
RWProxy get_current () const
 
- Public Member Functions inherited from Designar::ArrayIterator< Iterator, DynBitSet, bool, true >
 ArrayIterator ()
 
 ArrayIterator (const DynBitSet &a)
 
 ArrayIterator (const DynBitSet &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< Iterator, bool, RET_CPY >
RetType< RET_CPY, bool, bool & > 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, bool, RET_CPY >
Iterator & operator-- ()
 
Iterator operator-- (int)
 
- Public Member Functions inherited from Designar::ForwardIterator< Iterator, bool, RET_CPY >
Iterator & operator++ ()
 
Iterator operator++ (int)
 
- Public Member Functions inherited from Designar::BasicIterator< Iterator, bool, RET_CPY >
bool has_curr () const
 
RetType< RET_CPY, bool, bool & > get_curr ()
 
RetType< RET_CPY, bool, const bool & > get_curr () const
 
RetType< RET_CPY, bool, bool & > operator* ()
 
RetType< RET_CPY, bool, const bool & > operator* () const
 
bool * operator-> ()
 
bool operator== (const Iterator &it) const
 
bool operator!= (const Iterator &it) const
 

Additional Inherited Members

- Protected Member Functions inherited from Designar::ArrayIterator< Iterator, DynBitSet, bool, true >
nat_t get_location () const
 
- Protected Member Functions inherited from Designar::BasicIterator< Iterator, bool, RET_CPY >
Iterator & me ()
 
const Iterator & const_me () const
 
- Protected Attributes inherited from Designar::ArrayIterator< Iterator, DynBitSet, bool, true >
DynBitSetarray_ptr
 
nat_t curr
 

Member Function Documentation

RWProxy Designar::DynBitSet::Iterator::get_current ( )
RWProxy Designar::DynBitSet::Iterator::get_current ( ) const

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