template <typename storage_type>
struct MapSorterIt
Defined at line 201 of file ../../third_party/protobuf/src/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 203 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
bool operator== (const MapSorterIt<storage_type> & other)
Defined at line 204 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
bool operator!= (const MapSorterIt<storage_type> & other)
Defined at line 205 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
MapSorterIt<storage_type> & operator++ ()
Defined at line 206 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
MapSorterIt<storage_type> operator++ (int )
Defined at line 210 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
MapSorterIt<storage_type> operator+ (int v)
Defined at line 215 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h