ProteoWizard
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
pwiz::peptideid::PeptideID::Iterator Class Reference

Iterator for. More...

#include <PeptideID.hpp>

List of all members.

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::Recorddereference () const

Protected Attributes

boost::shared_ptr
< PeptideID::IteratorInternal
pimpl

Friends

class boost::iterator_core_access

Detailed Description

Iterator for.

Definition at line 91 of file PeptideID.hpp.


Constructor & Destructor Documentation

pwiz::peptideid::PeptideID::Iterator::Iterator ( )
inline

Definition at line 96 of file PeptideID.hpp.

{}
pwiz::peptideid::PeptideID::Iterator::Iterator ( const Iterator it)
inline

Definition at line 97 of file PeptideID.hpp.

: pimpl(it.pimpl) {}
pwiz::peptideid::PeptideID::Iterator::Iterator ( boost::shared_ptr< PeptideID::IteratorInternal pimpl)
inline

Definition at line 98 of file PeptideID.hpp.

{}

Member Function Documentation

void pwiz::peptideid::PeptideID::Iterator::increment ( )
inlineprotected

Definition at line 105 of file PeptideID.hpp.

{ pimpl->increment(); }
bool pwiz::peptideid::PeptideID::Iterator::equal ( const PeptideID::Iterator li) const
inlineprotected

Definition at line 107 of file PeptideID.hpp.

References pimpl.

{
return pimpl->equal(li.pimpl);
}
const PeptideID::Record& pwiz::peptideid::PeptideID::Iterator::dereference ( ) const
inlineprotected

Definition at line 112 of file PeptideID.hpp.

{
return pimpl->dereference();
}

Friends And Related Function Documentation

friend class boost::iterator_core_access
friend

Definition at line 103 of file PeptideID.hpp.


Member Data Documentation

boost::shared_ptr<PeptideID::IteratorInternal> pwiz::peptideid::PeptideID::Iterator::pimpl
protected

Definition at line 117 of file PeptideID.hpp.

Referenced by equal().


The documentation for this class was generated from the following file: