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

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

#include <container_classes.h>

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>
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.

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>
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>
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>
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.

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.


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