ProteoWizard
|
#include "pwiz/utility/misc/Export.hpp"
#include "pwiz/data/msdata/Reader.hpp"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | pwiz::util::TestPathPredicate |
test implementations derive from this to define which paths should be tested More... |
Namespaces | |
namespace | pwiz |
AMTContainer.hpp. | |
namespace | pwiz::util |
Functions | |
PWIZ_API_DECL int | pwiz::util::testReader (const pwiz::msdata::Reader &reader, const std::vector< std::string > &args, bool testAcceptOnly, const TestPathPredicate &isPathTestable) |
A common test harness for vendor readers;. |