#include <map.h>
Public Types | |
typedef T | second_type |
Public Member Functions | |
MapPair (const Key &other_first) | |
MapPair (const Key &other_first, const T &other_second) | |
MapPair (const MapPair &other) | |
template<typename T1 , typename T2 > | |
operator std::pair< T1, T2 > () const | |
~MapPair () | |
Public Attributes | |
const Key | first |
const typedef Key | first_type |
T | second |
Friends | |
class | Arena |
class | Map< Key, T > |
typedef T google::protobuf::MapPair< Key, T >::second_type |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
friend |
const Key google::protobuf::MapPair< Key, T >::first |
const typedef Key google::protobuf::MapPair< Key, T >::first_type |
T google::protobuf::MapPair< Key, T >::second |