![]() |
Project
|
#include <GPUCommonBitSet.h>
Public Member Functions | |
GPUdDefault () const expr bitset()=default | |
GPUdDefault () const expr bitset(const bitset &)=default | |
GPUd () const expr bitset(uint32_t vv) | |
GPUd () const expr bool all() const | |
GPUd () const expr bool any() const | |
GPUd () const expr bool none() const | |
GPUd () const expr void set() | |
GPUd () const expr void set(uint32_t i) | |
GPUd () const expr void reset() | |
GPUd () const expr void reset(uint32_t i) | |
GPUd () const expr void flip() | |
GPUdDefault () const expr bitset &operator | |
GPUd () const expr bitset operator|(const bitset b) const | |
GPUd () const expr bitset &operator| | |
Static Public Attributes | |
static constexpr uint32_t | full_set = ((1ul << N) - 1ul) |
Definition at line 34 of file GPUCommonBitSet.h.
o2::gpu::gpustd::bitset< N >::GPUd | ( | ) | const & |
|
inline |
Definition at line 58 of file GPUCommonBitSet.h.
|
inline |
Definition at line 44 of file GPUCommonBitSet.h.
|
inline |
Definition at line 47 of file GPUCommonBitSet.h.
|
inline |
Definition at line 48 of file GPUCommonBitSet.h.
|
inline |
Definition at line 49 of file GPUCommonBitSet.h.
|
inline |
Definition at line 55 of file GPUCommonBitSet.h.
|
inline |
Definition at line 53 of file GPUCommonBitSet.h.
|
inline |
Definition at line 54 of file GPUCommonBitSet.h.
|
inline |
Definition at line 51 of file GPUCommonBitSet.h.
|
inline |
Definition at line 52 of file GPUCommonBitSet.h.
o2::gpu::gpustd::bitset< N >::GPUdDefault | ( | ) | const & |
|
default |
|
default |
|
staticconstexpr |
Definition at line 45 of file GPUCommonBitSet.h.