#include <container_classes.h>
Inherits basic_pntr< T, d, ALLOC, lgBC >< T, d, ALLOC, lgBC >.
Inheritance diagram for pntr< T, d, ALLOC, 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 | 
Definition at line 129 of file container_classes.h.
| pntr< T, d, ALLOC, lgBC >::pntr | ( | T * | p0 | ) |  [inline] | 
        
Definition at line 133 of file container_classes.h.
| pntr< T, d, ALLOC, lgBC >::pntr | ( | T * | p0, | |
| T * | p1, | |||
| T * | p2 | |||
| ) |  [inline] | 
        
Definition at line 134 of file container_classes.h.
Definition at line 135 of file container_classes.h.
| const pntr pntr< T, d, ALLOC, lgBC >::operator+ | ( | const ptrdiff_t | n | ) |  const [inline] | 
        
Definition at line 143 of file container_classes.h.
| const pntr pntr< T, d, ALLOC, lgBC >::operator++ | ( | int | ) |  [inline] | 
        
Definition at line 139 of file container_classes.h.
| 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:

| 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.
| const pntr pntr< T, d, ALLOC, lgBC >::operator- | ( | const ptrdiff_t | n | ) |  const [inline] | 
        
Definition at line 144 of file container_classes.h.
| const pntr pntr< T, d, ALLOC, lgBC >::operator-- | ( | int | ) |  [inline] | 
        
Definition at line 141 of file container_classes.h.
| 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:

 1.4.7