TrinityCore
bgs::protocol::BGSMessageOptions Class Reference

#include <message_options.pb.h>

+ Inheritance diagram for bgs::protocol::BGSMessageOptions:

Public Member Functions

 BGSMessageOptions ()
 
virtual ~BGSMessageOptions ()
 
 BGSMessageOptions (const BGSMessageOptions &from)
 
BGSMessageOptionsoperator= (const BGSMessageOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BGSMessageOptions *other)
 
BGSMessageOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_custom_select_shard () const
 
void clear_custom_select_shard ()
 
bool custom_select_shard () const
 
void set_custom_select_shard (bool value)
 
bool has_custom_validator () const
 
void clear_custom_validator ()
 
bool custom_validator () const
 
void set_custom_validator (bool value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kCustomSelectShardFieldNumber = 1
 
static const int kCustomValidatorFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_custom_select_shard ()
 
void clear_has_custom_select_shard ()
 
void set_has_custom_validator ()
 
void clear_has_custom_validator ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
bool custom_select_shard_
 
bool custom_validator_
 

Static Private Attributes

static BGSMessageOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fmessage_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2fmessage_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2fmessage_5foptions_2eproto ()
 

Detailed Description

Definition at line 43 of file message_options.pb.h.

Constructor & Destructor Documentation

◆ BGSMessageOptions() [1/2]

bgs::protocol::BGSMessageOptions::BGSMessageOptions ( )

◆ ~BGSMessageOptions()

virtual bgs::protocol::BGSMessageOptions::~BGSMessageOptions ( )
virtual

◆ BGSMessageOptions() [2/2]

bgs::protocol::BGSMessageOptions::BGSMessageOptions ( const BGSMessageOptions from)

Member Function Documentation

◆ clear_custom_select_shard()

void bgs::protocol::BGSMessageOptions::clear_custom_select_shard ( )
inline

Definition at line 140 of file message_options.pb.h.

+ Here is the call graph for this function:

◆ clear_custom_validator()

void bgs::protocol::BGSMessageOptions::clear_custom_validator ( )
inline

Definition at line 164 of file message_options.pb.h.

+ Here is the call graph for this function:

◆ clear_has_custom_select_shard()

void bgs::protocol::BGSMessageOptions::clear_has_custom_select_shard ( )
inlineprivate

Definition at line 137 of file message_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_custom_validator()

void bgs::protocol::BGSMessageOptions::clear_has_custom_validator ( )
inlineprivate

Definition at line 161 of file message_options.pb.h.

+ Here is the caller graph for this function:

◆ custom_select_shard()

bool bgs::protocol::BGSMessageOptions::custom_select_shard ( ) const
inline

Definition at line 144 of file message_options.pb.h.

◆ custom_validator()

bool bgs::protocol::BGSMessageOptions::custom_validator ( ) const
inline

Definition at line 168 of file message_options.pb.h.

◆ default_instance()

static const BGSMessageOptions & bgs::protocol::BGSMessageOptions::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::BGSMessageOptions::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::BGSMessageOptions::GetCachedSize ( ) const
inline

Definition at line 71 of file message_options.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::BGSMessageOptions::GetMetadata ( ) const

◆ has_custom_select_shard()

bool bgs::protocol::BGSMessageOptions::has_custom_select_shard ( ) const
inline

Definition at line 131 of file message_options.pb.h.

◆ has_custom_validator()

bool bgs::protocol::BGSMessageOptions::has_custom_validator ( ) const
inline

Definition at line 155 of file message_options.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::BGSMessageOptions::InitAsDefaultInstance ( )
private

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::BGSMessageOptions::mutable_unknown_fields ( )
inline

Definition at line 59 of file message_options.pb.h.

◆ New()

BGSMessageOptions * bgs::protocol::BGSMessageOptions::New ( ) const

◆ operator=()

BGSMessageOptions & bgs::protocol::BGSMessageOptions::operator= ( const BGSMessageOptions from)
inline

Definition at line 50 of file message_options.pb.h.

◆ set_custom_select_shard()

void bgs::protocol::BGSMessageOptions::set_custom_select_shard ( bool  value)
inline

Definition at line 148 of file message_options.pb.h.

+ Here is the call graph for this function:

◆ set_custom_validator()

void bgs::protocol::BGSMessageOptions::set_custom_validator ( bool  value)
inline

Definition at line 172 of file message_options.pb.h.

+ Here is the call graph for this function:

◆ set_has_custom_select_shard()

void bgs::protocol::BGSMessageOptions::set_has_custom_select_shard ( )
inlineprivate

Definition at line 134 of file message_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_custom_validator()

void bgs::protocol::BGSMessageOptions::set_has_custom_validator ( )
inlineprivate

Definition at line 158 of file message_options.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::BGSMessageOptions::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::BGSMessageOptions::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::BGSMessageOptions::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::BGSMessageOptions::Swap ( BGSMessageOptions other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::BGSMessageOptions::unknown_fields ( ) const
inline

Definition at line 55 of file message_options.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_global_5fextensions_2fmessage_5foptions_2eproto

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fmessage_5foptions_2eproto ( )
friend

◆ protobuf_AssignDesc_global_5fextensions_2fmessage_5foptions_2eproto

void protobuf_AssignDesc_global_5fextensions_2fmessage_5foptions_2eproto ( )
friend

◆ protobuf_ShutdownFile_global_5fextensions_2fmessage_5foptions_2eproto

void protobuf_ShutdownFile_global_5fextensions_2fmessage_5foptions_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::BGSMessageOptions::_cached_size_
mutableprivate

Definition at line 107 of file message_options.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::BGSMessageOptions::_has_bits_[1]
private

Definition at line 106 of file message_options.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::BGSMessageOptions::_unknown_fields_
private

Definition at line 104 of file message_options.pb.h.

◆ custom_select_shard_

bool bgs::protocol::BGSMessageOptions::custom_select_shard_
private

Definition at line 108 of file message_options.pb.h.

◆ custom_validator_

bool bgs::protocol::BGSMessageOptions::custom_validator_
private

Definition at line 109 of file message_options.pb.h.

◆ default_instance_

BGSMessageOptions* bgs::protocol::BGSMessageOptions::default_instance_
staticprivate

Definition at line 115 of file message_options.pb.h.

◆ kCustomSelectShardFieldNumber

const int bgs::protocol::BGSMessageOptions::kCustomSelectShardFieldNumber = 1
static

Definition at line 86 of file message_options.pb.h.

◆ kCustomValidatorFieldNumber

const int bgs::protocol::BGSMessageOptions::kCustomValidatorFieldNumber = 2
static

Definition at line 93 of file message_options.pb.h.


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