|  |  | Whole document treeext/stl_bvector.h File Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members 
 stl_bvector.h File Reference
Go to the source code of this file. 
| 
 Compounds |  | class | __BVECTOR |  | struct | _Bit_const_iterator |  | struct | _Bit_iterator |  | struct | _Bit_iterator_base |  | struct | _Bit_reference |  | class | _Bvector_base |  | 
 Defines |  | #define | __BVECTOR   bit_vector |  | #define | __VECTOR   bit_vector |  | #define | __BVECTOR_BASE   _Bvector_base<__STL_DEFAULT_ALLOCATOR(bool) > |  | #define | __BVECTOR_TMPL_LIST |  | 
 Functions |  | void | swap (_Bit_reference __x, _Bit_reference __y) |  | ptrdiff_t | operator- (const _Bit_iterator_base &__x, const _Bit_iterator_base &__y) |  | _Bit_iterator | operator+ (ptrdiff_t __n, const _Bit_iterator &__x) |  | _Bit_const_iterator | operator+ (ptrdiff_t __n, const _Bit_const_iterator &__x) |  | void | swap (bit_vector &__x, bit_vector &__y) |  | bool | operator== (const bit_vector &__x, const bit_vector &__y) |  | bool | operator!= (const bit_vector &__x, const bit_vector &__y) |  | bool | operator< (const bit_vector &__x, const bit_vector &__y) |  | bool | operator> (const bit_vector &__x, const bit_vector &__y) |  | bool | operator<= (const bit_vector &__x, const bit_vector &__y) |  | bool | operator>= (const bit_vector &__x, const bit_vector &__y) |  | 
 Variables |  | __STL_BEGIN_NAMESPACE const int
 | __WORD_BIT = int(CHAR_BIT*sizeof(unsigned int)) |  
 Define Documentation
 
  
    | 
        
          | #define __BVECTOR   bit_vector |  |  
 
  
    | 
        
          | #define __BVECTOR_BASE   _Bvector_base<__STL_DEFAULT_ALLOCATOR(bool) > |  |  
 
  
    | 
        
          | #define __BVECTOR_TMPL_LIST |  |  
 
  
    | 
        
          | #define __VECTOR   bit_vector |  |  
 Function Documentation
 
  
    | 
        
          | bool operator!= | ( | const bit_vector & | __x, |  
          |  |  | const bit_vector & | __y |  
          |  | ) |  [inline] |  |  
 
 
 
 
  
    | 
        
          | bool operator< | ( | const bit_vector & | __x, |  
          |  |  | const bit_vector & | __y |  
          |  | ) |  [inline] |  |  
 
  
    | 
        
          | bool operator<= | ( | const bit_vector & | __x, |  
          |  |  | const bit_vector & | __y |  
          |  | ) |  [inline] |  |  
 
  
    | 
        
          | bool operator== | ( | const bit_vector & | __x, |  
          |  |  | const bit_vector & | __y |  
          |  | ) |  [inline] |  |  
 
  
    | 
        
          | bool operator> | ( | const bit_vector & | __x, |  
          |  |  | const bit_vector & | __y |  
          |  | ) |  [inline] |  |  
 
  
    | 
        
          | bool operator>= | ( | const bit_vector & | __x, |  
          |  |  | const bit_vector & | __y |  
          |  | ) |  [inline] |  |  
 
  
    | 
        
          | void swap | ( | bit_vector & | __x, |  
          |  |  | bit_vector & | __y |  
          |  | ) |  [inline] |  |  
 
 Variable Documentation
 
  
    | 
        
          | __STL_BEGIN_NAMESPACE const int __WORD_BIT = int(CHAR_BIT*sizeof(unsigned int))  [static] |  |  Generated on Mon Apr 8 03:15:43 2002 for libstdc++-v3 Source by
  1.2.15 |