#include <Flag.h>
Public Member Functions | |
Flag () | |
Flag (std::string const &name, State s=fNA) | |
Flag (Flag const &f) | |
Flag | operator+ (Flag const &f) |
Flag & | operator+= (Flag const &f) |
Flag & | operator= (Flag const &f) |
bool | operator== (Flag const &f) |
void | reset () |
Public Attributes | |
std::string | _name |
State | _state |
|
inline |
|
inline |
Definition at line 76 of file Flag.h.
References _state, and hcaldqm::flag::fNA.
std::string hcaldqm::flag::Flag::_name |
Definition at line 78 of file Flag.h.
Referenced by operator+(), operator=(), and operator==().
State hcaldqm::flag::Flag::_state |
Definition at line 79 of file Flag.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), operator+(), operator+=(), operator=(), operator==(), and reset().