#include <LCFlag.h>
Inheritance diagram for EVENT::LCFlag:

Public Member Functions | |
| virtual | ~LCFlag () |
| Destructor. | |
| virtual bool | bitSet (int index) const =0 |
| virtual int | getFlag () const =0 |
| virtual void | setBit (int bit)=0 |
| virtual void | unsetBit (int bit)=0 |
Definition at line 19 of file LCFlag.h.
|
|
Destructor.
|
|
|
Returns true if bit at given index is set. Implemented in IMPL::LCFlagImpl. |
|
|
Returns the flag word. Implemented in IMPL::LCFlagImpl. |
|
|
Sets bit to 1. Implemented in IMPL::LCFlagImpl. |
|
|
Sets bit to 0. Implemented in IMPL::LCFlagImpl. |
1.3.9.1