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