ProteoWizard
Public Member Functions
pwiz::proteome::DefaultReaderList Class Reference

default Reader list More...

#include <DefaultReaderList.hpp>

Inheritance diagram for pwiz::proteome::DefaultReaderList:
pwiz::proteome::ReaderList pwiz::proteome::Reader

List of all members.

Public Member Functions

 DefaultReaderList (bool indexed=false)
- Public Member Functions inherited from pwiz::proteome::ReaderList
virtual std::string identify (const std::string &uri) const
 returns child name iff some child identifies, else empty string
virtual std::string identify (const std::string &uri, boost::shared_ptr< std::istream > uriStreamPtr) const
 returns child name iff some child identifies, else empty string
virtual void read (const std::string &uri, ProteomeData &result) const
 delegates to first child that identifies
virtual void read (const std::string &uri, boost::shared_ptr< std::istream > uriStreamPtr, ProteomeData &result) const
 delegates to first child that identifies
ReaderListoperator+= (const ReaderList &rhs)
 appends all of the rhs operand's Readers to the list
ReaderListoperator+= (const ReaderPtr &rhs)
 appends the rhs Reader to the list
ReaderList operator+ (const ReaderList &rhs) const
 returns a concatenated list of all the Readers from the lhs and rhs operands
ReaderList operator+ (const ReaderPtr &rhs) const
 returns a concatenated list of all the Readers from the lhs and rhs operands
template<typename reader_type >
reader_type * get ()
 returns pointer to Reader of the specified type
template<typename reader_type >
const reader_type * get () const
 returns const pointer to Reader of the specified type
virtual const char * getType () const
- Public Member Functions inherited from pwiz::proteome::Reader
bool accept (const std::string &uri, boost::shared_ptr< std::istream > uriStreamPtr) const
 return true iff Reader recognizes the file as one it should handle
virtual ~Reader ()

Detailed Description

default Reader list

Definition at line 37 of file DefaultReaderList.hpp.


Constructor & Destructor Documentation

pwiz::proteome::DefaultReaderList::DefaultReaderList ( bool  indexed = false)

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