TrinityCore
bgs::protocol::Variant Class Reference

#include <attribute_types.pb.h>

+ Inheritance diagram for bgs::protocol::Variant:

Public Member Functions

 Variant ()
 
virtual ~Variant ()
 
 Variant (const Variant &from)
 
Variantoperator= (const Variant &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Variant *other)
 
VariantNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_bool_value () const
 
void clear_bool_value ()
 
bool bool_value () const
 
void set_bool_value (bool value)
 
bool has_int_value () const
 
void clear_int_value ()
 
inline ::google::protobuf::int64 int_value () const
 
void set_int_value (::google::protobuf::int64 value)
 
bool has_float_value () const
 
void clear_float_value ()
 
double float_value () const
 
void set_float_value (double value)
 
bool has_string_value () const
 
void clear_string_value ()
 
const ::std::string & string_value () const
 
void set_string_value (const ::std::string &value)
 
void set_string_value (const char *value)
 
void set_string_value (const char *value, size_t size)
 
inline ::std::string * mutable_string_value ()
 
inline ::std::string * release_string_value ()
 
void set_allocated_string_value (::std::string *string_value)
 
bool has_blob_value () const
 
void clear_blob_value ()
 
const ::std::string & blob_value () const
 
void set_blob_value (const ::std::string &value)
 
void set_blob_value (const char *value)
 
void set_blob_value (const void *value, size_t size)
 
inline ::std::string * mutable_blob_value ()
 
inline ::std::string * release_blob_value ()
 
void set_allocated_blob_value (::std::string *blob_value)
 
bool has_message_value () const
 
void clear_message_value ()
 
const ::std::string & message_value () const
 
void set_message_value (const ::std::string &value)
 
void set_message_value (const char *value)
 
void set_message_value (const void *value, size_t size)
 
inline ::std::string * mutable_message_value ()
 
inline ::std::string * release_message_value ()
 
void set_allocated_message_value (::std::string *message_value)
 
bool has_fourcc_value () const
 
void clear_fourcc_value ()
 
const ::std::string & fourcc_value () const
 
void set_fourcc_value (const ::std::string &value)
 
void set_fourcc_value (const char *value)
 
void set_fourcc_value (const char *value, size_t size)
 
inline ::std::string * mutable_fourcc_value ()
 
inline ::std::string * release_fourcc_value ()
 
void set_allocated_fourcc_value (::std::string *fourcc_value)
 
bool has_uint_value () const
 
void clear_uint_value ()
 
inline ::google::protobuf::uint64 uint_value () const
 
void set_uint_value (::google::protobuf::uint64 value)
 
bool has_entity_id_value () const
 
void clear_entity_id_value ()
 
const ::bgs::protocol::EntityIdentity_id_value () const
 
inline ::bgs::protocol::EntityIdmutable_entity_id_value ()
 
inline ::bgs::protocol::EntityIdrelease_entity_id_value ()
 
void set_allocated_entity_id_value (::bgs::protocol::EntityId *entity_id_value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kBoolValueFieldNumber = 2
 
static const int kIntValueFieldNumber = 3
 
static const int kFloatValueFieldNumber = 4
 
static const int kStringValueFieldNumber = 5
 
static const int kBlobValueFieldNumber = 6
 
static const int kMessageValueFieldNumber = 7
 
static const int kFourccValueFieldNumber = 8
 
static const int kUintValueFieldNumber = 9
 
static const int kEntityIdValueFieldNumber = 10
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_bool_value ()
 
void clear_has_bool_value ()
 
void set_has_int_value ()
 
void clear_has_int_value ()
 
void set_has_float_value ()
 
void clear_has_float_value ()
 
void set_has_string_value ()
 
void clear_has_string_value ()
 
void set_has_blob_value ()
 
void clear_has_blob_value ()
 
void set_has_message_value ()
 
void clear_has_message_value ()
 
void set_has_fourcc_value ()
 
void clear_has_fourcc_value ()
 
void set_has_uint_value ()
 
void clear_has_uint_value ()
 
void set_has_entity_id_value ()
 
void clear_has_entity_id_value ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::int64 int_value_
 
double float_value_
 
::std::string * string_value_
 
::std::string * blob_value_
 
::std::string * message_value_
 
::std::string * fourcc_value_
 
::google::protobuf::uint64 uint_value_
 
::bgs::protocol::EntityIdentity_id_value_
 
bool bool_value_
 

Static Private Attributes

static Variantdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_attribute_5ftypes_2eproto ()
 
void protobuf_AssignDesc_attribute_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_attribute_5ftypes_2eproto ()
 

Detailed Description

Definition at line 67 of file attribute_types.pb.h.

Constructor & Destructor Documentation

◆ Variant() [1/2]

bgs::protocol::Variant::Variant ( )

◆ ~Variant()

virtual bgs::protocol::Variant::~Variant ( )
virtual

◆ Variant() [2/2]

bgs::protocol::Variant::Variant ( const Variant from)

Member Function Documentation

◆ blob_value()

const ::std::string & bgs::protocol::Variant::blob_value ( ) const
inline

Definition at line 593 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ bool_value()

bool bgs::protocol::Variant::bool_value ( ) const
inline

Definition at line 443 of file attribute_types.pb.h.

◆ clear_blob_value()

void bgs::protocol::Variant::clear_blob_value ( )
inline

Definition at line 587 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ clear_bool_value()

void bgs::protocol::Variant::clear_bool_value ( )
inline

Definition at line 439 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ clear_entity_id_value()

void bgs::protocol::Variant::clear_entity_id_value ( )
inline

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

+ Here is the call graph for this function:

◆ clear_float_value()

void bgs::protocol::Variant::clear_float_value ( )
inline

Definition at line 487 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ clear_fourcc_value()

void bgs::protocol::Variant::clear_fourcc_value ( )
inline

Definition at line 739 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ clear_has_blob_value()

void bgs::protocol::Variant::clear_has_blob_value ( )
inlineprivate

Definition at line 584 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_bool_value()

void bgs::protocol::Variant::clear_has_bool_value ( )
inlineprivate

Definition at line 436 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_entity_id_value()

void bgs::protocol::Variant::clear_has_entity_id_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_float_value()

void bgs::protocol::Variant::clear_has_float_value ( )
inlineprivate

Definition at line 484 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_fourcc_value()

void bgs::protocol::Variant::clear_has_fourcc_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_int_value()

void bgs::protocol::Variant::clear_has_int_value ( )
inlineprivate

Definition at line 460 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_message_value()

void bgs::protocol::Variant::clear_has_message_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_string_value()

void bgs::protocol::Variant::clear_has_string_value ( )
inlineprivate

Definition at line 508 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_uint_value()

void bgs::protocol::Variant::clear_has_uint_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_int_value()

void bgs::protocol::Variant::clear_int_value ( )
inline

Definition at line 463 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ clear_message_value()

void bgs::protocol::Variant::clear_message_value ( )
inline

Definition at line 663 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ clear_string_value()

void bgs::protocol::Variant::clear_string_value ( )
inline

Definition at line 511 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ clear_uint_value()

void bgs::protocol::Variant::clear_uint_value ( )
inline

Definition at line 815 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ entity_id_value()

const ::bgs::protocol::EntityId & bgs::protocol::Variant::entity_id_value ( ) const
inline

Definition at line 843 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ float_value()

double bgs::protocol::Variant::float_value ( ) const
inline

Definition at line 491 of file attribute_types.pb.h.

◆ fourcc_value()

const ::std::string & bgs::protocol::Variant::fourcc_value ( ) const
inline

Definition at line 745 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ GetCachedSize()

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

Definition at line 95 of file attribute_types.pb.h.

◆ GetMetadata()

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

◆ has_blob_value()

bool bgs::protocol::Variant::has_blob_value ( ) const
inline

Definition at line 578 of file attribute_types.pb.h.

◆ has_bool_value()

bool bgs::protocol::Variant::has_bool_value ( ) const
inline

Definition at line 430 of file attribute_types.pb.h.

◆ has_entity_id_value()

bool bgs::protocol::Variant::has_entity_id_value ( ) const
inline

Definition at line 830 of file attribute_types.pb.h.

◆ has_float_value()

bool bgs::protocol::Variant::has_float_value ( ) const
inline

Definition at line 478 of file attribute_types.pb.h.

◆ has_fourcc_value()

bool bgs::protocol::Variant::has_fourcc_value ( ) const
inline

Definition at line 730 of file attribute_types.pb.h.

◆ has_int_value()

bool bgs::protocol::Variant::has_int_value ( ) const
inline

Definition at line 454 of file attribute_types.pb.h.

◆ has_message_value()

bool bgs::protocol::Variant::has_message_value ( ) const
inline

Definition at line 654 of file attribute_types.pb.h.

◆ has_string_value()

bool bgs::protocol::Variant::has_string_value ( ) const
inline

Definition at line 502 of file attribute_types.pb.h.

◆ has_uint_value()

bool bgs::protocol::Variant::has_uint_value ( ) const
inline

Definition at line 806 of file attribute_types.pb.h.

◆ InitAsDefaultInstance()

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

◆ int_value()

google::protobuf::int64 bgs::protocol::Variant::int_value ( ) const
inline

Definition at line 467 of file attribute_types.pb.h.

◆ message_value()

const ::std::string & bgs::protocol::Variant::message_value ( ) const
inline

Definition at line 669 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ mutable_blob_value()

std::string * bgs::protocol::Variant::mutable_blob_value ( )
inline

Definition at line 621 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_entity_id_value()

bgs::protocol::EntityId * bgs::protocol::Variant::mutable_entity_id_value ( )
inline

Definition at line 847 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_fourcc_value()

std::string * bgs::protocol::Variant::mutable_fourcc_value ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_message_value()

std::string * bgs::protocol::Variant::mutable_message_value ( )
inline

Definition at line 697 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_string_value()

std::string * bgs::protocol::Variant::mutable_string_value ( )
inline

Definition at line 545 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 83 of file attribute_types.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 74 of file attribute_types.pb.h.

◆ release_blob_value()

std::string * bgs::protocol::Variant::release_blob_value ( )
inline

Definition at line 629 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ release_entity_id_value()

bgs::protocol::EntityId * bgs::protocol::Variant::release_entity_id_value ( )
inline

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

+ Here is the call graph for this function:

◆ release_fourcc_value()

std::string * bgs::protocol::Variant::release_fourcc_value ( )
inline

Definition at line 781 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ release_message_value()

std::string * bgs::protocol::Variant::release_message_value ( )
inline

Definition at line 705 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ release_string_value()

std::string * bgs::protocol::Variant::release_string_value ( )
inline

Definition at line 553 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_blob_value()

void bgs::protocol::Variant::set_allocated_blob_value ( ::std::string *  blob_value)
inline

Definition at line 639 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_entity_id_value()

void bgs::protocol::Variant::set_allocated_entity_id_value ( ::bgs::protocol::EntityId entity_id_value)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_fourcc_value()

void bgs::protocol::Variant::set_allocated_fourcc_value ( ::std::string *  fourcc_value)
inline

Definition at line 791 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_message_value()

void bgs::protocol::Variant::set_allocated_message_value ( ::std::string *  message_value)
inline

Definition at line 715 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_string_value()

void bgs::protocol::Variant::set_allocated_string_value ( ::std::string *  string_value)
inline

Definition at line 563 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_blob_value() [1/3]

void bgs::protocol::Variant::set_blob_value ( const ::std::string &  value)
inline

Definition at line 597 of file attribute_types.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_blob_value() [2/3]

void bgs::protocol::Variant::set_blob_value ( const char *  value)
inline

Definition at line 605 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_blob_value() [3/3]

void bgs::protocol::Variant::set_blob_value ( const void *  value,
size_t  size 
)
inline

Definition at line 613 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_bool_value()

void bgs::protocol::Variant::set_bool_value ( bool  value)
inline

Definition at line 447 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_float_value()

void bgs::protocol::Variant::set_float_value ( double  value)
inline

Definition at line 495 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_fourcc_value() [1/3]

void bgs::protocol::Variant::set_fourcc_value ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_fourcc_value() [2/3]

void bgs::protocol::Variant::set_fourcc_value ( const char *  value)
inline

Definition at line 757 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_fourcc_value() [3/3]

void bgs::protocol::Variant::set_fourcc_value ( const char *  value,
size_t  size 
)
inline

Definition at line 765 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_blob_value()

void bgs::protocol::Variant::set_has_blob_value ( )
inlineprivate

Definition at line 581 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_bool_value()

void bgs::protocol::Variant::set_has_bool_value ( )
inlineprivate

Definition at line 433 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_entity_id_value()

void bgs::protocol::Variant::set_has_entity_id_value ( )
inlineprivate

Definition at line 833 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_float_value()

void bgs::protocol::Variant::set_has_float_value ( )
inlineprivate

Definition at line 481 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_fourcc_value()

void bgs::protocol::Variant::set_has_fourcc_value ( )
inlineprivate

Definition at line 733 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_int_value()

void bgs::protocol::Variant::set_has_int_value ( )
inlineprivate

Definition at line 457 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_message_value()

void bgs::protocol::Variant::set_has_message_value ( )
inlineprivate

Definition at line 657 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_string_value()

void bgs::protocol::Variant::set_has_string_value ( )
inlineprivate

Definition at line 505 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_uint_value()

void bgs::protocol::Variant::set_has_uint_value ( )
inlineprivate

Definition at line 809 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_int_value()

void bgs::protocol::Variant::set_int_value ( ::google::protobuf::int64  value)
inline

Definition at line 471 of file attribute_types.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_message_value() [1/3]

void bgs::protocol::Variant::set_message_value ( const ::std::string &  value)
inline

Definition at line 673 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_message_value() [2/3]

void bgs::protocol::Variant::set_message_value ( const char *  value)
inline

Definition at line 681 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_message_value() [3/3]

void bgs::protocol::Variant::set_message_value ( const void *  value,
size_t  size 
)
inline

Definition at line 689 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_string_value() [1/3]

void bgs::protocol::Variant::set_string_value ( const ::std::string &  value)
inline

Definition at line 521 of file attribute_types.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_string_value() [2/3]

void bgs::protocol::Variant::set_string_value ( const char *  value)
inline

Definition at line 529 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_string_value() [3/3]

void bgs::protocol::Variant::set_string_value ( const char *  value,
size_t  size 
)
inline

Definition at line 537 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ set_uint_value()

void bgs::protocol::Variant::set_uint_value ( ::google::protobuf::uint64  value)
inline

Definition at line 823 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ string_value()

const ::std::string & bgs::protocol::Variant::string_value ( ) const
inline

Definition at line 517 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ Swap()

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

◆ uint_value()

google::protobuf::uint64 bgs::protocol::Variant::uint_value ( ) const
inline

Definition at line 819 of file attribute_types.pb.h.

◆ unknown_fields()

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

Definition at line 79 of file attribute_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_attribute_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_attribute_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_attribute_5ftypes_2eproto

void protobuf_AssignDesc_attribute_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_attribute_5ftypes_2eproto

void protobuf_ShutdownFile_attribute_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::Variant::_cached_size_
mutableprivate

Definition at line 216 of file attribute_types.pb.h.

◆ _has_bits_

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

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

◆ _unknown_fields_

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

Definition at line 213 of file attribute_types.pb.h.

◆ blob_value_

::std::string* bgs::protocol::Variant::blob_value_
private

Definition at line 220 of file attribute_types.pb.h.

◆ bool_value_

bool bgs::protocol::Variant::bool_value_
private

Definition at line 225 of file attribute_types.pb.h.

◆ default_instance_

Variant* bgs::protocol::Variant::default_instance_
staticprivate

Definition at line 231 of file attribute_types.pb.h.

◆ entity_id_value_

::bgs::protocol::EntityId* bgs::protocol::Variant::entity_id_value_
private

Definition at line 224 of file attribute_types.pb.h.

◆ float_value_

double bgs::protocol::Variant::float_value_
private

Definition at line 218 of file attribute_types.pb.h.

◆ fourcc_value_

::std::string* bgs::protocol::Variant::fourcc_value_
private

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

◆ int_value_

::google::protobuf::int64 bgs::protocol::Variant::int_value_
private

Definition at line 217 of file attribute_types.pb.h.

◆ kBlobValueFieldNumber

const int bgs::protocol::Variant::kBlobValueFieldNumber = 6
static

Definition at line 143 of file attribute_types.pb.h.

◆ kBoolValueFieldNumber

const int bgs::protocol::Variant::kBoolValueFieldNumber = 2
static

Definition at line 110 of file attribute_types.pb.h.

◆ kEntityIdValueFieldNumber

const int bgs::protocol::Variant::kEntityIdValueFieldNumber = 10
static

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

◆ kFloatValueFieldNumber

const int bgs::protocol::Variant::kFloatValueFieldNumber = 4
static

Definition at line 124 of file attribute_types.pb.h.

◆ kFourccValueFieldNumber

const int bgs::protocol::Variant::kFourccValueFieldNumber = 8
static

Definition at line 167 of file attribute_types.pb.h.

◆ kIntValueFieldNumber

const int bgs::protocol::Variant::kIntValueFieldNumber = 3
static

Definition at line 117 of file attribute_types.pb.h.

◆ kMessageValueFieldNumber

const int bgs::protocol::Variant::kMessageValueFieldNumber = 7
static

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

◆ kStringValueFieldNumber

const int bgs::protocol::Variant::kStringValueFieldNumber = 5
static

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

◆ kUintValueFieldNumber

const int bgs::protocol::Variant::kUintValueFieldNumber = 9
static

Definition at line 179 of file attribute_types.pb.h.

◆ message_value_

::std::string* bgs::protocol::Variant::message_value_
private

Definition at line 221 of file attribute_types.pb.h.

◆ string_value_

::std::string* bgs::protocol::Variant::string_value_
private

Definition at line 219 of file attribute_types.pb.h.

◆ uint_value_

::google::protobuf::uint64 bgs::protocol::Variant::uint_value_
private

Definition at line 223 of file attribute_types.pb.h.


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