Classes | |
| class | atlas::bitset::BitSetBase< n > |
| class | atlas::bitset::BitSetBase< 0 > |
| Intended as Base for an empty BitSet. Fill in if necessary. More... | |
| class | atlas::bitset::BitSetBase< 1 > |
| Base for a non-empty BitSet that fits in one word. More... | |
| class | atlas::bitset::BitSetBase< 1 >::iterator |
| Iterator through the _set_ bits in the container. More... | |
| class | atlas::bitset::BitSetBase< 2 > |
| Base for a non-empty BitSet that fits in two words but not one. More... | |
| class | atlas::bitset::BitSetBase< 2 >::iterator |
| Iterator runs through the _set_ bits in the container. More... | |
| class | atlas::bitset::BitSetBase< 3 > |
| class | atlas::bitset::BitSetBase< 4 > |
| class | atlas::bitset::BaseSize< n > |
The class BaseSize computes (with its member 'value') the base size
| |
| class | atlas::bitset::BitSet< n > |
| Set of n bits. More... | |
Typedefs | |
| typedef BitSet< constants::RANK_MAX > | RankFlags |
| typedef BitSet< 2 *constants::RANK_MAX > | TwoRankFlags |
| typedef std::vector< RankFlags > | RankFlagsList |
Functions | |
| template<size_t n> | |
| BitSet< n > | operator~ (const BitSet< n > &d_b) |
| template<size_t n> | |
| void | set (BitSet< n > &, size_t) |
|
|
|
Definition at line 33 of file bitset_fwd.h. |
|
|
Definition at line 32 of file bitset_fwd.h. Referenced by atlas::gradings::Status::set(), and atlas::gradings::Status::set_imaginary(). |
|
||||||||||
|
Definition at line 25 of file bitset_def.h. References atlas::bitset::BitSet< n >::flip(). |
|
||||||||||||||||
1.3.9.1