bitset::reference Struct Reference

#include <stdapis/stlportv5/stl/_bitset.h>

Link against: libstdcppv5.lib

struct bitset::reference
Public Member Type Definitions
typedef bitset< _Nb > _Bitset
typedef_STLP_PRIV _Base_bitset< _Words > _Bitset_base
Public Attributes
size_t _M_bpos
_WordT *_M_wp
Public Member Functions
reference()
reference(_Bitset &, size_t)
~reference()
reference &flip()
operator bool()
reference &operator=(bool)
reference &operator=(const reference &)
booloperator~()

Member Type Definition Documentation

Typedef _Bitset

typedef bitset< _Nb >_Bitset

Typedef _Bitset_base

typedef _STLP_PRIV _Base_bitset< _Words >_Bitset_base

Member Attribute Documentation

_M_bpos

size_t _M_bpos

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

_M_wp

_WordT *_M_wp

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Constructor & Destructor Documentation

reference ( )

reference()[inline]

reference ( _Bitset &, size_t )

reference(_Bitset &__b,
size_t__pos
)[inline]

~reference ( )

~reference()[inline]

Member Function Documentation

flip ( )

reference &flip()[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Returns: -

operator bool ( )

operator bool()const [inline]

operator= ( bool )

reference &operator=(bool__x)[inline]

operator= ( const reference & )

reference &operator=(const reference &__j)[inline]

operator~ ( )

booloperator~()const [inline]