| 
    Pico-Arduino
    
   | 
 
Iterator for the Vector class. More...
#include <Vector.h>
Public Member Functions | |
| iterator (const iterator ©From) | |
| iterator (T *parPtr, size_t pos) | |
| T * | getPtr () | 
| bool | operator!= (iterator it) | 
| T & | operator* () | 
| iterator | operator+ (int offset) | 
| iterator | operator++ () | 
| iterator | operator++ (int n) | 
| size_t | operator- (iterator it) | 
| iterator | operator-- () | 
| iterator | operator-- (int n) | 
| bool | operator< (iterator it) | 
| bool | operator<= (iterator it) | 
| bool | operator== (iterator it) | 
| bool | operator> (iterator it) | 
| bool | operator>= (iterator it) | 
| size_t | pos () | 
Protected Attributes | |
| size_t | pos_ | 
| T * | ptr | 
Iterator for the Vector class.
by Phil Schatzmann