#include "gft_common.h"
Go to the source code of this file.
Classes | |
struct | gft::BMap::_bmap |
Vector of booleans. More... | |
Namespaces | |
gft | |
Base namespace for common definitions and prototypes. | |
gft::BMap | |
Common definitions and functions to manipulate a vector of booleans. | |
Typedefs | |
typedef struct gft::BMap::_bmap | gft::BMap::BMap |
Vector of booleans. More... | |
Functions | |
BMap * | gft::BMap::Create (int n) |
void | gft::BMap::Destroy (BMap **b) |
void | gft::BMap::Copy (BMap *dest, BMap *src) |
void | gft::BMap::Fill (BMap *b, int value) |
int | gft::BMap::Get (BMap *b, int p) |
void | gft::BMap::Set (BMap *b, int p, int value) |
void | gft::BMap::Set0 (BMap *b, int p) |
void | gft::BMap::Set1 (BMap *b, int p) |
void | gft::BMap::Toggle (BMap *b, int p) |