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