webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
google::protobuf::MapPair< Key, T > Class Template Reference

#include <map.h>

Public Types

typedef const Key first_type
 
typedef T second_type
 

Public Member Functions

 MapPair (const Key &other_first, const T &other_second)
 
 MapPair (const Key &other_first)
 
 MapPair (const MapPair &other)
 
 ~MapPair ()
 
template<typename T1 , typename T2 >
 operator std::pair< T1, T2 > () const
 

Public Attributes

const Key first
 
T second
 

Friends

class ::google::protobuf::Arena
 
class Map< Key, T >
 

Member Typedef Documentation

◆ first_type

template<typename Key , typename T >
typedef const Key google::protobuf::MapPair< Key, T >::first_type

◆ second_type

template<typename Key , typename T >
typedef T google::protobuf::MapPair< Key, T >::second_type

Constructor & Destructor Documentation

◆ MapPair() [1/3]

template<typename Key , typename T >
google::protobuf::MapPair< Key, T >::MapPair ( const Key other_first,
const T other_second 
)
inline

◆ MapPair() [2/3]

template<typename Key , typename T >
google::protobuf::MapPair< Key, T >::MapPair ( const Key other_first)
inlineexplicit

◆ MapPair() [3/3]

template<typename Key , typename T >
google::protobuf::MapPair< Key, T >::MapPair ( const MapPair< Key, T > &  other)
inline

◆ ~MapPair()

template<typename Key , typename T >
google::protobuf::MapPair< Key, T >::~MapPair ( )
inline

Member Function Documentation

◆ operator std::pair< T1, T2 >()

template<typename Key , typename T >
template<typename T1 , typename T2 >
google::protobuf::MapPair< Key, T >::operator std::pair< T1, T2 > ( ) const
inline

Friends And Related Function Documentation

◆ ::google::protobuf::Arena

template<typename Key , typename T >
friend class ::google::protobuf::Arena
friend

◆ Map< Key, T >

template<typename Key , typename T >
friend class Map< Key, T >
friend

Member Data Documentation

◆ first

template<typename Key , typename T >
const Key google::protobuf::MapPair< Key, T >::first

◆ second

template<typename Key , typename T >
T google::protobuf::MapPair< Key, T >::second

The documentation for this class was generated from the following file: