Public Member Functions | |
| bit_iterator (size_type index=0, size_type bitnum=0) | |
| const bit_iterator & | operator-- () | 
| const bit_iterator & | operator++ () | 
| value_type | operator * () const | 
| bool | operator== (const bit_iterator &rhs) const | 
| bool | operator!= (const bit_iterator &rhs) const | 
| size_type | get_index () const | 
| size_type | get_bitnum () const | 
Protected Attributes | |
| size_type | index_ | 
| size_type | bitnum_ | 
| value_type | value_ | 
Definition at line 205 of file bitset.hh.
 1.4.6