ProteoWizard
Public Member Functions
pwiz::util::TestPathPredicate Struct Reference

test implementations derive from this to define which paths should be tested More...

#include <VendorReaderTestHarness.hpp>

Inheritance diagram for pwiz::util::TestPathPredicate:
Is_T2D_Directory IsDirectory IsDirectory IsRawData IsRawFile IsWiffFile

List of all members.

Public Member Functions

virtual bool operator() (const std::string &rawpath) const =0
 returns true iff the given rawpath is a real path to test/generate
virtual ~TestPathPredicate ()

Detailed Description

test implementations derive from this to define which paths should be tested

Definition at line 34 of file VendorReaderTestHarness.hpp.


Constructor & Destructor Documentation

virtual pwiz::util::TestPathPredicate::~TestPathPredicate ( )
inlinevirtual

Definition at line 39 of file VendorReaderTestHarness.hpp.

{}

Member Function Documentation

virtual bool pwiz::util::TestPathPredicate::operator() ( const std::string &  rawpath) const
pure virtual

returns true iff the given rawpath is a real path to test/generate

Implemented in IsRawFile, IsWiffFile, Is_T2D_Directory, IsDirectory, IsDirectory, and IsRawData.


The documentation for this struct was generated from the following file: