ProteoWizard
|
#include <PeptideID.hpp>
Public Member Functions | |
Iterator () | |
Iterator (const Iterator &it) | |
Iterator (boost::shared_ptr< PeptideID::IteratorInternal > pimpl) | |
Protected Member Functions | |
void | increment () |
bool | equal (const PeptideID::Iterator &li) const |
const PeptideID::Record & | dereference () const |
Protected Attributes | |
boost::shared_ptr < PeptideID::IteratorInternal > | pimpl |
Friends | |
class | boost::iterator_core_access |
Iterator for.
Definition at line 91 of file PeptideID.hpp.
|
inline |
Definition at line 96 of file PeptideID.hpp.
|
inline |
Definition at line 97 of file PeptideID.hpp.
|
inline |
Definition at line 98 of file PeptideID.hpp.
|
inlineprotected |
Definition at line 105 of file PeptideID.hpp.
|
inlineprotected |
Definition at line 107 of file PeptideID.hpp.
References pimpl.
|
inlineprotected |
Definition at line 112 of file PeptideID.hpp.
|
friend |
Definition at line 103 of file PeptideID.hpp.
|
protected |
Definition at line 117 of file PeptideID.hpp.
Referenced by equal().