ProteoWizard
Public Member Functions | List of all members
IsTDF Struct Reference
Inheritance diagram for IsTDF:
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 37 of file Reader_Bruker_Test.cpp.

Member Function Documentation

◆ operator()()

bool IsTDF::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 39 of file Reader_Bruker_Test.cpp.

40 {
41 if (bfs::exists(bfs::path(rawpath) / "analysis.tdf")) // no x86 DLL available
42 return true;
43 return false;
44 }

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