ProteoWizard
Public Member Functions
Is_T2D_Directory Struct Reference
Inheritance diagram for Is_T2D_Directory:
pwiz::util::TestPathPredicate

List of all members.

Public Member Functions

bool operator() (const string &datapath) 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 29 of file Reader_ABI_T2D_Test.cpp.


Member Function Documentation

bool Is_T2D_Directory::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 31 of file Reader_ABI_T2D_Test.cpp.

References pwiz::util::expand_pathmask().

{
vector<bfs::path> t2d_filepaths;
pwiz::util::expand_pathmask(bfs::path(datapath) / "*.t2d", t2d_filepaths);
return !t2d_filepaths.empty();
}

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