Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
n_pointer< T, N, ARPA_TYPE, true > Class Template Reference

#include <container_classes.h>

Collaboration diagram for n_pointer< T, N, ARPA_TYPE, true >:

Public Types

typedef n_pointer< T, N-1,
ARPA_TYPE, true > 
value_type
 

Public Member Functions

 n_pointer (T *p, const size_t *st, const tree_vec *v)
 
const value_type operator[] (const size_t i) const
 

Private Attributes

T * p_p
 
const size_t * p_st
 
const tree_vecp_v
 

Member Typedef Documentation

template<class T , int N>
typedef n_pointer<T,N-1,ARPA_TYPE,true> n_pointer< T, N, ARPA_TYPE, true >::value_type

Constructor & Destructor Documentation

template<class T , int N>
n_pointer< T, N, ARPA_TYPE, true >::n_pointer ( T *  p,
const size_t *  st,
const tree_vec v 
)
inline

Member Function Documentation

template<class T , int N>
const value_type n_pointer< T, N, ARPA_TYPE, true >::operator[] ( const size_t  i) const
inline

References NULL, and OUT_OF_RANGE().

Here is the call graph for this function:

Member Data Documentation

template<class T , int N>
T* n_pointer< T, N, ARPA_TYPE, true >::p_p
private
template<class T , int N>
const size_t* n_pointer< T, N, ARPA_TYPE, true >::p_st
private
template<class T , int N>
const tree_vec* n_pointer< T, N, ARPA_TYPE, true >::p_v
private

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