Pico-Arduino
Public Member Functions | Protected Attributes | List of all members
Vector< Map::MapEntry< K, V > >::iterator Class Reference

Public Member Functions

 iterator (Map::MapEntry< K, V > *parPtr, size_t pos)
 
 iterator (const iterator &copyFrom)
 
iterator operator++ (int n)
 
iterator operator++ ()
 
iterator operator-- (int n)
 
iterator operator-- ()
 
iterator operator+ (int offset)
 
bool operator== (iterator it)
 
bool operator< (iterator it)
 
bool operator<= (iterator it)
 
bool operator> (iterator it)
 
bool operator>= (iterator it)
 
bool operator!= (iterator it)
 
Map::MapEntry< K, V > & operator* ()
 
Map::MapEntry< K, V > * getPtr ()
 
size_t pos ()
 
size_t operator- (iterator it)
 

Protected Attributes

Map::MapEntry< K, V > * ptr
 
size_t pos_
 

The documentation for this class was generated from the following files: