#include "copyright.h"#include "utility.h"Go to the source code of this file.
Compounds | |
| class | Bitmap |
| The following class defines a "bitmap" -- an array of bits, each of which can be independently set, cleared, and tested. Most useful for managing the allocation of the elements of an array -- for instance, disk sectors, or main memory pages. Each bit represents whether the corresponding sector or page is in use or free. More... | |
Variables | |
| const int | BitsInByte = 8 |
| const int | BitsInWord = sizeof(unsigned int) * BitsInByte |
|
|
|
|
|
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001