LCIO
02.17
|
Helper class to create and interpret the 32-bit flag word in LCCollections. More...
#include <LCFlag.h>
Public Member Functions | |
virtual | ~LCFlag () |
Destructor. More... | |
virtual bool | bitSet (int index) const =0 |
Returns true if bit at given index is set. More... | |
virtual int | getFlag () const =0 |
Returns the flag word. More... | |
virtual void | setBit (int bit)=0 |
Sets bit to 1. More... | |
virtual void | unsetBit (int bit)=0 |
Sets bit to 0. More... | |
Helper class to create and interpret the 32-bit flag word in LCCollections.
Bits are defined in class LCIO.
|
inlinevirtual |
|
pure virtual |
Returns true if bit at given index is set.
Implemented in IMPL::LCFlagImpl.
|
pure virtual |
|
pure virtual |
Sets bit to 1.
Implemented in IMPL::LCFlagImpl.
|
pure virtual |
Sets bit to 0.
Implemented in IMPL::LCFlagImpl.