|
Public Member Functions |
| BitBlock (GINT Size) |
| ~BitBlock () |
| BitBlock (const BitBlock &a) |
BitBlock & | operator= (const BitBlock &) |
GUSHORT | operator() (const GINT bit_posn) |
GUSHORT | operator[] (const GINT bit_posn) |
void | SetBits (GINT bit_index, const GUSHORT yTo) |
GBOOL | SetBlock (GUSHORT *new_block, GINT num_subblocks) |
GBOOL | SetBlock (GUSHORT *new_block, GINT num_subblocks, GINT size_subblock, GINT desired_bitspersubblock) |
GBOOL | SetBlock (GBuffer< GUSHORT > *new_block, GINT num_subblocks) |
GBOOL | SetBlock (GUSHORT *hi_block, GUSHORT *lo_block, GINT n) |
GUSHORT * | GetBlock () |
void * | LoWord () |
void * | HiWord () |
GINT | GetBlockSize_InBits () |
GINT | GetBlockSize_InBlocks () |
void | Reset () |
void | TransferBits (void *in_elems, GINT nelems, size_t elem_size) |
Friends |
ostream & | operator<< (ostream &, BitBlock &) |