ProteoWizard
Public Member Functions | List of all members
IsWiffFile Struct Reference
Inheritance diagram for IsWiffFile:
pwiz::util::TestPathPredicate

Public Member Functions

bool operator() (const string &rawpath) const
 returns true iff the given rawpath is a real path to test/generate
 
- Public Member Functions inherited from pwiz::util::TestPathPredicate
virtual ~TestPathPredicate ()
 

Detailed Description

Definition at line 33 of file Reader_ABI_Test.cpp.

Member Function Documentation

◆ operator()()

bool IsWiffFile::operator() ( const string &  rawpath) const
inlinevirtual

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

Implements pwiz::util::TestPathPredicate.

Definition at line 35 of file Reader_ABI_Test.cpp.

36 {
37 return bal::iends_with(rawpath, ".wiff")
38#ifdef _WIN64
39 || bal::iends_with(rawpath, ".wiff2")
40#endif
41 ;
42 }

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