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

List of all members.

Public Member Functions

bool operator() (const string &rawpath) const
 returns true iff the given rawpath is a real path to test/generate
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 29 of file Reader_Agilent_Test.cpp.


Member Function Documentation

bool IsDirectory::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_Agilent_Test.cpp.

{
return bfs::is_directory(rawpath);
}
bool IsDirectory::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_Bruker_Test.cpp.

{
return bfs::is_directory(rawpath);
}

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