class iterator
Defined at line 1328 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
Public Methods
void iterator ()
Defined at line 1339 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
void iterator (const iterator & )
Defined at line 1340 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
iterator & operator= (const iterator & )
Defined at line 1341 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
void iterator (BaseIt it)
Defined at line 1342 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
reference operator* ()
Defined at line 1344 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
pointer operator-> ()
Defined at line 1347 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
iterator & operator++ ()
Defined at line 1351 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
iterator operator++ (int )
Defined at line 1355 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
const_iterator operator const_iterator ()
Allow implicit conversion to const_iterator.
Defined at line 1362 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
Friends
class Map
bool iterator (const iterator & a, const iterator & b)
bool iterator (const iterator & aconst iterator & b)