ReactOS 0.4.16-dev-522-gb68104a
|
#include <_bvector.h>
Public Member Functions | |
_Bit_reference (unsigned int *__x, unsigned int __y) | |
_Bit_reference () | |
operator bool () const | |
_Bit_reference & | operator= (bool __x) |
_Bit_reference & | operator= (const _Bit_reference &__x) |
bool | operator== (const _Bit_reference &__x) const |
bool | operator< (const _Bit_reference &__x) const |
_Bit_reference & | operator|= (bool __x) |
_Bit_reference & | operator&= (bool __x) |
void | flip () |
Public Attributes | |
unsigned int * | _M_p |
unsigned int | _M_mask |
Definition at line 42 of file _bvector.h.
Definition at line 45 of file _bvector.h.
|
inline |
Definition at line 49 of file _bvector.h.
|
inline |
Definition at line 79 of file _bvector.h.
|
inline |
Definition at line 51 of file _bvector.h.
|
inline |
Definition at line 74 of file _bvector.h.
|
inline |
Definition at line 65 of file _bvector.h.
|
inline |
Definition at line 54 of file _bvector.h.
|
inline |
Definition at line 59 of file _bvector.h.
|
inline |
Definition at line 62 of file _bvector.h.
|
inline |
Definition at line 69 of file _bvector.h.
Definition at line 44 of file _bvector.h.
Referenced by flip(), operator bool(), operator=(), and operator|=().
Definition at line 43 of file _bvector.h.
Referenced by flip(), operator bool(), operator&=(), operator=(), and operator|=().