blitz Version 1.0.2
Loading...
Searching...
No Matches
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

◆ T_numtype

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

Member Function Documentation

◆ operator=()

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

◆ operator[]()

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

Member Data Documentation

◆ stack_

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: