template <typename storage_type>

struct MapSorterIt

Defined at line 190 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

Iterator base for MapSorterFlat and MapSorterPtr.

Public Members

storage_type * ptr

Public Methods

void MapSorterIt<storage_type> (storage_type * ptr)

Defined at line 192 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

bool operator== (const MapSorterIt<storage_type> & other)

Defined at line 193 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

bool operator!= (const MapSorterIt<storage_type> & other)

Defined at line 194 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

MapSorterIt<storage_type> & operator++ ()

Defined at line 195 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

MapSorterIt<storage_type> operator++ (int )

Defined at line 199 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

MapSorterIt<storage_type> operator+ (int v)

Defined at line 204 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h