#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.
int32_t cms::cuda::OneToManyAssocView< Assoc >::contentSize = -1 |
Definition at line 31 of file OneToManyAssoc.h.
index_type* cms::cuda::OneToManyAssocView< Assoc >::contentStorage = nullptr |
Definition at line 29 of file OneToManyAssoc.h.
int32_t cms::cuda::OneToManyAssocView< Assoc >::offSize = -1 |
Definition at line 30 of file OneToManyAssoc.h.
Counter* cms::cuda::OneToManyAssocView< Assoc >::offStorage = nullptr |
Definition at line 28 of file OneToManyAssoc.h.