pntr - interface class to replace normal pointers More...
#include <container_classes.h>
Inherits basic_pntr< T, lgBC >.
Public Member Functions | |
| pntr (T *p0) | |
| pntr (T *p0, T *p1, T *p2) | |
| pntr () | |
| pntr & | operator++ () | 
| const pntr | operator++ (int) | 
| pntr & | operator-- () | 
| 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 | 
pntr - interface class to replace normal pointers
Definition at line 140 of file container_classes.h.
Definition at line 144 of file container_classes.h.
Definition at line 145 of file container_classes.h.
Definition at line 146 of file container_classes.h.
| const pntr pntr< T, lgBC >::operator+ | ( | const ptrdiff_t | n | ) |  const [inline] | 
        
Definition at line 154 of file container_classes.h.
Definition at line 150 of file container_classes.h.
Reimplemented from basic_pntr< T, lgBC >.
Definition at line 149 of file container_classes.h.
| ptrdiff_t pntr< T, lgBC >::operator- | ( | const pntr< T, lgBC > & | t | ) |  const [inline] | 
        
Definition at line 156 of file container_classes.h.
| const pntr pntr< T, lgBC >::operator- | ( | const ptrdiff_t | n | ) |  const [inline] | 
        
Definition at line 155 of file container_classes.h.
Definition at line 152 of file container_classes.h.
Reimplemented from basic_pntr< T, lgBC >.
Definition at line 151 of file container_classes.h.
 1.6.1