TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::presence::v1::LocalizedStringMap Class Reference

#include <presence_types.pb.h>

+ Inheritance diagram for bgs::protocol::presence::v1::LocalizedStringMap:

Public Member Functions

 LocalizedStringMap ()
 
virtual ~LocalizedStringMap ()
 
 LocalizedStringMap (const LocalizedStringMap &from)
 
LocalizedStringMapoperator= (const LocalizedStringMap &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LocalizedStringMap *other)
 
LocalizedStringMapNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_default_string () const
 
void clear_default_string ()
 
const ::std::string & default_string () const
 
void set_default_string (const ::std::string &value)
 
void set_default_string (const char *value)
 
void set_default_string (const char *value, size_t size)
 
inline ::std::string * mutable_default_string ()
 
inline ::std::string * release_default_string ()
 
void set_allocated_default_string (::std::string *default_string)
 
int localized_entry_size () const
 
void clear_localized_entry ()
 
const ::bgs::protocol::presence::v1::LocalizedStringMapEntrylocalized_entry (int index) const
 
inline ::bgs::protocol::presence::v1::LocalizedStringMapEntrymutable_localized_entry (int index)
 
inline ::bgs::protocol::presence::v1::LocalizedStringMapEntryadd_localized_entry ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::LocalizedStringMapEntry > & localized_entry () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::LocalizedStringMapEntry > * mutable_localized_entry ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const LocalizedStringMapdefault_instance ()
 

Static Public Attributes

static const int kDefaultStringFieldNumber = 1
 
static const int kLocalizedEntryFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_default_string ()
 
void clear_has_default_string ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * default_string_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::LocalizedStringMapEntrylocalized_entry_
 

Static Private Attributes

static LocalizedStringMapdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_presence_5ftypes_2eproto ()
 
void protobuf_AssignDesc_presence_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_presence_5ftypes_2eproto ()
 

Detailed Description

Definition at line 703 of file presence_types.pb.h.

Constructor & Destructor Documentation

◆ LocalizedStringMap() [1/2]

bgs::protocol::presence::v1::LocalizedStringMap::LocalizedStringMap ( )

◆ ~LocalizedStringMap()

virtual bgs::protocol::presence::v1::LocalizedStringMap::~LocalizedStringMap ( )
virtual

◆ LocalizedStringMap() [2/2]

bgs::protocol::presence::v1::LocalizedStringMap::LocalizedStringMap ( const LocalizedStringMap from)

Member Function Documentation

◆ add_localized_entry()

bgs::protocol::presence::v1::LocalizedStringMapEntry * bgs::protocol::presence::v1::LocalizedStringMap::add_localized_entry ( )
inline

Definition at line 1747 of file presence_types.pb.h.

◆ clear_default_string()

void bgs::protocol::presence::v1::LocalizedStringMap::clear_default_string ( )
inline

Definition at line 1666 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ clear_has_default_string()

void bgs::protocol::presence::v1::LocalizedStringMap::clear_has_default_string ( )
inlineprivate

Definition at line 1663 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_localized_entry()

void bgs::protocol::presence::v1::LocalizedStringMap::clear_localized_entry ( )
inline

Definition at line 1736 of file presence_types.pb.h.

◆ default_instance()

static const LocalizedStringMap & bgs::protocol::presence::v1::LocalizedStringMap::default_instance ( )
static

◆ default_string()

const ::std::string & bgs::protocol::presence::v1::LocalizedStringMap::default_string ( ) const
inline

Definition at line 1672 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::presence::v1::LocalizedStringMap::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::presence::v1::LocalizedStringMap::GetCachedSize ( ) const
inline

Definition at line 731 of file presence_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::presence::v1::LocalizedStringMap::GetMetadata ( ) const

◆ has_default_string()

bool bgs::protocol::presence::v1::LocalizedStringMap::has_default_string ( ) const
inline

Definition at line 1657 of file presence_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::presence::v1::LocalizedStringMap::InitAsDefaultInstance ( )
private

◆ localized_entry() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::presence::v1::LocalizedStringMapEntry > & bgs::protocol::presence::v1::LocalizedStringMap::localized_entry ( ) const
inline

Definition at line 1752 of file presence_types.pb.h.

◆ localized_entry() [2/2]

const ::bgs::protocol::presence::v1::LocalizedStringMapEntry & bgs::protocol::presence::v1::LocalizedStringMap::localized_entry ( int  index) const
inline

Definition at line 1739 of file presence_types.pb.h.

◆ localized_entry_size()

int bgs::protocol::presence::v1::LocalizedStringMap::localized_entry_size ( ) const
inline

Definition at line 1733 of file presence_types.pb.h.

◆ mutable_default_string()

std::string * bgs::protocol::presence::v1::LocalizedStringMap::mutable_default_string ( )
inline

Definition at line 1700 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_localized_entry() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::presence::v1::LocalizedStringMapEntry > * bgs::protocol::presence::v1::LocalizedStringMap::mutable_localized_entry ( )
inline

Definition at line 1757 of file presence_types.pb.h.

◆ mutable_localized_entry() [2/2]

bgs::protocol::presence::v1::LocalizedStringMapEntry * bgs::protocol::presence::v1::LocalizedStringMap::mutable_localized_entry ( int  index)
inline

Definition at line 1743 of file presence_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::presence::v1::LocalizedStringMap::mutable_unknown_fields ( )
inline

Definition at line 719 of file presence_types.pb.h.

◆ New()

LocalizedStringMap * bgs::protocol::presence::v1::LocalizedStringMap::New ( ) const

◆ operator=()

LocalizedStringMap & bgs::protocol::presence::v1::LocalizedStringMap::operator= ( const LocalizedStringMap from)
inline

Definition at line 710 of file presence_types.pb.h.

◆ release_default_string()

std::string * bgs::protocol::presence::v1::LocalizedStringMap::release_default_string ( )
inline

Definition at line 1708 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_default_string()

void bgs::protocol::presence::v1::LocalizedStringMap::set_allocated_default_string ( ::std::string *  default_string)
inline

Definition at line 1718 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_default_string() [1/3]

void bgs::protocol::presence::v1::LocalizedStringMap::set_default_string ( const ::std::string &  value)
inline

Definition at line 1676 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_default_string() [2/3]

void bgs::protocol::presence::v1::LocalizedStringMap::set_default_string ( const char *  value)
inline

Definition at line 1684 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_default_string() [3/3]

void bgs::protocol::presence::v1::LocalizedStringMap::set_default_string ( const char *  value,
size_t  size 
)
inline

Definition at line 1692 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_default_string()

void bgs::protocol::presence::v1::LocalizedStringMap::set_has_default_string ( )
inlineprivate

Definition at line 1660 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::presence::v1::LocalizedStringMap::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::presence::v1::LocalizedStringMap::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::presence::v1::LocalizedStringMap::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::presence::v1::LocalizedStringMap::Swap ( LocalizedStringMap other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::presence::v1::LocalizedStringMap::unknown_fields ( ) const
inline

Definition at line 715 of file presence_types.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_presence_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_presence_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_presence_5ftypes_2eproto

void protobuf_AssignDesc_presence_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_presence_5ftypes_2eproto

void protobuf_ShutdownFile_presence_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::presence::v1::LocalizedStringMap::_cached_size_
mutableprivate

Definition at line 775 of file presence_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::presence::v1::LocalizedStringMap::_has_bits_[1]
private

Definition at line 774 of file presence_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::presence::v1::LocalizedStringMap::_unknown_fields_
private

Definition at line 772 of file presence_types.pb.h.

◆ default_instance_

LocalizedStringMap* bgs::protocol::presence::v1::LocalizedStringMap::default_instance_
staticprivate

Definition at line 783 of file presence_types.pb.h.

◆ default_string_

::std::string* bgs::protocol::presence::v1::LocalizedStringMap::default_string_
private

Definition at line 776 of file presence_types.pb.h.

◆ kDefaultStringFieldNumber

const int bgs::protocol::presence::v1::LocalizedStringMap::kDefaultStringFieldNumber = 1
static

Definition at line 746 of file presence_types.pb.h.

◆ kLocalizedEntryFieldNumber

const int bgs::protocol::presence::v1::LocalizedStringMap::kLocalizedEntryFieldNumber = 2
static

Definition at line 758 of file presence_types.pb.h.

◆ localized_entry_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::LocalizedStringMapEntry > bgs::protocol::presence::v1::LocalizedStringMap::localized_entry_
private

Definition at line 777 of file presence_types.pb.h.


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