#include <stl_bvector.h>
| Public Member Functions | |
| _Bit_reference (_Bit_type *__x, _Bit_type __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 | 
| void | flip () | 
| Public Attributes | |
| _Bit_type * | _M_p | 
| _Bit_type | _M_mask | 
Definition at line 69 of file stl_bvector.h.
Definition at line 74 of file stl_bvector.h.
| _GLIBCXX_STD::_Bit_reference::_Bit_reference | ( | ) |  [inline] | 
Definition at line 77 of file stl_bvector.h.
| void _GLIBCXX_STD::_Bit_reference::flip | ( | ) |  [inline] | 
| _GLIBCXX_STD::_Bit_reference::operator bool | ( | ) | const  [inline] | 
| bool _GLIBCXX_STD::_Bit_reference::operator< | ( | const _Bit_reference & | __x | ) | const  [inline] | 
Definition at line 101 of file stl_bvector.h.
| _Bit_reference& _GLIBCXX_STD::_Bit_reference::operator= | ( | const _Bit_reference & | __x | ) |  [inline] | 
Definition at line 93 of file stl_bvector.h.
| _Bit_reference& _GLIBCXX_STD::_Bit_reference::operator= | ( | bool | __x | ) |  [inline] | 
| bool _GLIBCXX_STD::_Bit_reference::operator== | ( | const _Bit_reference & | __x | ) | const  [inline] | 
Definition at line 97 of file stl_bvector.h.
Definition at line 72 of file stl_bvector.h.
Referenced by flip(), operator bool(), and operator=().
Definition at line 71 of file stl_bvector.h.
Referenced by flip(), operator bool(), and operator=().
 1.4.7
 1.4.7