|
ProteoWizard
|
class for accessing data in ipi.*.fasta files More...
#include <IPIFASTADatabase.hpp>
Classes | |
| struct | Record |
| structure for holding peptide info More... | |
Public Types | |
| typedef std::vector< Record >::const_iterator | const_iterator |
| typedef to simplify declaration of Record iterator More... | |
Public Member Functions | |
| IPIFASTADatabase (const std::string &filename) | |
| constructor reads in entire file More... | |
| ~IPIFASTADatabase () | |
| const std::vector< Record > & | records () const |
| access to the data in memory More... | |
| const_iterator | begin () |
| const_iterator | end () |
Private Attributes | |
| std::auto_ptr< Impl > | impl_ |
class for accessing data in ipi.*.fasta files
Definition at line 40 of file IPIFASTADatabase.hpp.
| typedef std::vector<Record>::const_iterator pwiz::proteome::IPIFASTADatabase::const_iterator |
typedef to simplify declaration of Record iterator
Definition at line 64 of file IPIFASTADatabase.hpp.
| pwiz::proteome::IPIFASTADatabase::IPIFASTADatabase | ( | const std::string & | filename | ) |
constructor reads in entire file
| pwiz::proteome::IPIFASTADatabase::~IPIFASTADatabase | ( | ) |
| const std::vector<Record>& pwiz::proteome::IPIFASTADatabase::records | ( | ) | const |
access to the data in memory
Referenced by test(), and testRealDatabase().
| const_iterator pwiz::proteome::IPIFASTADatabase::begin | ( | ) |
| const_iterator pwiz::proteome::IPIFASTADatabase::end | ( | ) |
|
private |
Definition at line 72 of file IPIFASTADatabase.hpp.