OpenMS  2.7.0
Public Member Functions | Public Attributes | List of all members
IdentificationData::ModifyMultiIndexAddProcessingStep< ElementType > Struct Template Reference

Helper functor for adding processing steps to elements in a boost::multi_index_container structure. More...

#include <OpenMS/METADATA/ID/IdentificationData.h>

Collaboration diagram for IdentificationData::ModifyMultiIndexAddProcessingStep< ElementType >:
[legend]

Public Member Functions

 ModifyMultiIndexAddProcessingStep (ProcessingStepRef step_ref)
 
void operator() (ElementType &element)
 

Public Attributes

ProcessingStepRef step_ref
 

Detailed Description

template<typename ElementType>
struct OpenMS::IdentificationData::ModifyMultiIndexAddProcessingStep< ElementType >

Helper functor for adding processing steps to elements in a boost::multi_index_container structure.

The validity of the processing step reference cannot be checked here!

Constructor & Destructor Documentation

◆ ModifyMultiIndexAddProcessingStep()

Member Function Documentation

◆ operator()()

void operator() ( ElementType &  element)
inline

Member Data Documentation

◆ step_ref