12#ifndef O2_QUALITYCONTROL_FLAGTYPE_H
13#define O2_QUALITYCONTROL_FLAGTYPE_H
24namespace quality_control
40 FlagType(uint16_t
id,
const char*
name,
bool bad) : mId(
id), mName(
name), mBad(bad) {}
51 uint16_t
getID()
const {
return mId; }
52 const std::string&
getName()
const {
return mName; }
bool operator!=(const FlagType &rhs) const
FlagType(const FlagType &)=default
friend std::ostream & operator<<(std::ostream &os, FlagType const &me)
friend class FlagTypeFactory
const std::string & getName() const
FlagType & operator=(const FlagType &)=default
bool operator<(const FlagType &rhs) const
bool operator>(const FlagType &rhs) const
bool operator==(const FlagType &rhs) const
GLuint const GLchar * name
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...