ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::identdata::software_p Struct Reference

#include <MzidPredicates.hpp>

Public Member Functions

 software_p (const CVID id)
 
bool operator() (const AnalysisSoftwarePtr p)
 

Public Attributes

CVID id
 

Detailed Description

Definition at line 49 of file MzidPredicates.hpp.

Constructor & Destructor Documentation

§ software_p()

pwiz::identdata::software_p::software_p ( const CVID  id)
inline

Definition at line 53 of file MzidPredicates.hpp.

Member Function Documentation

§ operator()()

bool pwiz::identdata::software_p::operator() ( const AnalysisSoftwarePtr  p)
inline

Definition at line 55 of file MzidPredicates.hpp.

56  {
57  bool result = false;
58 
59  if (p.get())
60  result = p->softwareName.hasCVParam(id);
61 
62  return result;
63  }

Member Data Documentation

§ id

CVID pwiz::identdata::software_p::id

Definition at line 51 of file MzidPredicates.hpp.


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