#include <stdapis/stlportv5/stl/_bitset.h>
| 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 &) |
| bool | operator~() |
| 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.
| _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.
| 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: -