Project
Loading...
Searching...
No Matches
o2::framework::DataProcessorLabel Struct Reference

A label that can be associated to a DataProcessorSpec. More...

#include <DataProcessorLabel.h>

Public Member Functions

bool operator== (const DataProcessorLabel &rhs) const
 
bool operator< (const DataProcessorLabel &rhs) const
 
bool operator> (const DataProcessorLabel &rhs) const
 

Public Attributes

std::string value
 

Detailed Description

A label that can be associated to a DataProcessorSpec.

Definition at line 19 of file DataProcessorLabel.h.

Member Function Documentation

◆ operator<()

bool o2::framework::DataProcessorLabel::operator< ( const DataProcessorLabel rhs) const
inline

Definition at line 27 of file DataProcessorLabel.h.

◆ operator==()

bool o2::framework::DataProcessorLabel::operator== ( const DataProcessorLabel rhs) const
inline

Definition at line 22 of file DataProcessorLabel.h.

◆ operator>()

bool o2::framework::DataProcessorLabel::operator> ( const DataProcessorLabel rhs) const
inline

Definition at line 32 of file DataProcessorLabel.h.

Member Data Documentation

◆ value

std::string o2::framework::DataProcessorLabel::value

Definition at line 20 of file DataProcessorLabel.h.


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