#include <tinyveciter.h>
Collaboration diagram for TinyVectorIter< P_numtype, N_length, N_stride >:
Public Types | |
typedef P_numtype | T_numtype |
Public Member Functions | |
TinyVectorIter (TinyVector< T_numtype, N_length > &x) | |
T_numtype | operator[] (int i) const |
T_numtype &restrict | operator[] (int i) |
T_numtype | operator() (int i) const |
T_numtype &restrict | operator() (int i) |
int | length (int) const |
bool | _bz_hasFastAccess () const |
T_numtype | _bz_fastAccess (int i) const |
T_numtype & | _bz_fastAccess (int i) |
int | _bz_suggestLength () const |
Static Public Attributes | |
const int | _bz_staticLengthCount |
Private Attributes | |
T_numtype *restrict | data_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: 1 _bz_dynamicLengthCount = 0 _bz_staticLength = 0 |
|
|