Iterator for.
More...
#include <PeptideID.hpp>
Iterator for.
Definition at line 91 of file PeptideID.hpp.
§ Iterator() [1/3]
pwiz::peptideid::PeptideID::Iterator::Iterator |
( |
| ) |
|
|
inline |
§ Iterator() [2/3]
pwiz::peptideid::PeptideID::Iterator::Iterator |
( |
const Iterator & |
it | ) |
|
|
inline |
Definition at line 97 of file PeptideID.hpp.
boost::shared_ptr< PeptideID::IteratorInternal > pimpl
§ Iterator() [3/3]
Definition at line 98 of file PeptideID.hpp.
boost::shared_ptr< PeptideID::IteratorInternal > pimpl
§ increment()
void pwiz::peptideid::PeptideID::Iterator::increment |
( |
| ) |
|
|
inlineprotected |
Definition at line 105 of file PeptideID.hpp.
105 {
pimpl->increment(); }
boost::shared_ptr< PeptideID::IteratorInternal > pimpl
§ equal()
Definition at line 107 of file PeptideID.hpp.
References pimpl.
109 return pimpl->equal(li.pimpl);
boost::shared_ptr< PeptideID::IteratorInternal > pimpl
§ dereference()
Definition at line 112 of file PeptideID.hpp.
114 return pimpl->dereference();
boost::shared_ptr< PeptideID::IteratorInternal > pimpl
§ boost::iterator_core_access
friend class boost::iterator_core_access |
|
friend |
§ pimpl
The documentation for this class was generated from the following file: