TrinityCore
bgs::protocol::EntityIdRestriction Class Reference

#include <field_options.pb.h>

+ Inheritance diagram for bgs::protocol::EntityIdRestriction:

Public Types

typedef EntityIdRestriction_Kind Kind
 

Public Member Functions

 EntityIdRestriction ()
 
virtual ~EntityIdRestriction ()
 
 EntityIdRestriction (const EntityIdRestriction &from)
 
EntityIdRestrictionoperator= (const EntityIdRestriction &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EntityIdRestriction *other)
 
EntityIdRestrictionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_needed () const
 
void clear_needed ()
 
bool needed () const
 
void set_needed (bool value)
 
bool has_kind () const
 
void clear_kind ()
 
inline ::bgs::protocol::EntityIdRestriction_Kind kind () const
 
void set_kind (::bgs::protocol::EntityIdRestriction_Kind value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const EntityIdRestrictiondefault_instance ()
 
static bool Kind_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * Kind_descriptor ()
 
static const ::std::string & Kind_Name (Kind value)
 
static bool Kind_Parse (const ::std::string &name, Kind *value)
 

Static Public Attributes

static const Kind ANY = EntityIdRestriction_Kind_ANY
 
static const Kind ACCOUNT = EntityIdRestriction_Kind_ACCOUNT
 
static const Kind GAME_ACCOUNT = EntityIdRestriction_Kind_GAME_ACCOUNT
 
static const Kind ACCOUNT_OR_GAME_ACCOUNT = EntityIdRestriction_Kind_ACCOUNT_OR_GAME_ACCOUNT
 
static const Kind SERVICE = EntityIdRestriction_Kind_SERVICE
 
static const Kind CHANNEL = EntityIdRestriction_Kind_CHANNEL
 
static const Kind Kind_MIN
 
static const Kind Kind_MAX
 
static const int Kind_ARRAYSIZE
 
static const int kNeededFieldNumber = 1
 
static const int kKindFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_needed ()
 
void clear_has_needed ()
 
void set_has_kind ()
 
void clear_has_kind ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
bool needed_
 
int kind_
 

Static Private Attributes

static EntityIdRestrictiondefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ()
 

Detailed Description

Definition at line 862 of file field_options.pb.h.

Member Typedef Documentation

◆ Kind

Constructor & Destructor Documentation

◆ EntityIdRestriction() [1/2]

bgs::protocol::EntityIdRestriction::EntityIdRestriction ( )

◆ ~EntityIdRestriction()

virtual bgs::protocol::EntityIdRestriction::~EntityIdRestriction ( )
virtual

◆ EntityIdRestriction() [2/2]

bgs::protocol::EntityIdRestriction::EntityIdRestriction ( const EntityIdRestriction from)

Member Function Documentation

◆ clear_has_kind()

void bgs::protocol::EntityIdRestriction::clear_has_kind ( )
inlineprivate

Definition at line 2272 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_needed()

void bgs::protocol::EntityIdRestriction::clear_has_needed ( )
inlineprivate

Definition at line 2248 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_kind()

void bgs::protocol::EntityIdRestriction::clear_kind ( )
inline

Definition at line 2275 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_needed()

void bgs::protocol::EntityIdRestriction::clear_needed ( )
inline

Definition at line 2251 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const EntityIdRestriction & bgs::protocol::EntityIdRestriction::default_instance ( )
static
+ Here is the caller graph for this function:

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 890 of file field_options.pb.h.

◆ GetMetadata()

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

◆ has_kind()

bool bgs::protocol::EntityIdRestriction::has_kind ( ) const
inline

Definition at line 2266 of file field_options.pb.h.

◆ has_needed()

bool bgs::protocol::EntityIdRestriction::has_needed ( ) const
inline

Definition at line 2242 of file field_options.pb.h.

◆ InitAsDefaultInstance()

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

◆ kind()

bgs::protocol::EntityIdRestriction_Kind bgs::protocol::EntityIdRestriction::kind ( ) const
inline

Definition at line 2279 of file field_options.pb.h.

◆ Kind_descriptor()

static const ::google::protobuf::EnumDescriptor * bgs::protocol::EntityIdRestriction::Kind_descriptor ( )
inlinestatic

Definition at line 917 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ Kind_IsValid()

static bool bgs::protocol::EntityIdRestriction::Kind_IsValid ( int  value)
inlinestatic

Definition at line 907 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ Kind_Name()

static const ::std::string & bgs::protocol::EntityIdRestriction::Kind_Name ( Kind  value)
inlinestatic

Definition at line 920 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ Kind_Parse()

static bool bgs::protocol::EntityIdRestriction::Kind_Parse ( const ::std::string &  name,
Kind value 
)
inlinestatic

Definition at line 923 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 878 of file field_options.pb.h.

◆ needed()

bool bgs::protocol::EntityIdRestriction::needed ( ) const
inline

Definition at line 2255 of file field_options.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 869 of file field_options.pb.h.

◆ set_has_kind()

void bgs::protocol::EntityIdRestriction::set_has_kind ( )
inlineprivate

Definition at line 2269 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_needed()

void bgs::protocol::EntityIdRestriction::set_has_needed ( )
inlineprivate

Definition at line 2245 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_kind()

void bgs::protocol::EntityIdRestriction::set_kind ( ::bgs::protocol::EntityIdRestriction_Kind  value)
inline

Definition at line 2283 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_needed()

void bgs::protocol::EntityIdRestriction::set_needed ( bool  value)
inline

Definition at line 2259 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 874 of file field_options.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

◆ protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto

void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

◆ protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto

void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::EntityIdRestriction::_cached_size_
mutableprivate

Definition at line 954 of file field_options.pb.h.

◆ _has_bits_

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

Definition at line 953 of file field_options.pb.h.

◆ _unknown_fields_

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

Definition at line 951 of file field_options.pb.h.

◆ ACCOUNT

const Kind bgs::protocol::EntityIdRestriction::ACCOUNT = EntityIdRestriction_Kind_ACCOUNT
static

Definition at line 902 of file field_options.pb.h.

◆ ACCOUNT_OR_GAME_ACCOUNT

const Kind bgs::protocol::EntityIdRestriction::ACCOUNT_OR_GAME_ACCOUNT = EntityIdRestriction_Kind_ACCOUNT_OR_GAME_ACCOUNT
static

Definition at line 904 of file field_options.pb.h.

◆ ANY

const Kind bgs::protocol::EntityIdRestriction::ANY = EntityIdRestriction_Kind_ANY
static

Definition at line 901 of file field_options.pb.h.

◆ CHANNEL

const Kind bgs::protocol::EntityIdRestriction::CHANNEL = EntityIdRestriction_Kind_CHANNEL
static

Definition at line 906 of file field_options.pb.h.

◆ default_instance_

EntityIdRestriction* bgs::protocol::EntityIdRestriction::default_instance_
staticprivate

Definition at line 962 of file field_options.pb.h.

◆ GAME_ACCOUNT

const Kind bgs::protocol::EntityIdRestriction::GAME_ACCOUNT = EntityIdRestriction_Kind_GAME_ACCOUNT
static

Definition at line 903 of file field_options.pb.h.

◆ kind_

int bgs::protocol::EntityIdRestriction::kind_
private

Definition at line 956 of file field_options.pb.h.

◆ Kind_ARRAYSIZE

const int bgs::protocol::EntityIdRestriction::Kind_ARRAYSIZE
static
Initial value:

Definition at line 914 of file field_options.pb.h.

◆ Kind_MAX

const Kind bgs::protocol::EntityIdRestriction::Kind_MAX
static
Initial value:
=
const EntityIdRestriction_Kind EntityIdRestriction_Kind_Kind_MAX

Definition at line 912 of file field_options.pb.h.

◆ Kind_MIN

const Kind bgs::protocol::EntityIdRestriction::Kind_MIN
static
Initial value:
=
const EntityIdRestriction_Kind EntityIdRestriction_Kind_Kind_MIN

Definition at line 910 of file field_options.pb.h.

◆ kKindFieldNumber

const int bgs::protocol::EntityIdRestriction::kKindFieldNumber = 2
static

Definition at line 940 of file field_options.pb.h.

◆ kNeededFieldNumber

const int bgs::protocol::EntityIdRestriction::kNeededFieldNumber = 1
static

Definition at line 933 of file field_options.pb.h.

◆ needed_

bool bgs::protocol::EntityIdRestriction::needed_
private

Definition at line 955 of file field_options.pb.h.

◆ SERVICE

const Kind bgs::protocol::EntityIdRestriction::SERVICE = EntityIdRestriction_Kind_SERVICE
static

Definition at line 905 of file field_options.pb.h.


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