pntr< T, lgBC > Class Template Reference

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

#include <container_classes.h>

Inherits basic_pntr< T, lgBC >.

Collaboration diagram for pntr< T, lgBC >:
[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, bool lgBC>
class pntr< T, lgBC >

pntr - interface class to replace normal pointers

Definition at line 140 of file container_classes.h.


Constructor & Destructor Documentation

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

Definition at line 144 of file container_classes.h.

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

Definition at line 145 of file container_classes.h.

template<class T, bool lgBC>
pntr< T, lgBC >::pntr (  )  [inline]

Definition at line 146 of file container_classes.h.


Member Function Documentation

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

Definition at line 154 of file container_classes.h.

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

Definition at line 150 of file container_classes.h.

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

Reimplemented from basic_pntr< T, lgBC >.

Definition at line 149 of file container_classes.h.

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

Definition at line 156 of file container_classes.h.

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

Definition at line 155 of file container_classes.h.

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

Definition at line 152 of file container_classes.h.

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

Reimplemented from basic_pntr< T, lgBC >.

Definition at line 151 of file container_classes.h.


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

Generated on 15 Nov 2012 for cloudy by  doxygen 1.6.1