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

Go to the source code of this file.

Classes

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

Namespaces

namespace  pwiz
 AMTContainer.hpp.
namespace  pwiz::tradata

Typedefs

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

Functions

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