Implementation of ArrayNDInfo.
More...
Implementation of ArrayNDInfo.
<>
◆ ArrayNDInfoImpl() [1/3]
ArrayNDInfoImpl::ArrayNDInfoImpl |
( |
int |
ndim | ) |
|
◆ ArrayNDInfoImpl() [2/3]
ArrayNDInfoImpl::ArrayNDInfoImpl |
( |
const ArrayNDInfo & |
| ) |
|
◆ ArrayNDInfoImpl() [3/3]
◆ ~ArrayNDInfoImpl()
ArrayNDInfoImpl::~ArrayNDInfoImpl |
( |
| ) |
|
◆ clone()
◆ create() [1/2]
template<class T >
ArrayNDInfo * ArrayNDInfoImpl::create |
( |
const T * |
sizes, |
|
|
int |
sz |
|
) |
| |
|
inlinestatic |
◆ create() [2/2]
static ArrayNDInfo* ArrayNDInfoImpl::create |
( |
int |
ndim | ) |
|
|
static |
◆ getNDim()
int ArrayNDInfoImpl::getNDim |
( |
| ) |
const |
|
overridevirtual |
◆ getSize()
int ArrayNDInfoImpl::getSize |
( |
int |
dim | ) |
const |
|
overridevirtual |
◆ getTotalSz()
std::uint64_t ArrayNDInfoImpl::getTotalSz |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isOK()
bool ArrayNDInfoImpl::isOK |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ setSize()
bool ArrayNDInfoImpl::setSize |
( |
int |
dim, |
|
|
int |
nsz |
|
) |
| |
|
overridevirtual |
◆ cachedtotalsz_
std::uint64_t ArrayNDInfoImpl::cachedtotalsz_ |
|
protected |
◆ dimsz_
int* ArrayNDInfoImpl::dimsz_ |
|
protected |
◆ ndim_
int ArrayNDInfoImpl::ndim_ |
|
protected |