ProteoWizard
Public Member Functions | List of all members
pwiz::util::TestPathPredicate Struct Referenceabstract

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

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 More...
 
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

§ ~TestPathPredicate()

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

Definition at line 39 of file VendorReaderTestHarness.hpp.

References PWIZ_API_DECL, and pwiz::util::testReader().

39 {}

Member Function Documentation

§ operator()()

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: