TrinityCore
bgs::protocol::club::v1::LocalizedTag Class Reference

#include <club_tag.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::LocalizedTag:

Public Member Functions

 LocalizedTag ()
 
virtual ~LocalizedTag ()
 
 LocalizedTag (const LocalizedTag &from)
 
LocalizedTagoperator= (const LocalizedTag &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LocalizedTag *other)
 
LocalizedTagNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_tag_id () const
 
void clear_tag_id ()
 
const ::bgs::protocol::club::v1::TagIdentifiertag_id () const
 
inline ::bgs::protocol::club::v1::TagIdentifiermutable_tag_id ()
 
inline ::bgs::protocol::club::v1::TagIdentifierrelease_tag_id ()
 
void set_allocated_tag_id (::bgs::protocol::club::v1::TagIdentifier *tag_id)
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline ::std::string * mutable_name ()
 
inline ::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_description () const
 
void clear_description ()
 
const ::std::string & description () const
 
void set_description (const ::std::string &value)
 
void set_description (const char *value)
 
void set_description (const char *value, size_t size)
 
inline ::std::string * mutable_description ()
 
inline ::std::string * release_description ()
 
void set_allocated_description (::std::string *description)
 

Static Public Member Functions

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

Static Public Attributes

static const int kTagIdFieldNumber = 1
 
static const int kNameFieldNumber = 2
 
static const int kDescriptionFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_tag_id ()
 
void clear_has_tag_id ()
 
void set_has_name ()
 
void clear_has_name ()
 
void set_has_description ()
 
void clear_has_description ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::club::v1::TagIdentifiertag_id_
 
::std::string * name_
 
::std::string * description_
 

Static Private Attributes

static LocalizedTagdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5ftag_2eproto ()
 
void protobuf_AssignDesc_club_5ftag_2eproto ()
 
void protobuf_ShutdownFile_club_5ftag_2eproto ()
 

Detailed Description

Definition at line 243 of file club_tag.pb.h.

Constructor & Destructor Documentation

◆ LocalizedTag() [1/2]

bgs::protocol::club::v1::LocalizedTag::LocalizedTag ( )

◆ ~LocalizedTag()

virtual bgs::protocol::club::v1::LocalizedTag::~LocalizedTag ( )
virtual

◆ LocalizedTag() [2/2]

bgs::protocol::club::v1::LocalizedTag::LocalizedTag ( const LocalizedTag from)

Member Function Documentation

◆ clear_description()

void bgs::protocol::club::v1::LocalizedTag::clear_description ( )
inline

Definition at line 584 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ clear_has_description()

void bgs::protocol::club::v1::LocalizedTag::clear_has_description ( )
inlineprivate

Definition at line 581 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_name()

void bgs::protocol::club::v1::LocalizedTag::clear_has_name ( )
inlineprivate

Definition at line 505 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_tag_id()

void bgs::protocol::club::v1::LocalizedTag::clear_has_tag_id ( )
inlineprivate

Definition at line 464 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ clear_name()

void bgs::protocol::club::v1::LocalizedTag::clear_name ( )
inline

Definition at line 508 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ clear_tag_id()

void bgs::protocol::club::v1::LocalizedTag::clear_tag_id ( )
inline

Definition at line 467 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const LocalizedTag & bgs::protocol::club::v1::LocalizedTag::default_instance ( )
static

◆ description()

const ::std::string & bgs::protocol::club::v1::LocalizedTag::description ( ) const
inline

Definition at line 590 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::club::v1::LocalizedTag::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::club::v1::LocalizedTag::GetCachedSize ( ) const
inline

Definition at line 271 of file club_tag.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::club::v1::LocalizedTag::GetMetadata ( ) const

◆ has_description()

bool bgs::protocol::club::v1::LocalizedTag::has_description ( ) const
inline

Definition at line 575 of file club_tag.pb.h.

◆ has_name()

bool bgs::protocol::club::v1::LocalizedTag::has_name ( ) const
inline

Definition at line 499 of file club_tag.pb.h.

◆ has_tag_id()

bool bgs::protocol::club::v1::LocalizedTag::has_tag_id ( ) const
inline

Definition at line 458 of file club_tag.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::LocalizedTag::InitAsDefaultInstance ( )
private

◆ mutable_description()

std::string * bgs::protocol::club::v1::LocalizedTag::mutable_description ( )
inline

Definition at line 618 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ mutable_name()

std::string * bgs::protocol::club::v1::LocalizedTag::mutable_name ( )
inline

Definition at line 542 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ mutable_tag_id()

bgs::protocol::club::v1::TagIdentifier * bgs::protocol::club::v1::LocalizedTag::mutable_tag_id ( )
inline

Definition at line 475 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::LocalizedTag::mutable_unknown_fields ( )
inline

Definition at line 259 of file club_tag.pb.h.

◆ name()

const ::std::string & bgs::protocol::club::v1::LocalizedTag::name ( ) const
inline

Definition at line 514 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ New()

LocalizedTag * bgs::protocol::club::v1::LocalizedTag::New ( ) const

◆ operator=()

LocalizedTag & bgs::protocol::club::v1::LocalizedTag::operator= ( const LocalizedTag from)
inline

Definition at line 250 of file club_tag.pb.h.

◆ release_description()

std::string * bgs::protocol::club::v1::LocalizedTag::release_description ( )
inline

Definition at line 626 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ release_name()

std::string * bgs::protocol::club::v1::LocalizedTag::release_name ( )
inline

Definition at line 550 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ release_tag_id()

bgs::protocol::club::v1::TagIdentifier * bgs::protocol::club::v1::LocalizedTag::release_tag_id ( )
inline

Definition at line 481 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_description()

void bgs::protocol::club::v1::LocalizedTag::set_allocated_description ( ::std::string *  description)
inline

Definition at line 636 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_name()

void bgs::protocol::club::v1::LocalizedTag::set_allocated_name ( ::std::string *  name)
inline

Definition at line 560 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_tag_id()

void bgs::protocol::club::v1::LocalizedTag::set_allocated_tag_id ( ::bgs::protocol::club::v1::TagIdentifier tag_id)
inline

Definition at line 487 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_description() [1/3]

void bgs::protocol::club::v1::LocalizedTag::set_description ( const ::std::string &  value)
inline

Definition at line 594 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_description() [2/3]

void bgs::protocol::club::v1::LocalizedTag::set_description ( const char *  value)
inline

Definition at line 602 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_description() [3/3]

void bgs::protocol::club::v1::LocalizedTag::set_description ( const char *  value,
size_t  size 
)
inline

Definition at line 610 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_has_description()

void bgs::protocol::club::v1::LocalizedTag::set_has_description ( )
inlineprivate

Definition at line 578 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ set_has_name()

void bgs::protocol::club::v1::LocalizedTag::set_has_name ( )
inlineprivate

Definition at line 502 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ set_has_tag_id()

void bgs::protocol::club::v1::LocalizedTag::set_has_tag_id ( )
inlineprivate

Definition at line 461 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ set_name() [1/3]

void bgs::protocol::club::v1::LocalizedTag::set_name ( const ::std::string &  value)
inline

Definition at line 518 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_name() [2/3]

void bgs::protocol::club::v1::LocalizedTag::set_name ( const char *  value)
inline

Definition at line 526 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_name() [3/3]

void bgs::protocol::club::v1::LocalizedTag::set_name ( const char *  value,
size_t  size 
)
inline

Definition at line 534 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::club::v1::LocalizedTag::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::club::v1::LocalizedTag::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::LocalizedTag::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::club::v1::LocalizedTag::Swap ( LocalizedTag other)

◆ tag_id()

const ::bgs::protocol::club::v1::TagIdentifier & bgs::protocol::club::v1::LocalizedTag::tag_id ( ) const
inline

Definition at line 471 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::club::v1::LocalizedTag::unknown_fields ( ) const
inline

Definition at line 255 of file club_tag.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5ftag_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5ftag_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5ftag_2eproto

void protobuf_AssignDesc_club_5ftag_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5ftag_2eproto

void protobuf_ShutdownFile_club_5ftag_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::LocalizedTag::_cached_size_
mutableprivate

Definition at line 328 of file club_tag.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::club::v1::LocalizedTag::_has_bits_[1]
private

Definition at line 327 of file club_tag.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::LocalizedTag::_unknown_fields_
private

Definition at line 325 of file club_tag.pb.h.

◆ default_instance_

LocalizedTag* bgs::protocol::club::v1::LocalizedTag::default_instance_
staticprivate

Definition at line 337 of file club_tag.pb.h.

◆ description_

::std::string* bgs::protocol::club::v1::LocalizedTag::description_
private

Definition at line 331 of file club_tag.pb.h.

◆ kDescriptionFieldNumber

const int bgs::protocol::club::v1::LocalizedTag::kDescriptionFieldNumber = 3
static

Definition at line 307 of file club_tag.pb.h.

◆ kNameFieldNumber

const int bgs::protocol::club::v1::LocalizedTag::kNameFieldNumber = 2
static

Definition at line 295 of file club_tag.pb.h.

◆ kTagIdFieldNumber

const int bgs::protocol::club::v1::LocalizedTag::kTagIdFieldNumber = 1
static

Definition at line 286 of file club_tag.pb.h.

◆ name_

::std::string* bgs::protocol::club::v1::LocalizedTag::name_
private

Definition at line 330 of file club_tag.pb.h.

◆ tag_id_

::bgs::protocol::club::v1::TagIdentifier* bgs::protocol::club::v1::LocalizedTag::tag_id_
private

Definition at line 329 of file club_tag.pb.h.


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