Method
SetAll
Fill all bits of the bitmap
Source from the content-addressed store, hash-verified
| 185 | |
| 186 | /// Fill all bits of the bitmap |
| 187 | void SetAll() |
| 188 | { |
| 189 | DoSetAll(Words(), Size()); |
| 190 | } |
| 191 | |
| 192 | /// Clear all bits of the bitmap |
| 193 | void ClearAll() |