ProteoWizard
|
#include <MSIHandler.hpp>
Classes | |
struct | Record |
Public Member Functions | |
MSIHandler () | |
virtual | ~MSIHandler () |
virtual bool | updateRecord (const std::vector< std::string > &fields) |
size_t | size () const |
Record | record (size_t index) const |
Record | lastRecord () const |
![]() | |
DefaultTabHandler (bool need_headers=true, char comment_char='#') | |
DefaultTabHandler (const DefaultTabHandler &c) | |
virtual | ~DefaultTabHandler () |
virtual bool | getHeaders () |
virtual char | useComment () const |
virtual bool | open () |
virtual bool | updateLine (const std::string &line) |
virtual size_t | columns () const |
virtual size_t | getHeader (const std::string &name) const |
virtual std::string | getHeader (size_t index) const |
virtual bool | close () |
![]() | |
virtual | ~TabHandler () |
Private Attributes | |
boost::shared_ptr< Impl > | pimpl |
Additional Inherited Members | |
![]() | |
boost::shared_ptr< Impl > | pimpl |
Definition at line 34 of file MSIHandler.hpp.
pwiz::util::MSIHandler::MSIHandler | ( | ) |
|
inlinevirtual |
Definition at line 63 of file MSIHandler.hpp.
References pwiz::proteome::AminoAcid::Info::record().
|
virtual |
Reimplemented from pwiz::util::DefaultTabHandler.
size_t pwiz::util::MSIHandler::size | ( | ) | const |
Record pwiz::util::MSIHandler::record | ( | size_t | index | ) | const |
Record pwiz::util::MSIHandler::lastRecord | ( | ) | const |
|
private |
Definition at line 74 of file MSIHandler.hpp.