ProteoWizard
|
This class allows access to peptides listed in a flat tab delimited text file. More...
#include <PeptideID_flat.hpp>
Public Member Functions | |
PeptideID_flat (const std::string &filename, boost::shared_ptr< FlatRecordBuilder > builder=boost::shared_ptr< FlatRecordBuilder >(new FlatRecordBuilder())) | |
Constructor taking path to input file in std::string. | |
PeptideID_flat (std::istream *in, boost::shared_ptr< FlatRecordBuilder > builder=boost::shared_ptr< FlatRecordBuilder >(new FlatRecordBuilder())) | |
Constructor taking std::istream as input. | |
virtual | ~PeptideID_flat () |
Destructor. | |
virtual Record | record (const Location &location) const |
Returns the Record object associated with the given nativeID. | |
virtual Iterator | begin () const |
virtual Iterator | end () const |
![]() | |
virtual | ~PeptideID () |
Private Attributes | |
boost::shared_ptr< Impl > | pimpl |
This class allows access to peptides listed in a flat tab delimited text file.
A PeptideID_flat object is contructed with either the path to a tab delimited file (*.txt/*.tab), or an std::istream open to the beginning of a tab delimited file.
Definition at line 77 of file PeptideID_flat.hpp.
pwiz::peptideid::PeptideID_flat::PeptideID_flat | ( | const std::string & | filename, |
boost::shared_ptr< FlatRecordBuilder > | builder = boost::shared_ptr< FlatRecordBuilder >(new FlatRecordBuilder()) |
||
) |
Constructor taking path to input file in std::string.
pwiz::peptideid::PeptideID_flat::PeptideID_flat | ( | std::istream * | in, |
boost::shared_ptr< FlatRecordBuilder > | builder = boost::shared_ptr< FlatRecordBuilder >(new FlatRecordBuilder()) |
||
) |
Constructor taking std::istream as input.
|
inlinevirtual |
Returns the Record object associated with the given nativeID.
A range_error is thrown if the nativeID isn't associated with a Record.
Implements pwiz::peptideid::PeptideID.
Referenced by testIStream(), and testMSInspectIStream().
|
virtual |
Implements pwiz::peptideid::PeptideID.
|
virtual |
Implements pwiz::peptideid::PeptideID.
|
private |
Definition at line 103 of file PeptideID_flat.hpp.