#include <dyn_bitset.h>
◆ flip()
◆ operator bool()
  
  
      
        
          | DynBitset::Reference::operator bool  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator=() [1/2]
Sets the bit to a given value. 
 
 
◆ operator=() [2/2]
Sets the bit to a given value. 
 
 
◆ operator~()
  
  
      
        
          | bool DynBitset::Reference::operator~  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Flips and returns the bit. 
 
 
◆ reset()
  
  
      
        
          | void DynBitset::Reference::reset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Resets the bit (slightly faster than = false) 
 
 
◆ set()
  
  
      
        
          | void DynBitset::Reference::set  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Sets the bit (slightly faster than = true) 
 
 
◆ DynBitset
The documentation for this class was generated from the following files: