webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Friends | List of all members
google::protobuf::MapKey Class Reference

#include <map.h>

Public Member Functions

 MapKey ()
 
 MapKey (const MapKey &other)
 
 ~MapKey ()
 
FieldDescriptor::CppType type () const
 
void SetInt64Value (int64 value)
 
void SetUInt64Value (uint64 value)
 
void SetInt32Value (int32 value)
 
void SetUInt32Value (uint32 value)
 
void SetBoolValue (bool value)
 
void SetStringValue (const string &val)
 
int64 GetInt64Value () const
 
uint64 GetUInt64Value () const
 
int32 GetInt32Value () const
 
uint32 GetUInt32Value () const
 
bool GetBoolValue () const
 
const stringGetStringValue () const
 
bool operator< (const MapKey &other) const
 
bool operator== (const MapKey &other) const
 
void CopyFrom (const MapKey &other)
 

Friends

template<typename K , typename V >
class internal::TypeDefinedMapFieldBase
 
class MapIterator
 
class internal::DynamicMapField
 

Constructor & Destructor Documentation

◆ MapKey() [1/2]

google::protobuf::MapKey::MapKey ( )
inline

◆ MapKey() [2/2]

google::protobuf::MapKey::MapKey ( const MapKey other)
inline

◆ ~MapKey()

google::protobuf::MapKey::~MapKey ( )
inline

Member Function Documentation

◆ CopyFrom()

void google::protobuf::MapKey::CopyFrom ( const MapKey other)
inline

◆ GetBoolValue()

bool google::protobuf::MapKey::GetBoolValue ( ) const
inline

◆ GetInt32Value()

int32 google::protobuf::MapKey::GetInt32Value ( ) const
inline

◆ GetInt64Value()

int64 google::protobuf::MapKey::GetInt64Value ( ) const
inline

◆ GetStringValue()

const string& google::protobuf::MapKey::GetStringValue ( ) const
inline

◆ GetUInt32Value()

uint32 google::protobuf::MapKey::GetUInt32Value ( ) const
inline

◆ GetUInt64Value()

uint64 google::protobuf::MapKey::GetUInt64Value ( ) const
inline

◆ operator<()

bool google::protobuf::MapKey::operator< ( const MapKey other) const
inline

◆ operator==()

bool google::protobuf::MapKey::operator== ( const MapKey other) const
inline

◆ SetBoolValue()

void google::protobuf::MapKey::SetBoolValue ( bool  value)
inline

◆ SetInt32Value()

void google::protobuf::MapKey::SetInt32Value ( int32  value)
inline

◆ SetInt64Value()

void google::protobuf::MapKey::SetInt64Value ( int64  value)
inline

◆ SetStringValue()

void google::protobuf::MapKey::SetStringValue ( const string val)
inline

◆ SetUInt32Value()

void google::protobuf::MapKey::SetUInt32Value ( uint32  value)
inline

◆ SetUInt64Value()

void google::protobuf::MapKey::SetUInt64Value ( uint64  value)
inline

◆ type()

FieldDescriptor::CppType google::protobuf::MapKey::type ( ) const
inline

Friends And Related Function Documentation

◆ internal::DynamicMapField

◆ internal::TypeDefinedMapFieldBase

template<typename K , typename V >
friend class internal::TypeDefinedMapFieldBase
friend

◆ MapIterator

friend class MapIterator
friend

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