1 #ifndef BZ_POINTERSTACK_H
2 #define BZ_POINTERSTACK_H
9 template<
typename P_numtype,
int N_rank>
16 for (
int i=0;
i<N_rank; ++
i)
_bz_global blitz::IndexPlaceholder< 0 > i
Definition: indexexpr.h:256
Definition: array-impl.h:66
P_numtype T_numtype
Definition: constpointerstack.h:12
const T_numtype *& operator[](int position)
Definition: constpointerstack.h:20
const T_numtype * stack_[N_rank]
Definition: constpointerstack.h:26
Definition: constpointerstack.h:10
void operator=(const ConstPointerStack< P_numtype, N_rank > &rhs)
Definition: constpointerstack.h:14