|
ProteoWizard
|
a const_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 | |
| CharIndexedVectorConstIterator (const const_iterator &itr) | |
| const_reference | operator* () const |
| bool | operator!= (const CharIndexedVectorConstIterator &rhs) const |
| difference_type | operator- (const CharIndexedVectorConstIterator &rhs) const |
| CharIndexedVectorConstIterator & | operator++ () |
| CharIndexedVectorConstIterator | operator++ (int) |
| CharIndexedVectorConstIterator & | operator-- () |
| CharIndexedVectorConstIterator | operator-- (int) |
| CharIndexedVectorConstIterator & | operator+= (difference_type _Off) |
| CharIndexedVectorConstIterator & | operator-= (difference_type _Off) |
| bool | operator< (const CharIndexedVectorConstIterator &rhs) |
Private Types | |
| typedef boost::array< T, 129 > | type |
Private Attributes | |
| type::const_iterator | m_itr |
a const_iterator for CharIndexedVector
Definition at line 113 of file CharIndexedVector.hpp.
|
private |
Definition at line 115 of file CharIndexedVector.hpp.
| typedef type::value_type pwiz::util::CharIndexedVectorConstIterator< T >::value_type |
Definition at line 119 of file CharIndexedVector.hpp.
| typedef type::iterator pwiz::util::CharIndexedVectorConstIterator< T >::iterator |
Definition at line 120 of file CharIndexedVector.hpp.
| typedef type::iterator pwiz::util::CharIndexedVectorConstIterator< T >::pointer |
Definition at line 121 of file CharIndexedVector.hpp.
| typedef type::const_iterator pwiz::util::CharIndexedVectorConstIterator< T >::const_iterator |
Definition at line 122 of file CharIndexedVector.hpp.
| typedef type::difference_type pwiz::util::CharIndexedVectorConstIterator< T >::difference_type |
Definition at line 123 of file CharIndexedVector.hpp.
| typedef type::reference pwiz::util::CharIndexedVectorConstIterator< T >::reference |
Definition at line 124 of file CharIndexedVector.hpp.
| typedef type::const_reference pwiz::util::CharIndexedVectorConstIterator< T >::const_reference |
Definition at line 125 of file CharIndexedVector.hpp.
| typedef type::size_type pwiz::util::CharIndexedVectorConstIterator< T >::size_type |
Definition at line 126 of file CharIndexedVector.hpp.
| typedef std::random_access_iterator_tag pwiz::util::CharIndexedVectorConstIterator< T >::iterator_category |
Definition at line 127 of file CharIndexedVector.hpp.
|
inline |
Definition at line 129 of file CharIndexedVector.hpp.
|
inline |
Definition at line 131 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
inline |
Definition at line 136 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
inline |
Definition at line 141 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
inline |
Definition at line 146 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
inline |
Definition at line 152 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
inline |
Definition at line 159 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
inline |
Definition at line 165 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
inline |
Definition at line 172 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
inline |
Definition at line 178 of file CharIndexedVector.hpp.
|
inline |
Definition at line 183 of file CharIndexedVector.hpp.
References pwiz::util::CharIndexedVectorConstIterator< T >::m_itr.
|
private |
Definition at line 116 of file CharIndexedVector.hpp.
Referenced by pwiz::util::CharIndexedVectorConstIterator< T >::operator!=(), pwiz::util::CharIndexedVectorConstIterator< T >::operator*(), pwiz::util::CharIndexedVectorConstIterator< T >::operator++(), pwiz::util::CharIndexedVectorConstIterator< T >::operator+=(), pwiz::util::CharIndexedVectorConstIterator< T >::operator-(), pwiz::util::CharIndexedVectorConstIterator< T >::operator--(), and pwiz::util::CharIndexedVectorConstIterator< T >::operator<().
1.8.1.1