ProteoWizard
Classes | Namespaces | Typedefs | Functions
Reader.hpp File Reference
#include "pwiz/utility/misc/Export.hpp"
#include "IdentData.hpp"
#include <string>
#include <stdexcept>
#include "pwiz/utility/misc/IterationListener.hpp"

Go to the source code of this file.

Classes

class  pwiz::identdata::Reader
 interface for file readers More...
 
struct  pwiz::identdata::Reader::Config
 HACK: provide an option to read only file-level metadata; once we have an enumerable ResultList implementation this will be deprecated. More...
 
class  pwiz::identdata::ReaderFail
 
class  pwiz::identdata::ReaderList
 Reader container (composite pattern). More...
 

Namespaces

 pwiz
 
 pwiz::identdata
 

Typedefs

typedef boost::shared_ptr< Reader > pwiz::identdata::ReaderPtr
 

Functions

PWIZ_API_DECL ReaderList pwiz::identdata::operator+ (const ReaderPtr &lhs, const ReaderPtr &rhs)
 returns a list containing the lhs and rhs as readers More...