|
ProteoWizard
|
provides forward-only, read-only iteration to enumerate peptides More...
#include <Digestion.hpp>
Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef DigestedPeptide | value_type |
| typedef size_t | difference_type |
| typedef value_type * | pointer |
| typedef value_type & | reference |
Public Member Functions | |
| const_iterator (const const_iterator &rhs) | |
| ~const_iterator () | |
| const DigestedPeptide & | operator* () const |
| const DigestedPeptide * | operator-> () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| bool | operator!= (const const_iterator &that) const |
| bool | operator== (const const_iterator &that) const |
Private Member Functions | |
| const_iterator () | |
| const_iterator (const Digestion &digestion) | |
Private Attributes | |
| boost::shared_ptr< Impl > | impl_ |
Friends | |
| class | Digestion |
| class | Digestion::Impl |
provides forward-only, read-only iteration to enumerate peptides
Definition at line 219 of file Digestion.hpp.
| typedef std::forward_iterator_tag pwiz::proteome::Digestion::const_iterator::iterator_category |
Definition at line 232 of file Digestion.hpp.
Definition at line 233 of file Digestion.hpp.
| typedef size_t pwiz::proteome::Digestion::const_iterator::difference_type |
Definition at line 234 of file Digestion.hpp.
Definition at line 235 of file Digestion.hpp.
Definition at line 236 of file Digestion.hpp.
| pwiz::proteome::Digestion::const_iterator::const_iterator | ( | const const_iterator & | rhs | ) |
| pwiz::proteome::Digestion::const_iterator::~const_iterator | ( | ) |
|
private |
|
private |
| const DigestedPeptide& pwiz::proteome::Digestion::const_iterator::operator* | ( | ) | const |
| const DigestedPeptide* pwiz::proteome::Digestion::const_iterator::operator-> | ( | ) | const |
| const_iterator& pwiz::proteome::Digestion::const_iterator::operator++ | ( | ) |
| const_iterator pwiz::proteome::Digestion::const_iterator::operator++ | ( | int | ) |
| bool pwiz::proteome::Digestion::const_iterator::operator!= | ( | const const_iterator & | that | ) | const |
| bool pwiz::proteome::Digestion::const_iterator::operator== | ( | const const_iterator & | that | ) | const |
|
friend |
Definition at line 242 of file Digestion.hpp.
|
friend |
Definition at line 243 of file Digestion.hpp.
|
private |
Definition at line 245 of file Digestion.hpp.
1.8.1.1