ProteoWizard
Public Member Functions | Public Attributes | List of all members
UserParamNameIs Struct Reference

Public Member Functions

 UserParamNameIs (const string &name)
 
bool operator() (const UserParam &up) const
 

Public Attributes

string name_
 

Detailed Description

Definition at line 58 of file Serializer_pepXML_Test.cpp.

Constructor & Destructor Documentation

§ UserParamNameIs()

UserParamNameIs::UserParamNameIs ( const string &  name)
inline

Definition at line 60 of file Serializer_pepXML_Test.cpp.

60 : name_(name) {}

Member Function Documentation

§ operator()()

bool UserParamNameIs::operator() ( const UserParam up) const
inline

Definition at line 62 of file Serializer_pepXML_Test.cpp.

References pwiz::data::UserParam::name.

62 { return up.name == name_; }
std::string name
the name for the parameter.
Definition: ParamTypes.hpp:188

Member Data Documentation

§ name_

string UserParamNameIs::name_

Definition at line 64 of file Serializer_pepXML_Test.cpp.


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