![]() |
Project
|
#include <Utils.h>
Public Types | |
| using | value_type = T |
| using | ptr = T * |
| using | ref = T & |
Public Member Functions | |
| GPUd () gpuSpan() | |
| GPUd () gpuSpan(ptr data | |
| unsigned int | _size (dim) |
| GPUd () ref operator[](unsigned int idx) const | |
| GPUd () unsigned int size() const | |
| GPUd () bool empty() const | |
| GPUd () ref front() const | |
| GPUd () ref back() const | |
| GPUd () ptr begin() const | |
| GPUd () ptr end() const | |
Public Attributes | |
| unsigned int | dim: _data(data) |
Protected Attributes | |
| ptr | _data |
| unsigned int | _size |
| using o2::its::gpu::gpuSpan< T >::ptr = T* |
| using o2::its::gpu::gpuSpan< T >::ref = T& |
| using o2::its::gpu::gpuSpan< T >::value_type = T |
|
inline |
|
inline |
|
inline |
| o2::its::gpu::gpuSpan< T >::GPUd | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
| unsigned int o2::its::gpu::gpuSpan< T >::dim |