blitz  Version 1.0.2
blitz::ConstPointerStack< P_numtype, N_rank > Class Template Reference

#include <constpointerstack.h>

Inheritance diagram for blitz::ConstPointerStack< P_numtype, N_rank >:
Inheritance graph
Collaboration diagram for blitz::ConstPointerStack< P_numtype, N_rank >:
Collaboration graph

Public Types

typedef P_numtype T_numtype
 

Public Member Functions

void operator= (const ConstPointerStack< P_numtype, N_rank > &rhs)
 
const T_numtype *& operator[] (int position)
 

Private Attributes

const T_numtypestack_ [N_rank]
 

Member Typedef Documentation

template<typename P_numtype, int N_rank>
typedef P_numtype blitz::ConstPointerStack< P_numtype, N_rank >::T_numtype

Member Function Documentation

template<typename P_numtype, int N_rank>
void blitz::ConstPointerStack< P_numtype, N_rank >::operator= ( const ConstPointerStack< P_numtype, N_rank > &  rhs)
inline
template<typename P_numtype, int N_rank>
const T_numtype*& blitz::ConstPointerStack< P_numtype, N_rank >::operator[] ( int  position)
inline

Member Data Documentation

template<typename P_numtype, int N_rank>
const T_numtype* blitz::ConstPointerStack< P_numtype, N_rank >::stack_[N_rank]
private

The documentation for this class was generated from the following file: