template<typename ScalarT, unsigned int DataBlockSize = 64>
struct DataBlock< ScalarT, DataBlockSize >
Definition at line 16 of file DataBlock.cuh.
|
typedef ScalarT | scalarType |
|
typedef ScalarT | value_type |
|
|
__device__ __host__ | DataBlock (const DataBlock &other) |
|
__device__ __host__ DataBlock & | operator= (const DataBlock &other) |
|
__device__ __host__ DataBlock & | operator= (ScalarT v) |
|
__device__ __host__ ScalarT & | operator[] (unsigned int i) |
|
__device__ __host__ const ScalarT & | operator[] (unsigned int i) const |
|
|
static const unsigned int | EXISTBIT = 0 |
|
static const unsigned int | size = DataBlockSize |
|
The documentation for this struct was generated from the following file: