#include <OneToManyAssoc.h>
Public Types | |
using | Counter = typename Assoc::Counter |
using | index_type = typename Assoc::index_type |
Public Attributes | |
Assoc * | assoc = nullptr |
int32_t | contentSize = -1 |
index_type * | contentStorage = nullptr |
int32_t | offSize = -1 |
Counter * | offStorage = nullptr |
Definition at line 23 of file OneToManyAssoc.h.
using cms::cuda::OneToManyAssocView< Assoc >::Counter = typename Assoc::Counter |
Definition at line 24 of file OneToManyAssoc.h.
using cms::cuda::OneToManyAssocView< Assoc >::index_type = typename Assoc::index_type |
Definition at line 25 of file OneToManyAssoc.h.
Assoc* cms::cuda::OneToManyAssocView< Assoc >::assoc = nullptr |
Definition at line 27 of file OneToManyAssoc.h.
Referenced by cms::cuda::__attribute__(), CAHitNtupletGeneratorKernels< TTraits >::allocateOnGPU(), and cms::cuda::OneToManyAssoc< hindex_type, S+1, 5 *S >::initStorage().
int32_t cms::cuda::OneToManyAssocView< Assoc >::contentSize = -1 |
Definition at line 31 of file OneToManyAssoc.h.
Referenced by cms::cuda::OneToManyAssoc< hindex_type, S+1, 5 *S >::initStorage().
index_type* cms::cuda::OneToManyAssocView< Assoc >::contentStorage = nullptr |
Definition at line 29 of file OneToManyAssoc.h.
Referenced by cms::cuda::OneToManyAssoc< hindex_type, S+1, 5 *S >::initStorage().
int32_t cms::cuda::OneToManyAssocView< Assoc >::offSize = -1 |
Definition at line 30 of file OneToManyAssoc.h.
Referenced by CAHitNtupletGeneratorKernels< TTraits >::allocateOnGPU(), and cms::cuda::OneToManyAssoc< hindex_type, S+1, 5 *S >::initStorage().
Counter* cms::cuda::OneToManyAssocView< Assoc >::offStorage = nullptr |
Definition at line 28 of file OneToManyAssoc.h.
Referenced by CAHitNtupletGeneratorKernels< TTraits >::allocateOnGPU(), and cms::cuda::OneToManyAssoc< hindex_type, S+1, 5 *S >::initStorage().