blitz Version 0.10
TinyVectorIterConst< P_numtype, N_length, N_stride > Class Template Reference

#include <tinyveciter.h>

List of all members.

Public Types

typedef P_numtype T_numtype

Public Member Functions

 TinyVectorIterConst (const TinyVector< T_numtype, N_length > &x)
T_numtype operator[] (int i) const
T_numtype operator() (int i) const
int length (int) const
bool _bz_hasFastAccess () const
T_numtype _bz_fastAccess (int i) const
int _bz_suggestLength () const

Public Attributes

static const int _bz_dynamicLengthCount = 0
static const int _bz_staticLength = 0

Static Public Attributes

static const int _bz_staticLengthCount = 1

Private Attributes

const T_numtype *restrict data_

template<typename P_numtype, int N_length, int N_stride>
class TinyVectorIterConst< P_numtype, N_length, N_stride >


Member Typedef Documentation

template<typename P_numtype, int N_length, int N_stride>
typedef P_numtype TinyVectorIterConst< P_numtype, N_length, N_stride >::T_numtype

Constructor & Destructor Documentation

template<typename P_numtype, int N_length, int N_stride>
TinyVectorIterConst< P_numtype, N_length, N_stride >::TinyVectorIterConst ( const TinyVector< T_numtype, N_length > &  x) [inline, explicit]

Member Function Documentation

template<typename P_numtype, int N_length, int N_stride>
T_numtype TinyVectorIterConst< P_numtype, N_length, N_stride >::_bz_fastAccess ( int  i) const [inline]
template<typename P_numtype, int N_length, int N_stride>
bool TinyVectorIterConst< P_numtype, N_length, N_stride >::_bz_hasFastAccess ( ) const [inline]
template<typename P_numtype, int N_length, int N_stride>
int TinyVectorIterConst< P_numtype, N_length, N_stride >::_bz_suggestLength ( ) const [inline]
template<typename P_numtype, int N_length, int N_stride>
int TinyVectorIterConst< P_numtype, N_length, N_stride >::length ( int  ) const [inline]
template<typename P_numtype, int N_length, int N_stride>
T_numtype TinyVectorIterConst< P_numtype, N_length, N_stride >::operator() ( int  i) const [inline]
template<typename P_numtype, int N_length, int N_stride>
T_numtype TinyVectorIterConst< P_numtype, N_length, N_stride >::operator[] ( int  i) const [inline]

Member Data Documentation

template<typename P_numtype, int N_length, int N_stride>
const int TinyVectorIterConst< P_numtype, N_length, N_stride >::_bz_dynamicLengthCount = 0
template<typename P_numtype, int N_length, int N_stride>
const int TinyVectorIterConst< P_numtype, N_length, N_stride >::_bz_staticLength = 0
template<typename P_numtype, int N_length, int N_stride>
const int TinyVectorIterConst< P_numtype, N_length, N_stride >::_bz_staticLengthCount = 1 [static]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines