#include <vecpickiter.h>
Collaboration diagram for VectorPickIterConst< P_numtype >:
Public Types | |
typedef P_numtype | T_numtype |
Public Member Functions | |
VectorPickIterConst (const VectorPick< T_numtype > &x) | |
T_numtype | operator[] (int i) const |
int | length (int) const |
int | _bz_suggestLength () const |
bool | isUnitStride () const |
bool | _bz_hasFastAccess () const |
T_numtype | _bz_fastAccess (int i) const |
Static Public Attributes | |
const int | _bz_staticLengthCount |
Private Attributes | |
const T_numtype *restrict | data_ |
int | dataStride_ |
const int *restrict | index_ |
int | indexStride_ |
int | length_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: 0 _bz_dynamicLengthCount = 1 _bz_staticLength = 0 |
|
|
|
|
|
|
|
|
|
|