ProteoWizard
Public Member Functions | List of all members
IsShimadzuLCD Struct Reference
Inheritance diagram for IsShimadzuLCD:
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 More...
 
- Public Member Functions inherited from pwiz::util::TestPathPredicate
virtual ~TestPathPredicate ()
 

Detailed Description

Definition at line 29 of file Reader_Shimadzu_Test.cpp.

Member Function Documentation

bool IsShimadzuLCD::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_Shimadzu_Test.cpp.

32  {
33  return bal::iends_with(rawpath, ".lcd");
34  }

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