GCBits

Undocumented in source.

Members

Aliases

wordtype
alias wordtype = size_t
Undocumented in source.

Functions

Dtor
void Dtor()
Undocumented in source. Be warned that the author may not have intended to support it.
alloc
void alloc(size_t nbits)
Undocumented in source. Be warned that the author may not have intended to support it.
base
wordtype* base()
Undocumented in source.
clear
void clear(size_t i)
Undocumented in source.
copy
void copy(GCBits* f)
Undocumented in source.
set
void set(size_t i)
Undocumented in source.
test
wordtype test(size_t i)
Undocumented in source.
testClear
wordtype testClear(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
testSet
wordtype testSet(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
zero
void zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

BITS_1
auto BITS_1;
Undocumented in source.
BITS_MASK
auto BITS_MASK;
Undocumented in source.
BITS_PER_WORD
auto BITS_PER_WORD;
Undocumented in source.
BITS_SHIFT
auto BITS_SHIFT;
Undocumented in source.
data
wordtype* data;
Undocumented in source.
nbits
size_t nbits;
Undocumented in source.
nwords
size_t nwords;
Undocumented in source.

Meta