llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
BitSet< T, N >::iterator Class Referencefinal

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)
 
iteratoroperator= (const iterator &that)
 
ID< T > operator* () const
 
iterator operator++ (int)
 
iterator operator++ ()
 
bool operator== (const iterator &that) const
 
bool operator!= (const iterator &that) const
 

Detailed Description

template<typename T, unsigned N = 8>
class BitSet< T, N >::iterator

Iterator over the bitset items.


The documentation for this class was generated from the following file: