atlas
0.6
|
Class definitions and function declarations for the BitSet class. More...
Go to the source code of this file.
Classes | |
class | atlas::bitset::BitSetBase< n > |
class | atlas::bitset::BitSetBase< 1 > |
Base for a non-empty BitSet that fits in one word. More... | |
class | atlas::bitset::BitSetBase< 2 > |
Base for a non-empty BitSet that fits in two words but not one. More... | |
struct | atlas::bitset::BaseSize< n > |
The class BaseSize computes (with its member 'value') the base size. More... | |
class | atlas::bitset::BitSet< n > |
Set of n bits. More... | |
struct | atlas::bitset::BitSet< n >::iterator |
class | atlas::bitset::BitSetBase< 1 >::iterator |
Iterator through the set bits (like |BitMap::iterator|) More... | |
class | atlas::bitset::BitSetBase< 2 >::iterator |
Namespaces | |
atlas | |
atlas::bitset | |
Class definitions and function declarations for the BitSet class.