-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve consistency in the C++ interface
These changes aim to improve the consistency of the C++ API between the 32-bit version and the 64-bit version. Details: - Rename `RoaringSetBitForwardIterator` to `RoaringSetBitBiDirectionalIterator` (the old one is now deprecated). - Add methods: `Roaring::clear` `Roaring::isFull` `Roaring::containsRangeClosed`. - Revise `move_equalorlarger` methods in iterators. - Add `api::roaring_bitmap_flip_inplace_closed` method. - Add `api::roaring_bitmap_contains_range_closed` method. - Add `api::roaring_bitmap_flip_closed` method. - Other minor changes.
- Loading branch information
Showing
7 changed files
with
231 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.