|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
A class template for the const iterators. More...


Public Member Functions | |
| const_iterator_t< reverse_t > & | operator= (const_iterator_t< reverse_t > const &i) |
| We can assign one output iterator from another. More... | |
| const_iterator_t< reverse_t > & | operator++ () |
| The prefix ++ operator. More... | |
| const_iterator_t< reverse_t > | operator++ (int) |
| The postfix ++ operator. More... | |
| const_iterator_t< reverse_t > & | operator-- () |
| The prefix – operator. More... | |
| const_iterator_t< reverse_t > | operator-- (int) |
| The postfix – operator. More... | |
| const_iterator_t () | |
| The default constructor. More... | |
| const_iterator_t (iterator_t< reverse_t > const &i) | |
| A copy constructor. More... | |
| bool | operator== (iterator_t< reverse_t > const &i) const |
| Comparison with non-const iterator. More... | |
| bool | operator!= (iterator_t< reverse_t > const &i) const |
| Comparison with non-const iterator. More... | |
| bool | operator== (const_iterator_t< reverse_t > const &i) const |
| Comparison with const iterator. More... | |
| bool | operator!= (const_iterator_t< reverse_t > const &i) const |
| Comparison with const iterator. More... | |
Public Member Functions inherited from gsl::matrix_long_double::iterator_base< matrix_long_double const, vector_long_double const, reverse_t > | |
| reference | operator* () const |
| Dereference the pointer. More... | |
| pointer | operator-> () const |
| Dereference the pointer. More... | |
| bool | operator== (iterator_base< matrix_long_double const, vector_long_double const, reverse_t > const &i) const |
| The == operator. More... | |
| bool | operator!= (iterator_base< matrix_long_double const, vector_long_double const, reverse_t > const &i) const |
| The != operator. More... | |
Protected Member Functions | |
| const_iterator_t (matrix_long_double const *v, size_t position) | |
| This constructor allows vector_long_double to create non-default iterators. More... | |
Protected Member Functions inherited from gsl::matrix_long_double::iterator_base< matrix_long_double const, vector_long_double const, reverse_t > | |
| void | increment () |
| Increment the iterator. More... | |
| void | decrement () |
| Decrement the iterator. More... | |
| iterator_base () | |
| The iterator is default constructible. More... | |
| iterator_base (matrix_long_double const *v, size_t position) | |
| This constructor allows vector_long_double to create non-default iterators. More... | |
Friends | |
| class | matrix_long_double |
Additional Inherited Members | |
Public Types inherited from gsl::matrix_long_double::iterator_base< matrix_long_double const, vector_long_double const, reverse_t > | |
| typedef std::bidirectional_iterator_tag | iterator_category |
| An iterator must have an iterator category. More... | |
| typedef vector_long_double | value_type |
| An iterator must have a value type. More... | |
| typedef vector_long_double_ptr | pointer |
| An iterator must have a pointer typea. More... | |
| typedef value_type | reference |
| An iterator must have a reference type. More... | |
Protected Attributes inherited from gsl::matrix_long_double::iterator_base< matrix_long_double const, vector_long_double const, reverse_t > | |
| matrix_long_double const * | v |
| Store a pointer to a matrix_long_double we can iterate over: 0 if no matrix_long_double. More... | |
| size_t | position |
| Mark position of iterator within matrix_long_double. More... | |
A class template for the const iterators.
Definition at line 495 of file matrix_long_double.hpp.
|
inline |
The default constructor.
Definition at line 552 of file matrix_long_double.hpp.
|
inline |
A copy constructor.
| i | The non-const iterator to copy |
Definition at line 557 of file matrix_long_double.hpp.
References gsl::matrix_long_double::iterator_base< container, content, reverse_t >::position, and gsl::matrix_long_double::iterator_base< container, content, reverse_t >::v.
|
inlineprotected |
This constructor allows vector_long_double to create non-default iterators.
| v | The vector_long_double that creates this |
| position | The initial postion of the iterator |
Definition at line 601 of file matrix_long_double.hpp.
|
inline |
Comparison with const iterator.
| i | another iterator |
false or true according as this points to same element as i Definition at line 590 of file matrix_long_double.hpp.
References gsl::matrix_long_double::const_iterator_t< reverse_t >::operator==().
|
inline |
Comparison with non-const iterator.
| i | another iterator |
false or true according as this points to same element as i Definition at line 574 of file matrix_long_double.hpp.
References gsl::matrix_long_double::const_iterator_t< reverse_t >::operator==().
|
inline |
The prefix ++ operator.
this Definition at line 515 of file matrix_long_double.hpp.
References gsl::matrix_long_double::iterator_base< container, content, reverse_t >::increment().
|
inline |
The postfix ++ operator.
this Definition at line 523 of file matrix_long_double.hpp.
References gsl::matrix_long_double::iterator_base< container, content, reverse_t >::increment().
|
inline |
The prefix – operator.
this Definition at line 535 of file matrix_long_double.hpp.
References gsl::matrix_long_double::iterator_base< container, content, reverse_t >::decrement().
|
inline |
The postfix – operator.
this Definition at line 543 of file matrix_long_double.hpp.
References gsl::matrix_long_double::iterator_base< container, content, reverse_t >::decrement().
|
inline |
We can assign one output iterator from another.
| i | The iterator to copy |
Definition at line 504 of file matrix_long_double.hpp.
References gsl::matrix_long_double::iterator_base< container, content, reverse_t >::position, and gsl::matrix_long_double::iterator_base< container, content, reverse_t >::v.
|
inline |
Comparison with const iterator.
| i | another iterator |
true or false according as this points to same element as i Definition at line 582 of file matrix_long_double.hpp.
References gsl::matrix_long_double::iterator_base< container, content, reverse_t >::position, gsl::matrix_long_double::iterator_base< matrix_long_double const, vector_long_double const, reverse_t >::position, gsl::matrix_long_double::iterator_base< container, content, reverse_t >::v, and gsl::matrix_long_double::iterator_base< matrix_long_double const, vector_long_double const, reverse_t >::v.
|
inline |
Comparison with non-const iterator.
| i | another iterator |
true or false according as this points to same element as i Definition at line 566 of file matrix_long_double.hpp.
References gsl::matrix_long_double::iterator_base< container, content, reverse_t >::position, gsl::matrix_long_double::iterator_base< matrix_long_double const, vector_long_double const, reverse_t >::position, gsl::matrix_long_double::iterator_base< container, content, reverse_t >::v, and gsl::matrix_long_double::iterator_base< matrix_long_double const, vector_long_double const, reverse_t >::v.
Referenced by gsl::matrix_long_double::const_iterator_t< reverse_t >::operator!=().
|
friend |
Definition at line 595 of file matrix_long_double.hpp.