golib  0.5
goBitArray Class Reference

#include <gospecialarrays.h>

Public Member Functions

 goBitArray (goSize_t bitsize)
 
int operator[] (goSize_t n)
 
void set (goSize_t n)
 
void unSet (goSize_t n)
 
void clear ()
 
goArray< goBitArray_t > & getArray ()
 
void ANDNOT (goBitArray &other)
 

Detailed Description

Array addressing single bits

Author
Christian Gosch
Date
6.8.2001
See also
goPresenceManager

Constructor & Destructor Documentation

◆ goBitArray()

goBitArray::goBitArray ( goSize_t  bitsize)
inline
Parameters
bitsizeSize in bits of the array

Member Function Documentation

◆ clear()

void goBitArray::clear ( )
inline

Clears the whole array.

◆ getArray()

goArray< goBitArray_t > & goBitArray::getArray ( )
inline
Returns
The array of goBitArray_t containing the words that form the bit array.

◆ operator[]()

int goBitArray::operator[] ( goSize_t  n)
inline
Parameters
nIndex of a bit in the array
Returns
0 if bit n is not set, 1 if bit n is set

◆ set()

void goBitArray::set ( goSize_t  n)
inline
Parameters
nIndex of a bit to be set

◆ unSet()

void goBitArray::unSet ( goSize_t  n)
inline
Parameters
nIndex of a bit to be unset (set to zero)

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