const_iterator for SparseVector More...
#include <OpenMS/DATASTRUCTURES/SparseVector.h>
Protected Member Functions | |
SparseVectorConstIterator () | |
default constructor More... | |
SparseVectorConstIterator (const SparseVector &vector, size_type position) | |
detailed constructor More... | |
Private Attributes | |
size_type | position_ |
position in referred SparseVector More... | |
const SparseVector & | vector_ |
referring to this SparseVector More... | |
map_const_iterator | valit_ |
the position in the underlying map of SparseVector More... | |
Friends | |
class | SparseVector< Value > |
class | SparseVectorIterator |
const_iterator for SparseVector
|
inline |
copy constructor
|
inline |
copy constructor from SparseVector::SparseVectorIterator
|
inlinevirtual |
destructor
|
protected |
default constructor
|
inlineprotected |
detailed constructor
|
inline |
go to the next nonempty position
|
inline |
inequality operator
References SparseVector< Value >::SparseVectorConstIterator::position_, and SparseVector< Value >::SparseVectorConstIterator::vector_.
|
inline |
dereference operator
References SparseVector< Value >::ValueProxy::ValueProxy().
|
inline |
binary arithmetic +
|
inline |
postincrement operator
|
inline |
immediate increment operator
|
inline |
compound assignment +
|
inline |
binary arithmetic -
|
inline |
postincrement operator
|
inline |
immediate increment operator
|
inline |
compound assignment -
|
inline |
less than operator
References SparseVector< Value >::SparseVectorConstIterator::position().
|
inline |
less or equal than operator
References SparseVector< Value >::SparseVectorConstIterator::position().
|
inline |
|
inline |
equality operator
|
inline |
greater than operator
References SparseVector< Value >::SparseVectorConstIterator::position().
|
inline |
greater or equal than operator
References SparseVector< Value >::SparseVectorConstIterator::position().
|
inline |
References SparseVector< Value >::ValueProxy::ValueProxy().
|
inline |
find out at what position the iterator is, useful in combination with hop()
Referenced by SparseVector< Value >::SparseVectorConstIterator::operator<(), SparseVector< Value >::SparseVectorConstIterator::operator<=(), SparseVector< Value >::SparseVectorConstIterator::operator>(), and SparseVector< Value >::SparseVectorConstIterator::operator>=().
|
friend |
|
friend |
|
mutableprivate |
position in referred SparseVector
Referenced by SparseVector< Value >::SparseVectorConstIterator::operator!=(), and SparseVector< Value >::SparseVectorConstIterator::operator=().
|
private |
the position in the underlying map of SparseVector
Referenced by SparseVector< Value >::SparseVectorConstIterator::operator=().
|
private |
referring to this SparseVector
Referenced by SparseVector< Value >::SparseVectorConstIterator::operator!=(), and SparseVector< Value >::SparseVectorConstIterator::operator=().
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:12 using doxygen 1.8.13 |