Mescal
Loading...
Searching...
No Matches
barray Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: