ProteoWizard
|
#include <PepXMLCat.hpp>
Classes | |
struct | Config |
struct | record |
Public Types | |
typedef std::vector< record > | set |
typedef std::vector< record > ::iterator | iterator |
typedef std::vector< record > ::const_iterator | const_iterator |
Public Member Functions | |
PepxmlRecordReader (const Config &_config) | |
virtual | ~PepxmlRecordReader () |
bool | open (const std::string &file) |
void | close () |
void | print_headers (std::ostream &os) const |
const_iterator | begin () const |
const_iterator | end () const |
iterator | begin () |
iterator | end () |
Private Attributes | |
Config | config |
set | recordset |
std::string | search_engine |
Friends | |
PWIZ_API_DECL std::ostream & | operator<< (std::ostream &os, PepxmlRecordReader &prr) |
Definition at line 37 of file PepXMLCat.hpp.
typedef std::vector<record> pwiz::analysis::PepxmlRecordReader::set |
Definition at line 100 of file PepXMLCat.hpp.
typedef std::vector<record>::iterator pwiz::analysis::PepxmlRecordReader::iterator |
Definition at line 101 of file PepXMLCat.hpp.
typedef std::vector<record>::const_iterator pwiz::analysis::PepxmlRecordReader::const_iterator |
Definition at line 102 of file PepXMLCat.hpp.
pwiz::analysis::PepxmlRecordReader::PepxmlRecordReader | ( | const Config & | _config) |
|
virtual |
bool pwiz::analysis::PepxmlRecordReader::open | ( | const std::string & | file) |
void pwiz::analysis::PepxmlRecordReader::close | ( | ) |
void pwiz::analysis::PepxmlRecordReader::print_headers | ( | std::ostream & | os) | const |
const_iterator pwiz::analysis::PepxmlRecordReader::begin | ( | ) | const |
const_iterator pwiz::analysis::PepxmlRecordReader::end | ( | ) | const |
iterator pwiz::analysis::PepxmlRecordReader::begin | ( | ) |
iterator pwiz::analysis::PepxmlRecordReader::end | ( | ) |
|
friend |
|
private |
Definition at line 120 of file PepXMLCat.hpp.
|
private |
Definition at line 121 of file PepXMLCat.hpp.
|
private |
Definition at line 122 of file PepXMLCat.hpp.