#include <assert.h>
#include <stdlib.h>
#include <new>
#include <stdexcept>
#include <string>
Include dependency graph for bool_array.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | bool_array |
Class to represent a packed boolean array. More... | |
class | bool_array::_Element |
Class to represent a reference to an array element. | |
Typedefs | |
typedef unsigned char | BYTE |
typedef unsigned char BYTE |