Stxxl
1.4.0
|
#include <adaptor.h>
stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::ArrayOfSequencesIterator | ( | ) | [inline] |
stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::ArrayOfSequencesIterator | ( | array_type * | arrays | ) | [inline] |
stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::ArrayOfSequencesIterator | ( | array_type * | arrays, |
unsigned_type | pos | ||
) | [inline] |
bool stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator!= | ( | const ArrayOfSequencesIterator< array_type, value_type, modulo > & | aoai | ) | const [inline] |
Definition at line 526 of file adaptor.h.
References stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::pos.
const value_type& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator* | ( | ) | const [inline] |
value_type& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator* | ( | ) | [inline] |
ArrayOfSequencesIterator stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator+ | ( | unsigned_type | addend | ) | const [inline] |
ArrayOfSequencesIterator& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator++ | ( | ) | [inline] |
ArrayOfSequencesIterator stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator++ | ( | int | ) | [inline] |
ArrayOfSequencesIterator& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator+= | ( | unsigned_type | addend | ) | [inline] |
ArrayOfSequencesIterator stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator- | ( | unsigned_type | subtrahend | ) | const [inline] |
unsigned_type stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator- | ( | const ArrayOfSequencesIterator< array_type, value_type, modulo > & | subtrahend | ) | const [inline] |
Definition at line 516 of file adaptor.h.
References stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::pos.
ArrayOfSequencesIterator& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator-- | ( | ) | [inline] |
ArrayOfSequencesIterator stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator-- | ( | int | ) | [inline] |
ArrayOfSequencesIterator& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator-= | ( | unsigned_type | addend | ) | [inline] |
const value_type& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator-> | ( | ) | const [inline] |
value_type& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator-> | ( | ) | [inline] |
bool stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator< | ( | const ArrayOfSequencesIterator< array_type, value_type, modulo > & | aoai | ) | const [inline] |
Definition at line 531 of file adaptor.h.
References stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::pos.
bool stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator<= | ( | const ArrayOfSequencesIterator< array_type, value_type, modulo > & | aoai | ) | const [inline] |
Definition at line 536 of file adaptor.h.
References stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::pos.
void stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator= | ( | unsigned_type | pos | ) | [inline] |
bool stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator== | ( | const ArrayOfSequencesIterator< array_type, value_type, modulo > & | aoai | ) | const [inline] |
Definition at line 521 of file adaptor.h.
References stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::pos.
bool stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator> | ( | const ArrayOfSequencesIterator< array_type, value_type, modulo > & | aoai | ) | const [inline] |
Definition at line 541 of file adaptor.h.
References stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::pos.
bool stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator>= | ( | const ArrayOfSequencesIterator< array_type, value_type, modulo > & | aoai | ) | const [inline] |
Definition at line 546 of file adaptor.h.
References stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::pos.
const value_type& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator[] | ( | unsigned_type | index | ) | const [inline] |
value_type& stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator[] | ( | unsigned_type | index | ) | [inline] |
void stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::set | ( | unsigned_type | pos | ) | [inline, private] |
array_type* stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::arrays [private] |
array_type* stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::base [private] |
value_type* stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::base_element [private] |
unsigned_type stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::offset [private] |
unsigned_type stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::pos [private] |
Definition at line 410 of file adaptor.h.
Referenced by stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator!=(), stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator-(), stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator<(), stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator<=(), stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator==(), stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator>(), and stxxl::ArrayOfSequencesIterator< array_type, value_type, modulo >::operator>=().