_Bit_reference Struct Reference

#include <stdapis/stlport/stl/_bvector.h>

Link against: glxfullscreenview.lib

struct _Bit_reference
Public Attributes
unsigned int_M_mask
unsigned int *_M_p
Public Member Functions
_Bit_reference(unsigned int *, unsigned int)
_Bit_reference()
voidflip()
operator bool()
_Bit_reference &operator&=(bool)
booloperator<(const _Bit_reference &)
_Bit_reference &operator=(bool)
_Bit_reference &operator=(const _Bit_reference &)
booloperator==(const _Bit_reference &)
_Bit_reference &operator|=(bool)

Member Attribute Documentation

_M_mask

unsigned int_M_mask

_M_p

unsigned int *_M_p

Constructor & Destructor Documentation

_Bit_reference ( unsigned int *, unsigned int )

_Bit_reference(unsigned int *__x,
unsigned int__y
)[inline]

_Bit_reference ( )

_Bit_reference()[inline]

Member Function Documentation

flip ( )

voidflip()[inline]

operator bool ( )

operator bool()const [inline]

operator&= ( bool )

_Bit_reference &operator&=(bool__x)[inline]

operator< ( const _Bit_reference & )

booloperator<(const _Bit_reference &__x)const [inline]

operator= ( bool )

_Bit_reference &operator=(bool__x)[inline]

operator= ( const _Bit_reference & )

_Bit_reference &operator=(const _Bit_reference &__x)[inline]

operator== ( const _Bit_reference & )

booloperator==(const _Bit_reference &__x)const [inline]

operator|= ( bool )

_Bit_reference &operator|=(bool__x)[inline]