pntr< T, d, ALLOC, lgBC > Class Template Reference

pntr - interface class to replace normal pointers More...

#include <container_classes.h>

Inherits basic_pntr< T, d, ALLOC, lgBC >< T, d, ALLOC, lgBC >.

Inheritance diagram for pntr< T, d, ALLOC, lgBC >:

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

Collaboration graph
[legend]

Public Member Functions

 pntr (T *p0)
 pntr (T *p0, T *p1, T *p2)
 pntr ()
pntroperator++ ()
const pntr operator++ (int)
pntroperator-- ()
const pntr operator-- (int)
const pntr operator+ (const ptrdiff_t n) const
const pntr operator- (const ptrdiff_t n) const
ptrdiff_t operator- (const pntr &t) const

Detailed Description

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

pntr - interface class to replace normal pointers

Definition at line 129 of file container_classes.h.


Constructor & Destructor Documentation

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

Definition at line 133 of file container_classes.h.

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

Definition at line 134 of file container_classes.h.

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

Definition at line 135 of file container_classes.h.


Member Function Documentation

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

Definition at line 143 of file container_classes.h.

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

Definition at line 139 of file container_classes.h.

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

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

Definition at line 138 of file container_classes.h.

References basic_pntr< T, d, ALLOC, lgBC >::operator++().

Here is the call graph for this function:

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

Definition at line 145 of file container_classes.h.

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

Definition at line 144 of file container_classes.h.

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

Definition at line 141 of file container_classes.h.

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

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

Definition at line 140 of file container_classes.h.

References basic_pntr< T, d, ALLOC, lgBC >::operator--().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Mon Feb 16 12:14:26 2009 for cloudy by  doxygen 1.4.7