cloudy  trunk
Public Member Functions
const_pntr< T, d, ALLOC, lgBC > Class Template Reference

const_pntr - same as pntr, except that it replaces const pointers rather than normal pointers More...

#include <container_classes.h>

Inheritance diagram for const_pntr< T, d, ALLOC, lgBC >:
Inheritance graph
[legend]
Collaboration diagram for const_pntr< T, d, ALLOC, lgBC >:
Collaboration graph
[legend]

Public Member Functions

 const_pntr (T *p0)
 const_pntr (T *p0, T *p1, T *p2)
 const_pntr ()
 const_pntr (const pntr< T, d, ALLOC, lgBC > &t)
const_pntroperator++ ()
const const_pntr operator++ (int)
const_pntroperator-- ()
const const_pntr operator-- (int)
const_pntroperator+= (const ptrdiff_t n)
const_pntroperator-= (const ptrdiff_t n)
const T & operator* () const
const T * operator-> () const
const T & operator[] (const ptrdiff_t n) const
const const_pntr operator+ (const ptrdiff_t n) const
const const_pntr operator- (const ptrdiff_t n) const
ptrdiff_t operator- (const const_pntr &t) const

Detailed Description

template<class T, int d, mem_layout ALLOC, bool lgBC>
class const_pntr< T, d, ALLOC, lgBC >

const_pntr - same as pntr, except that it replaces const pointers rather than normal pointers

Definition at line 159 of file container_classes.h.


Constructor & Destructor Documentation

template<class T, int d, mem_layout ALLOC, bool lgBC>
const_pntr< T, d, ALLOC, lgBC >::const_pntr ( T *  p0) [inline]

Definition at line 163 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const_pntr< T, d, ALLOC, lgBC >::const_pntr ( T *  p0,
T *  p1,
T *  p2 
) [inline]

Definition at line 164 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const_pntr< T, d, ALLOC, lgBC >::const_pntr ( ) [inline]

Definition at line 165 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const_pntr< T, d, ALLOC, lgBC >::const_pntr ( const pntr< T, d, ALLOC, lgBC > &  t) [inline]

Definition at line 167 of file container_classes.h.


Member Function Documentation

template<class T, int d, mem_layout ALLOC, bool lgBC>
const T& const_pntr< T, d, ALLOC, lgBC >::operator* ( ) const [inline]

Reimplemented from basic_pntr< T, d, ALLOC, lgBC >.

Definition at line 183 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const const_pntr const_pntr< T, d, ALLOC, lgBC >::operator+ ( const ptrdiff_t  n) const [inline]

Definition at line 190 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const_pntr& const_pntr< T, d, ALLOC, lgBC >::operator++ ( ) [inline]

Reimplemented from basic_pntr< T, d, ALLOC, lgBC >.

Definition at line 170 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const const_pntr const_pntr< T, d, ALLOC, lgBC >::operator++ ( int  ) [inline]

Definition at line 171 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const_pntr& const_pntr< T, d, ALLOC, lgBC >::operator+= ( const ptrdiff_t  n) [inline]

Reimplemented from basic_pntr< T, d, ALLOC, lgBC >.

Definition at line 174 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const const_pntr const_pntr< T, d, ALLOC, lgBC >::operator- ( const ptrdiff_t  n) const [inline]

Definition at line 191 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
ptrdiff_t const_pntr< T, d, ALLOC, lgBC >::operator- ( const const_pntr< T, d, ALLOC, lgBC > &  t) const [inline]

Definition at line 192 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const_pntr& const_pntr< T, d, ALLOC, lgBC >::operator-- ( ) [inline]

Reimplemented from basic_pntr< T, d, ALLOC, lgBC >.

Definition at line 172 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const const_pntr const_pntr< T, d, ALLOC, lgBC >::operator-- ( int  ) [inline]

Definition at line 173 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const_pntr& const_pntr< T, d, ALLOC, lgBC >::operator-= ( const ptrdiff_t  n) [inline]

Reimplemented from basic_pntr< T, d, ALLOC, lgBC >.

Definition at line 178 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const T* const_pntr< T, d, ALLOC, lgBC >::operator-> ( ) const [inline]

Reimplemented from basic_pntr< T, d, ALLOC, lgBC >.

Definition at line 184 of file container_classes.h.

template<class T, int d, mem_layout ALLOC, bool lgBC>
const T& const_pntr< T, d, ALLOC, lgBC >::operator[] ( const ptrdiff_t  n) const [inline]

Reimplemented from basic_pntr< T, d, ALLOC, lgBC >.

Definition at line 185 of file container_classes.h.


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

Generated for cloudy by doxygen 1.7.6.1