class iterator

Defined at line 1409 of file ../../third_party/protobuf/src/google/protobuf/map.h

Public Methods

void iterator ()

Defined at line 1419 of file ../../third_party/protobuf/src/google/protobuf/map.h

void iterator (const iterator & )

Defined at line 1420 of file ../../third_party/protobuf/src/google/protobuf/map.h

iterator & operator= (const iterator & )

Defined at line 1421 of file ../../third_party/protobuf/src/google/protobuf/map.h

void iterator (BaseIt it)

Defined at line 1422 of file ../../third_party/protobuf/src/google/protobuf/map.h

reference operator* ()

Defined at line 1424 of file ../../third_party/protobuf/src/google/protobuf/map.h

pointer operator-> ()

Defined at line 1425 of file ../../third_party/protobuf/src/google/protobuf/map.h

iterator & operator++ ()

Defined at line 1427 of file ../../third_party/protobuf/src/google/protobuf/map.h

iterator operator++ (int )

Defined at line 1431 of file ../../third_party/protobuf/src/google/protobuf/map.h

const_iterator operator const_iterator ()

Allow implicit conversion to const_iterator.

Defined at line 1438 of file ../../third_party/protobuf/src/google/protobuf/map.h

Friends

class Map
bool iterator (const iterator & a, const iterator & b)
bool iterator (const iterator & aconst iterator & b)