TrinityCore
bgs::protocol::presence::v1::FieldKey Class Reference

#include <presence_types.pb.h>

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

Public Member Functions

 FieldKey ()
 
virtual ~FieldKey ()
 
 FieldKey (const FieldKey &from)
 
FieldKeyoperator= (const FieldKey &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FieldKey *other)
 
FieldKeyNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_program () const
 
void clear_program ()
 
inline ::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 
bool has_group () const
 
void clear_group ()
 
inline ::google::protobuf::uint32 group () const
 
void set_group (::google::protobuf::uint32 value)
 
bool has_field () const
 
void clear_field ()
 
inline ::google::protobuf::uint32 field () const
 
void set_field (::google::protobuf::uint32 value)
 
bool has_unique_id () const
 
void clear_unique_id ()
 
inline ::google::protobuf::uint64 unique_id () const
 
void set_unique_id (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kProgramFieldNumber = 1
 
static const int kGroupFieldNumber = 2
 
static const int kFieldFieldNumber = 3
 
static const int kUniqueIdFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_program ()
 
void clear_has_program ()
 
void set_has_group ()
 
void clear_has_group ()
 
void set_has_field ()
 
void clear_has_field ()
 
void set_has_unique_id ()
 
void clear_has_unique_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 program_
 
::google::protobuf::uint32 group_
 
::google::protobuf::uint64 unique_id_
 
::google::protobuf::uint32 field_
 

Static Private Attributes

static FieldKeydefault_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 158 of file presence_types.pb.h.

Constructor & Destructor Documentation

◆ FieldKey() [1/2]

bgs::protocol::presence::v1::FieldKey::FieldKey ( )

◆ ~FieldKey()

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

◆ FieldKey() [2/2]

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

Member Function Documentation

◆ clear_field()

void bgs::protocol::presence::v1::FieldKey::clear_field ( )
inline

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

+ Here is the call graph for this function:

◆ clear_group()

void bgs::protocol::presence::v1::FieldKey::clear_group ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_field()

void bgs::protocol::presence::v1::FieldKey::clear_has_field ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_group()

void bgs::protocol::presence::v1::FieldKey::clear_has_group ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_program()

void bgs::protocol::presence::v1::FieldKey::clear_has_program ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_unique_id()

void bgs::protocol::presence::v1::FieldKey::clear_has_unique_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_program()

void bgs::protocol::presence::v1::FieldKey::clear_program ( )
inline

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

+ Here is the call graph for this function:

◆ clear_unique_id()

void bgs::protocol::presence::v1::FieldKey::clear_unique_id ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ field()

google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::field ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ group()

google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::group ( ) const
inline

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

◆ has_field()

bool bgs::protocol::presence::v1::FieldKey::has_field ( ) const
inline

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

◆ has_group()

bool bgs::protocol::presence::v1::FieldKey::has_group ( ) const
inline

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

◆ has_program()

bool bgs::protocol::presence::v1::FieldKey::has_program ( ) const
inline

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

◆ has_unique_id()

bool bgs::protocol::presence::v1::FieldKey::has_unique_id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ program()

google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::program ( ) const
inline

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

◆ set_field()

void bgs::protocol::presence::v1::FieldKey::set_field ( ::google::protobuf::uint32  value)
inline

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

+ Here is the call graph for this function:

◆ set_group()

void bgs::protocol::presence::v1::FieldKey::set_group ( ::google::protobuf::uint32  value)
inline

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

+ Here is the call graph for this function:

◆ set_has_field()

void bgs::protocol::presence::v1::FieldKey::set_has_field ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_group()

void bgs::protocol::presence::v1::FieldKey::set_has_group ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_program()

void bgs::protocol::presence::v1::FieldKey::set_has_program ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_unique_id()

void bgs::protocol::presence::v1::FieldKey::set_has_unique_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_program()

void bgs::protocol::presence::v1::FieldKey::set_program ( ::google::protobuf::uint32  value)
inline

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

+ Here is the call graph for this function:

◆ set_unique_id()

void bgs::protocol::presence::v1::FieldKey::set_unique_id ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unique_id()

google::protobuf::uint64 bgs::protocol::presence::v1::FieldKey::unique_id ( ) const
inline

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

◆ unknown_fields()

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

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

Friends And Related Function 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::FieldKey::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ field_

::google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::field_
private

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

◆ group_

::google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::group_
private

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

◆ kFieldFieldNumber

const int bgs::protocol::presence::v1::FieldKey::kFieldFieldNumber = 3
static

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

◆ kGroupFieldNumber

const int bgs::protocol::presence::v1::FieldKey::kGroupFieldNumber = 2
static

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

◆ kProgramFieldNumber

const int bgs::protocol::presence::v1::FieldKey::kProgramFieldNumber = 1
static

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

◆ kUniqueIdFieldNumber

const int bgs::protocol::presence::v1::FieldKey::kUniqueIdFieldNumber = 4
static

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

◆ program_

::google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::program_
private

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

◆ unique_id_

::google::protobuf::uint64 bgs::protocol::presence::v1::FieldKey::unique_id_
private

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


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