#include <stl_bvector.h>
Public Methods | |
| __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 |
| void | flip () |
Public Attributes | |
| unsigned int * | p |
| unsigned int | mask |
|
||||||||||||
|
Definition at line 45 of file stl_bvector.h.
|
|
|
Definition at line 48 of file stl_bvector.h.
|
|
|
Definition at line 64 of file stl_bvector.h.
|
|
|
Definition at line 49 of file stl_bvector.h.
|
|
|
Definition at line 61 of file stl_bvector.h.
00061 {
00062 return bool(*this) < bool(x);
00063 }
|
|
|
Definition at line 57 of file stl_bvector.h.
00057 { return *this = bool(x); }
|
|
|
Definition at line 50 of file stl_bvector.h.
|
|
|
Definition at line 58 of file stl_bvector.h.
00058 {
00059 return bool(*this) == bool(x);
00060 }
|
|
|
Definition at line 44 of file stl_bvector.h. Referenced by __bit_reference, flip, operator bool, and operator=. |
|
|
Definition at line 43 of file stl_bvector.h. Referenced by __bit_reference, flip, operator bool, and operator=. |
| Documentation generated on Thu May 2 15:03:14 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |