ATLAS Offline Software
|
#include <Identifier_g.h>
Public Types | |
enum | bit_defs_enum { NBITS = sizeof( value_type ) * 8, MAX_BIT = ( static_cast<value_type>( 1 ) << ( NBITS - 1 ) ), ALL_BITS = ~( static_cast<value_type>( 0 ) ) } |
enum | max_value_type_enum { max_value = ~( static_cast<value_type>( 0 ) ) } |
typedef long long | value_type |
typedef enum Identifier_Gpu::bit_defs_enum | bit_defs |
typedef enum Identifier_Gpu::max_value_type_enum | max_value_type |
Public Member Functions | |
CUDA_HOSTDEV | Identifier_Gpu () |
CUDA_HOSTDEV | Identifier_Gpu (const Identifier_Gpu &value) |
CUDA_HOSTDEV | Identifier_Gpu (value_type value) |
CUDA_HOSTDEV | operator value_type () const |
CUDA_HOSTDEV Identifier_Gpu & | operator= (const Identifier_Gpu &old) |
CUDA_HOSTDEV Identifier_Gpu & | operator= (value_type value) |
CUDA_HOSTDEV bool | operator== (const Identifier_Gpu &other) const |
CUDA_HOSTDEV bool | operator!= (const Identifier_Gpu &other) const |
CUDA_HOSTDEV bool | operator< (const Identifier_Gpu &other) const |
CUDA_HOSTDEV bool | operator> (const Identifier_Gpu &other) const |
CUDA_HOSTDEV bool | operator<= (const Identifier_Gpu &other) const |
CUDA_HOSTDEV bool | operator>= (const Identifier_Gpu &other) const |
CUDA_HOSTDEV bool | operator== (Identifier_Gpu::value_type other) const |
CUDA_HOSTDEV bool | operator!= (Identifier_Gpu::value_type other) const |
Protected Attributes | |
value_type | m_id |
Definition at line 15 of file Identifier_g.h.
typedef enum Identifier_Gpu::bit_defs_enum Identifier_Gpu::bit_defs |
typedef long long Identifier_Gpu::value_type |
Definition at line 17 of file Identifier_g.h.
|
inline |
Definition at line 30 of file Identifier_g.h.
|
inline |
Definition at line 31 of file Identifier_g.h.
|
inline |
Definition at line 32 of file Identifier_g.h.
|
inline |
Definition at line 34 of file Identifier_g.h.
|
inline |
Definition at line 45 of file Identifier_g.h.
|
inline |
Definition at line 51 of file Identifier_g.h.
|
inline |
Definition at line 46 of file Identifier_g.h.
|
inline |
Definition at line 48 of file Identifier_g.h.
|
inline |
Definition at line 36 of file Identifier_g.h.
|
inline |
Definition at line 40 of file Identifier_g.h.
|
inline |
Definition at line 44 of file Identifier_g.h.
|
inline |
Definition at line 50 of file Identifier_g.h.
|
inline |
Definition at line 47 of file Identifier_g.h.
|
inline |
Definition at line 49 of file Identifier_g.h.
|
protected |
Definition at line 54 of file Identifier_g.h.