ProteoWizard
|
#include "pwiz/utility/misc/Export.hpp"
#include "MSData.hpp"
#include <string>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | pwiz::msdata::Reader |
interface for file readers More... | |
struct | pwiz::msdata::Reader::Config |
Reader configuration. More... | |
class | pwiz::msdata::ReaderFail |
class | pwiz::msdata::ReaderList |
Reader container (composite pattern). More... |
Namespaces | |
namespace | pwiz |
AMTContainer.hpp. | |
namespace | pwiz::msdata |
Typedefs | |
typedef boost::shared_ptr< Reader > | pwiz::msdata::ReaderPtr |
Functions | |
PWIZ_API_DECL ReaderList | pwiz::msdata::operator+ (const ReaderPtr &lhs, const ReaderPtr &rhs) |
returns a list containing the lhs and rhs as readers | |
PWIZ_API_DECL CVID | pwiz::msdata::identifyFileFormat (const ReaderPtr &reader, const std::string &filepath) |
tries to identify a filepath using the provided Reader or ReaderList; returns the CVID file format of the specified filepath, or CVID_Unknown if the file format has no CV term or the filepath doesn't exist |