llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
Iterator over the bitset items. More...
#include <core/adt/bitset.h>
Public Member Functions | |
iterator (const iterator &that) | |
iterator (const BitSet< T > &set, int64_t current) | |
iterator & | operator= (const iterator &that) |
ID< T > | operator* () const |
iterator | operator++ (int) |
iterator | operator++ () |
bool | operator== (const iterator &that) const |
bool | operator!= (const iterator &that) const |
Iterator over the bitset items.