ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::software_p Struct Reference

#include <MzidPredicates.hpp>

List of all members.

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

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

Definition at line 53 of file MzidPredicates.hpp.

: id(id) {}

Member Function Documentation

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

Definition at line 55 of file MzidPredicates.hpp.

{
bool result = false;
if (p.get())
result = p->softwareName.hasCVParam(id);
return result;
}

Member Data Documentation

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: