cloudy trunk
|
const_pntr - same as pntr, except that it replaces const pointers rather than normal pointers More...
#include <container_classes.h>
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_pntr & | operator++ () |
const const_pntr | operator++ (int) |
const_pntr & | operator-- () |
const const_pntr | operator-- (int) |
const_pntr & | operator+= (const ptrdiff_t n) |
const_pntr & | operator-= (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 |
const_pntr - same as pntr, except that it replaces const pointers rather than normal pointers
Definition at line 159 of file container_classes.h.
const_pntr< T, d, ALLOC, lgBC >::const_pntr | ( | T * | p0 | ) | [inline] |
Definition at line 163 of file container_classes.h.
const_pntr< T, d, ALLOC, lgBC >::const_pntr | ( | T * | p0, |
T * | p1, | ||
T * | p2 | ||
) | [inline] |
Definition at line 164 of file container_classes.h.
const_pntr< T, d, ALLOC, lgBC >::const_pntr | ( | ) | [inline] |
Definition at line 165 of file container_classes.h.
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.
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.
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.
const const_pntr const_pntr< T, d, ALLOC, lgBC >::operator++ | ( | int | ) | [inline] |
Definition at line 171 of file container_classes.h.
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.
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.
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.
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.
const const_pntr const_pntr< T, d, ALLOC, lgBC >::operator-- | ( | int | ) | [inline] |
Definition at line 173 of file container_classes.h.
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.
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.
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.
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.