#include <TBits.h>
Inheritance diagram for TBits:


Public Methods | |
| TBits (UInt_t nbits=8) | |
| TBits (const TBits &) | |
| TBits & | operator= (const TBits &) |
| virtual | ~TBits () |
| void | ResetAllBits (Bool_t value=kFALSE) |
| void | ResetBitNumber (UInt_t bitnumber) |
| void | SetBitNumber (UInt_t bitnumber, Bool_t value=kTRUE) |
| Bool_t | TestBitNumber (UInt_t bitnumber) const |
| void | Compact () |
| UInt_t | CountBits (UInt_t startBit=0) const |
| UInt_t | FirstNullBit (UInt_t startBit=0) const |
| UInt_t | FirstSetBit (UInt_t startBit=0) const |
| UInt_t | GetNbits () const |
| UInt_t | GetNbytes () const |
| void | Paint (Option_t *option="") |
| void | Print (Option_t *option="") const |
Protected Attributes | |
| UInt_t | fNbits |
| UInt_t | fNbytes |
| UChar_t * | fAllBits |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 56 of file TBits.h. References SetBitNumber(). |
|
||||||||||||
|
Referenced by ResetBitNumber(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 65 of file TBits.h. References fNbits. |
|
|
Definition at line 66 of file TBits.h. References fNbytes. |
|
|
Reimplemented from TObject. |
|
|
Reimplemented from TObject. |
|
|
Definition at line 43 of file TBits.h. Referenced by GetNbits(). |
|
|
Definition at line 44 of file TBits.h. Referenced by GetNbytes(). |
|
|
|
1.2.16