
| Public Member Functions | |
| value_type &DINLINE | operator * () const | 
| value_type *DINLINE | operator-> () const | 
| void DINLINE | operator++ () | 
| bool DINLINE | operator== (const iterator &o) const | 
| bug: iterators of different base may be equal | |
| bool DINLINE | operator!= (const iterator &o) const | 
| iterator (linmap< key_type, data_type > *p, size_t s) | |
| iterator () | |
| Private Attributes | |
| size_t | pos | 
| linmap< key_type, data_type > * | parent | 
Definition at line 85 of file linmap.cpp.
| 
 | ||||||||||||||||
| 
 Definition at line 111 of file linmap.cpp. References bracz::linmap< key, value >::iterator::parent, and bracz::linmap< key, value >::iterator::pos. | 
| 
 | |||||||||
| 
 Definition at line 115 of file linmap.cpp. References bracz::linmap< key, value >::iterator::parent, and bracz::linmap< key, value >::iterator::pos. | 
| 
 | |||||||||
| 
 Definition at line 90 of file linmap.cpp. References bracz::linmap< key, value >::data, bracz::linmap< key, value >::iterator::parent, and bracz::linmap< key, value >::iterator::pos. | 
| 
 | ||||||||||
| 
 Definition at line 107 of file linmap.cpp. References bracz::linmap< key, value >::iterator::pos. | 
| 
 | |||||||||
| 
 Definition at line 98 of file linmap.cpp. References bracz::linmap< key, value >::iterator::pos. | 
| 
 | |||||||||
| 
 Definition at line 94 of file linmap.cpp. References bracz::linmap< key, value >::data, bracz::linmap< key, value >::iterator::parent, and bracz::linmap< key, value >::iterator::pos. | 
| 
 | ||||||||||
| bug: iterators of different base may be equal 
 Definition at line 103 of file linmap.cpp. References bracz::linmap< key, value >::iterator::pos. | 
| 
 | |||||
| 
 Definition at line 88 of file linmap.cpp. Referenced by bracz::linmap< key, value >::iterator::iterator(), bracz::linmap< key, value >::iterator::operator *(), and bracz::linmap< key, value >::iterator::operator->(). | 
| 
 | |||||
 1.4.4
 1.4.4