TrinityCore
bgs::protocol::account::v1::RegionTag Class Reference

#include <account_types.pb.h>

+ Inheritance diagram for bgs::protocol::account::v1::RegionTag:

Public Member Functions

 RegionTag ()
 
virtual ~RegionTag ()
 
 RegionTag (const RegionTag &from)
 
RegionTagoperator= (const RegionTag &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RegionTag *other)
 
RegionTagNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_region () const
 
void clear_region ()
 
inline ::google::protobuf::uint32 region () const
 
void set_region (::google::protobuf::uint32 value)
 
bool has_tag () const
 
void clear_tag ()
 
inline ::google::protobuf::uint32 tag () const
 
void set_tag (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kRegionFieldNumber = 1
 
static const int kTagFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_region ()
 
void clear_has_region ()
 
void set_has_tag ()
 
void clear_has_tag ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 region_
 
::google::protobuf::uint32 tag_
 

Static Private Attributes

static RegionTagdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ()
 
void protobuf_AssignDesc_account_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_account_5ftypes_2eproto ()
 

Detailed Description

Definition at line 648 of file account_types.pb.h.

Constructor & Destructor Documentation

◆ RegionTag() [1/2]

bgs::protocol::account::v1::RegionTag::RegionTag ( )

◆ ~RegionTag()

virtual bgs::protocol::account::v1::RegionTag::~RegionTag ( )
virtual

◆ RegionTag() [2/2]

bgs::protocol::account::v1::RegionTag::RegionTag ( const RegionTag from)

Member Function Documentation

◆ clear_has_region()

void bgs::protocol::account::v1::RegionTag::clear_has_region ( )
inlineprivate

Definition at line 4983 of file account_types.pb.h.

◆ clear_has_tag()

void bgs::protocol::account::v1::RegionTag::clear_has_tag ( )
inlineprivate

Definition at line 5007 of file account_types.pb.h.

◆ clear_region()

void bgs::protocol::account::v1::RegionTag::clear_region ( )
inline

Definition at line 4986 of file account_types.pb.h.

◆ clear_tag()

void bgs::protocol::account::v1::RegionTag::clear_tag ( )
inline

Definition at line 5010 of file account_types.pb.h.

◆ default_instance()

static const RegionTag & bgs::protocol::account::v1::RegionTag::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::account::v1::RegionTag::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::account::v1::RegionTag::GetCachedSize ( ) const
inline

Definition at line 676 of file account_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::account::v1::RegionTag::GetMetadata ( ) const

◆ has_region()

bool bgs::protocol::account::v1::RegionTag::has_region ( ) const
inline

Definition at line 4977 of file account_types.pb.h.

◆ has_tag()

bool bgs::protocol::account::v1::RegionTag::has_tag ( ) const
inline

Definition at line 5001 of file account_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::account::v1::RegionTag::InitAsDefaultInstance ( )
private

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::account::v1::RegionTag::mutable_unknown_fields ( )
inline

Definition at line 664 of file account_types.pb.h.

◆ New()

RegionTag * bgs::protocol::account::v1::RegionTag::New ( ) const

◆ operator=()

RegionTag & bgs::protocol::account::v1::RegionTag::operator= ( const RegionTag from)
inline

Definition at line 655 of file account_types.pb.h.

◆ region()

google::protobuf::uint32 bgs::protocol::account::v1::RegionTag::region ( ) const
inline

Definition at line 4990 of file account_types.pb.h.

◆ set_has_region()

void bgs::protocol::account::v1::RegionTag::set_has_region ( )
inlineprivate

Definition at line 4980 of file account_types.pb.h.

◆ set_has_tag()

void bgs::protocol::account::v1::RegionTag::set_has_tag ( )
inlineprivate

Definition at line 5004 of file account_types.pb.h.

◆ set_region()

void bgs::protocol::account::v1::RegionTag::set_region ( ::google::protobuf::uint32  value)
inline

Definition at line 4994 of file account_types.pb.h.

◆ set_tag()

void bgs::protocol::account::v1::RegionTag::set_tag ( ::google::protobuf::uint32  value)
inline

Definition at line 5018 of file account_types.pb.h.

◆ SetCachedSize()

void bgs::protocol::account::v1::RegionTag::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::account::v1::RegionTag::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::account::v1::RegionTag::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::account::v1::RegionTag::Swap ( RegionTag other)

◆ tag()

google::protobuf::uint32 bgs::protocol::account::v1::RegionTag::tag ( ) const
inline

Definition at line 5014 of file account_types.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::account::v1::RegionTag::unknown_fields ( ) const
inline

Definition at line 660 of file account_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_account_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_account_5ftypes_2eproto

void protobuf_AssignDesc_account_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_account_5ftypes_2eproto

void protobuf_ShutdownFile_account_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::account::v1::RegionTag::_cached_size_
mutableprivate

Definition at line 712 of file account_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::account::v1::RegionTag::_has_bits_[1]
private

Definition at line 711 of file account_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::RegionTag::_unknown_fields_
private

Definition at line 709 of file account_types.pb.h.

◆ default_instance_

RegionTag* bgs::protocol::account::v1::RegionTag::default_instance_
staticprivate

Definition at line 720 of file account_types.pb.h.

◆ kRegionFieldNumber

const int bgs::protocol::account::v1::RegionTag::kRegionFieldNumber = 1
static

Definition at line 691 of file account_types.pb.h.

◆ kTagFieldNumber

const int bgs::protocol::account::v1::RegionTag::kTagFieldNumber = 2
static

Definition at line 698 of file account_types.pb.h.

◆ region_

::google::protobuf::uint32 bgs::protocol::account::v1::RegionTag::region_
private

Definition at line 713 of file account_types.pb.h.

◆ tag_

::google::protobuf::uint32 bgs::protocol::account::v1::RegionTag::tag_
private

Definition at line 714 of file account_types.pb.h.


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