BALL
1.4.1
|
#include <BALL/MATHS/LINALG/randomAccessFilterIterator.h>
Public Types | |
Typedefs | |
typedef IteratorRandomAccess::container_type | Container |
typedef IteratorRandomAccess::value_type | value_type |
typedef IteratorRandomAccess::difference_type | difference_type |
typedef IteratorRandomAccess::pointer | pointer |
typedef IteratorRandomAccess::reference | reference |
typedef ConstRandomAccessFilterIterator < Predicate, IteratorRandomAccess > | Base |
Public Member Functions | |
Constructors and Destructors | |
RandomAccessFilterIterator () | |
RandomAccessFilterIterator (Predicate p, IteratorRandomAccess it) | |
RandomAccessFilterIterator (const RandomAccessFilterIterator &iterator) | |
~RandomAccessFilterIterator () | |
Dereferenciation | |
reference | operator[] (Index index) const |
reference | operator* () const |
Convert an iterator to its Datatype by returning a reference to the current data. | |
pointer | operator-> () const |
Return a pointer to the current data. | |
Static Public Member Functions | |
Assignment | |
static RandomAccessFilterIterator | begin (const Container &container) |
static RandomAccessFilterIterator | end (const Container &container) |
static RandomAccessFilterIterator | rbegin (const Container &container) |
static RandomAccessFilterIterator | rend (const Container &container) |
Protected Member Functions | |
RandomAccessFilterIterator (const Container &container) |
Random Access Iterator Class
Definition at line 453 of file randomAccessFilterIterator.h.
typedef ConstRandomAccessFilterIterator<Predicate, IteratorRandomAccess> BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::Base |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 473 of file randomAccessFilterIterator.h.
typedef IteratorRandomAccess::container_type BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::Container |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 463 of file randomAccessFilterIterator.h.
typedef IteratorRandomAccess::difference_type BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::difference_type |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 467 of file randomAccessFilterIterator.h.
typedef IteratorRandomAccess::pointer BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::pointer |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 469 of file randomAccessFilterIterator.h.
typedef IteratorRandomAccess::reference BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::reference |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 471 of file randomAccessFilterIterator.h.
typedef IteratorRandomAccess::value_type BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::value_type |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 465 of file randomAccessFilterIterator.h.
BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::RandomAccessFilterIterator | ( | ) | [inline] |
Definition at line 481 of file randomAccessFilterIterator.h.
BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::RandomAccessFilterIterator | ( | Predicate | p, |
IteratorRandomAccess | it | ||
) | [inline] |
Definition at line 484 of file randomAccessFilterIterator.h.
BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::RandomAccessFilterIterator | ( | const RandomAccessFilterIterator< Predicate, IteratorRandomAccess > & | iterator | ) | [inline] |
Definition at line 490 of file randomAccessFilterIterator.h.
BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::~RandomAccessFilterIterator | ( | ) | [inline] |
Definition at line 496 of file randomAccessFilterIterator.h.
BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::RandomAccessFilterIterator | ( | const Container & | container | ) | [inline, protected] |
Definition at line 542 of file randomAccessFilterIterator.h.
RandomAccessFilterIterator< Predicate, IteratorRandomAccess > BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::begin | ( | const Container & | container | ) | [static] |
Return a RandomAccessFilterIterator for a given container. It points at the first element.
Exception::InvalidIterator | if the iterator is invalid |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 552 of file randomAccessFilterIterator.h.
RandomAccessFilterIterator< Predicate, IteratorRandomAccess > BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::end | ( | const Container & | container | ) | [static] |
Return a RandomAccessFilterIterator for a given container. It points behind the last element of the container.
Exception::InvalidIterator | if the iterator is invalid |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 561 of file randomAccessFilterIterator.h.
reference BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::operator* | ( | ) | const [inline] |
Convert an iterator to its Datatype by returning a reference to the current data.
Reimplemented from BALL::BaseFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 507 of file randomAccessFilterIterator.h.
pointer BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::operator-> | ( | ) | const [inline] |
Return a pointer to the current data.
Reimplemented from BALL::BaseFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 509 of file randomAccessFilterIterator.h.
reference BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::operator[] | ( | Index | index | ) | const [inline] |
Random access operator.
Exception::InvalidIterator | if the iterator is invalid |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 505 of file randomAccessFilterIterator.h.
RandomAccessFilterIterator< Predicate, IteratorRandomAccess > BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::rbegin | ( | const Container & | container | ) | [static] |
Return a RandomAccessFilterIterator for a given container. It points at the last element of the container.
Exception::InvalidIterator | if the iterator is invalid |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 570 of file randomAccessFilterIterator.h.
RandomAccessFilterIterator< Predicate, IteratorRandomAccess > BALL::RandomAccessFilterIterator< Predicate, IteratorRandomAccess >::rend | ( | const Container & | container | ) | [static] |
Return a RandomAccessFilterIterator for a given container. It points before the first element.
Exception::InvalidIterator | if the iterator is invalid |
Reimplemented from BALL::ConstRandomAccessFilterIterator< Predicate, IteratorRandomAccess >.
Definition at line 579 of file randomAccessFilterIterator.h.