#include <stdapis/stlport/stl/_bvector.h>
| struct _Bit_reference |
| Public Attributes | |
|---|---|
| unsigned int | _M_mask |
| unsigned int * | _M_p |
| Public Member Functions | |
|---|---|
| _Bit_reference(unsigned int *, unsigned int) | |
| _Bit_reference() | |
| void | flip() |
| operator bool() | |
| _Bit_reference & | operator&=(bool) |
| bool | operator<(const _Bit_reference &) |
| _Bit_reference & | operator=(bool) |
| _Bit_reference & | operator=(const _Bit_reference &) |
| bool | operator==(const _Bit_reference &) |
| _Bit_reference & | operator|=(bool) |
| _Bit_reference | ( | unsigned int * | __x, |
| unsigned int | __y | ||
| ) | [inline] | ||