Bitmap array index operator implementation.  
 More...
#include <clone0desc.h>
Bitmap array index operator implementation. 
 
◆ Bitmap_Operator_Impl()
  
  
      
        
          | Chnunk_Bitmap::Bitmap_Operator_Impl::Bitmap_Operator_Impl  | 
          ( | 
          uint32_t *&  | 
          bitmap,  | 
         
        
           | 
           | 
          uint32_t  | 
          index  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Construct bitmap operator. 
- Parameters
 - 
  
    | [in] | bitmap | reference to bitmap buffer  | 
    | [in] | index | array operation index  | 
  
   
 
 
◆ operator bool()
  
  
      
        
          | Chnunk_Bitmap::Bitmap_Operator_Impl::operator bool  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Check value at specified index in BITMAP. 
- Returns
 - true if the BIT is set 
 
 
 
◆ operator=()
  
  
      
        
          | void Chnunk_Bitmap::Bitmap_Operator_Impl::operator=  | 
          ( | 
          bool  | 
          bit | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set BIT at specific index. 
- Parameters
 - 
  
  
 
 
 
◆ m_bit_mask
  
  
      
        
          | uint32_t Chnunk_Bitmap::Bitmap_Operator_Impl::m_bit_mask | 
         
       
   | 
  
private   | 
  
 
Mask with current BIT set. 
 
 
◆ m_bitmap_ref
  
  
      
        
          | uint32_t*& Chnunk_Bitmap::Bitmap_Operator_Impl::m_bitmap_ref | 
         
       
   | 
  
private   | 
  
 
Reference to BITMAP array. 
 
 
◆ m_map_index
  
  
      
        
          | uint32_t Chnunk_Bitmap::Bitmap_Operator_Impl::m_map_index | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: