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

#include <presence_types.pb.h>

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

Public Member Functions

 Field ()
 
virtual ~Field ()
 
 Field (const Field &from)
 
Fieldoperator= (const Field &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Field *other)
 
FieldNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_key () const
 
void clear_key ()
 
const ::bgs::protocol::presence::v1::FieldKeykey () const
 
inline ::bgs::protocol::presence::v1::FieldKeymutable_key ()
 
inline ::bgs::protocol::presence::v1::FieldKeyrelease_key ()
 
void set_allocated_key (::bgs::protocol::presence::v1::FieldKey *key)
 
bool has_value () const
 
void clear_value ()
 
const ::bgs::protocol::Variantvalue () const
 
inline ::bgs::protocol::Variantmutable_value ()
 
inline ::bgs::protocol::Variantrelease_value ()
 
void set_allocated_value (::bgs::protocol::Variant *value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kKeyFieldNumber = 1
 
static const int kValueFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_key ()
 
void clear_has_key ()
 
void set_has_value ()
 
void clear_has_value ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::presence::v1::FieldKeykey_
 
::bgs::protocol::Variantvalue_
 

Static Private Attributes

static Fielddefault_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 254 of file presence_types.pb.h.

Constructor & Destructor Documentation

◆ Field() [1/2]

bgs::protocol::presence::v1::Field::Field ( )

◆ ~Field()

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

◆ Field() [2/2]

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

Member Function Documentation

◆ clear_has_key()

void Field::clear_has_key ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_value()

void Field::clear_has_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_key()

void Field::clear_key ( )
inline

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

+ Here is the call graph for this function:

◆ clear_value()

void Field::clear_value ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_key()

bool Field::has_key ( ) const
inline

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

◆ has_value()

bool Field::has_value ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ key()

const ::bgs::protocol::presence::v1::FieldKey & Field::key ( ) const
inline

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

+ Here is the caller graph for this function:

◆ mutable_key()

bgs::protocol::presence::v1::FieldKey * Field::mutable_key ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ mutable_value()

bgs::protocol::Variant * Field::mutable_value ( )
inline

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

+ Here is the call graph for this function:

◆ New()

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

◆ operator=()

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

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

◆ release_key()

bgs::protocol::presence::v1::FieldKey * Field::release_key ( )
inline

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

+ Here is the call graph for this function:

◆ release_value()

bgs::protocol::Variant * Field::release_value ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_key()

void Field::set_allocated_key ( ::bgs::protocol::presence::v1::FieldKey key)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_value()

void Field::set_allocated_value ( ::bgs::protocol::Variant value)
inline

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

+ Here is the call graph for this function:

◆ set_has_key()

void Field::set_has_key ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_value()

void Field::set_has_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ value()

const ::bgs::protocol::Variant & Field::value ( ) const
inline

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

+ Here is the caller graph for this function:

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::Field::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ key_

::bgs::protocol::presence::v1::FieldKey* bgs::protocol::presence::v1::Field::key_
private

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

◆ kKeyFieldNumber

const int bgs::protocol::presence::v1::Field::kKeyFieldNumber = 1
static

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

◆ kValueFieldNumber

const int bgs::protocol::presence::v1::Field::kValueFieldNumber = 2
static

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

◆ value_

::bgs::protocol::Variant* bgs::protocol::presence::v1::Field::value_
private

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


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