#include <rbitmap.h>
Collaboration diagram for BitMap:

Definition at line 65 of file rbitmap.h.
Public Member Functions | |
| BitMap (u_long Size, u_long BitsPerEntry=1) | |
| BitMap () | |
| void | Clear (u_long Which) |
| void | DBPrint () |
| u_long | Get (u_long Which) |
| void | Log (ostream &os) |
| void | Set (u_long Which, u_long Value=1) |
| size_t | Size (void) |
| ~BitMap () | |
Static Public Member Functions | |
| static size_t | EstimateSize (u_long Size, u_long BitsPerEntry) |
| static u_long | FindBPE (u_long) |
Private Member Functions | |
| u_long | GetBitMask (u_long Which) |
| short | GetShiftCount (u_long Which) |
| u_long * | GetWordAddress (u_long Which) |
| void | Validate (u_long Which) |
Private Attributes | |
| u_long | m_BPE |
| short | m_EPW |
| u_long * | m_pM |
| u_long | m_Size |
| u_long | m_Words |
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 69 of file rbitmap.h.
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 88 of file rbitmap.h. Referenced by ~BitMap(). |
|
|
|
|
|
Definition at line 86 of file rbitmap.h. Referenced by ~BitMap(). |
1.4.6