Mescal
|
Type used to represent an array of Booleans. More...
#include <type_boolarray.h>
Public Attributes | |
uchar * | array |
The array. | |
uint | size |
The number of stored Boolean values. | |
uint | size_array |
The size of the actual array. | |
Type used to represent an array of Booleans.
An array of Booleans is represented by an array of usigned char. Each usigned char stores 8 Boolean values.