ProteoWizard
|
an iterator for CharIndexedVector More...
#include <CharIndexedVector.hpp>
Public Types | |
typedef type::value_type | value_type |
typedef type::iterator | iterator |
typedef type::iterator | pointer |
typedef type::const_iterator | const_iterator |
typedef type::difference_type | difference_type |
typedef type::reference | reference |
typedef type::const_reference | const_reference |
typedef type::size_type | size_type |
typedef std::random_access_iterator_tag | iterator_category |
Public Member Functions | |
CharIndexedVectorIterator (const iterator &itr) | |
reference | operator* () const |
bool | operator!= (const CharIndexedVectorIterator &rhs) const |
difference_type | operator- (const CharIndexedVectorIterator &rhs) const |
CharIndexedVectorIterator & | operator++ () |
CharIndexedVectorIterator | operator++ (int) |
CharIndexedVectorIterator & | operator-- () |
CharIndexedVectorIterator | operator-- (int) |
CharIndexedVectorIterator & | operator+= (difference_type _Off) |
CharIndexedVectorIterator & | operator-= (difference_type _Off) |
bool | operator< (const CharIndexedVectorIterator &rhs) |
Private Types | |
typedef boost::array< T, 129 > | type |
Private Attributes | |
type::iterator | m_itr |
an iterator for CharIndexedVector
Definition at line 35 of file CharIndexedVector.hpp.
|
private |
Definition at line 37 of file CharIndexedVector.hpp.
typedef type::value_type pwiz::util::CharIndexedVectorIterator< T >::value_type |
Definition at line 41 of file CharIndexedVector.hpp.
typedef type::iterator pwiz::util::CharIndexedVectorIterator< T >::iterator |
Definition at line 42 of file CharIndexedVector.hpp.
typedef type::iterator pwiz::util::CharIndexedVectorIterator< T >::pointer |
Definition at line 43 of file CharIndexedVector.hpp.
typedef type::const_iterator pwiz::util::CharIndexedVectorIterator< T >::const_iterator |
Definition at line 44 of file CharIndexedVector.hpp.
typedef type::difference_type pwiz::util::CharIndexedVectorIterator< T >::difference_type |
Definition at line 45 of file CharIndexedVector.hpp.
typedef type::reference pwiz::util::CharIndexedVectorIterator< T >::reference |
Definition at line 46 of file CharIndexedVector.hpp.
typedef type::const_reference pwiz::util::CharIndexedVectorIterator< T >::const_reference |
Definition at line 47 of file CharIndexedVector.hpp.
typedef type::size_type pwiz::util::CharIndexedVectorIterator< T >::size_type |
Definition at line 48 of file CharIndexedVector.hpp.
typedef std::random_access_iterator_tag pwiz::util::CharIndexedVectorIterator< T >::iterator_category |
Definition at line 49 of file CharIndexedVector.hpp.
|
inline |
Definition at line 51 of file CharIndexedVector.hpp.
|
inline |
Definition at line 53 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
inline |
Definition at line 58 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
inline |
Definition at line 63 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
inline |
Definition at line 68 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
inline |
Definition at line 74 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
inline |
Definition at line 81 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
inline |
Definition at line 87 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
inline |
Definition at line 94 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
inline |
Definition at line 100 of file CharIndexedVector.hpp.
|
inline |
Definition at line 105 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorIterator< T >::m_itr.
|
private |
Definition at line 38 of file CharIndexedVector.hpp.
Referenced by pwiz::util::CharIndexedVectorIterator< T >::operator!=(), pwiz::util::CharIndexedVectorIterator< T >::operator*(), pwiz::util::CharIndexedVectorIterator< T >::operator++(), pwiz::util::CharIndexedVectorIterator< T >::operator+=(), pwiz::util::CharIndexedVectorIterator< T >::operator-(), pwiz::util::CharIndexedVectorIterator< T >::operator--(), and pwiz::util::CharIndexedVectorIterator< T >::operator<().