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

Go to the source code of this file.

Classes

class  pwiz::proteome::Reader
 interface for file readers More...
class  pwiz::proteome::ReaderFail
class  pwiz::proteome::ReaderList
 Reader container (composite pattern). More...

Namespaces

namespace  pwiz
 AMTContainer.hpp.
namespace  pwiz::proteome

Typedefs

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

Functions

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