TrinityCore
bgs::protocol::v2::Attribute Class Reference

#include <attribute_types.pb.h>

+ Inheritance diagram for bgs::protocol::v2::Attribute:

Public Member Functions

 Attribute ()
 
virtual ~Attribute ()
 
 Attribute (const Attribute &from)
 
Attributeoperator= (const Attribute &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Attribute *other)
 
AttributeNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline ::std::string * mutable_name ()
 
inline ::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_value () const
 
void clear_value ()
 
const ::bgs::protocol::v2::Variantvalue () const
 
inline ::bgs::protocol::v2::Variantmutable_value ()
 
inline ::bgs::protocol::v2::Variantrelease_value ()
 
void set_allocated_value (::bgs::protocol::v2::Variant *value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kNameFieldNumber = 1
 
static const int kValueFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_name ()
 
void clear_has_name ()
 
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_
 
::std::string * name_
 
::bgs::protocol::v2::Variantvalue_
 

Static Private Attributes

static Attributedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv2_2fattribute_5ftypes_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Attribute() [1/2]

bgs::protocol::v2::Attribute::Attribute ( )

◆ ~Attribute()

virtual bgs::protocol::v2::Attribute::~Attribute ( )
virtual

◆ Attribute() [2/2]

bgs::protocol::v2::Attribute::Attribute ( const Attribute from)

Member Function Documentation

◆ clear_has_name()

void bgs::protocol::v2::Attribute::clear_has_name ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_value()

void bgs::protocol::v2::Attribute::clear_has_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_name()

void bgs::protocol::v2::Attribute::clear_name ( )
inline

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

+ Here is the call graph for this function:

◆ clear_value()

void bgs::protocol::v2::Attribute::clear_value ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

static const Attribute & bgs::protocol::v2::Attribute::default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int bgs::protocol::v2::Attribute::GetCachedSize ( ) const
inline

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

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::v2::Attribute::GetMetadata ( ) const

◆ has_name()

bool bgs::protocol::v2::Attribute::has_name ( ) const
inline

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

◆ has_value()

bool bgs::protocol::v2::Attribute::has_value ( ) const
inline

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

◆ InitAsDefaultInstance()

void bgs::protocol::v2::Attribute::InitAsDefaultInstance ( )
private

◆ mutable_name()

std::string * bgs::protocol::v2::Attribute::mutable_name ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::v2::Attribute::mutable_unknown_fields ( )
inline

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

◆ mutable_value()

bgs::protocol::v2::Variant * bgs::protocol::v2::Attribute::mutable_value ( )
inline

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

+ Here is the call graph for this function:

◆ name()

const ::std::string & bgs::protocol::v2::Attribute::name ( ) const
inline

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

+ Here is the caller graph for this function:

◆ New()

Attribute * bgs::protocol::v2::Attribute::New ( ) const

◆ operator=()

Attribute & bgs::protocol::v2::Attribute::operator= ( const Attribute from)
inline

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

◆ release_name()

std::string * bgs::protocol::v2::Attribute::release_name ( )
inline

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

+ Here is the call graph for this function:

◆ release_value()

bgs::protocol::v2::Variant * bgs::protocol::v2::Attribute::release_value ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_name()

void bgs::protocol::v2::Attribute::set_allocated_name ( ::std::string *  name)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_value()

void bgs::protocol::v2::Attribute::set_allocated_value ( ::bgs::protocol::v2::Variant value)
inline

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

+ Here is the call graph for this function:

◆ set_has_name()

void bgs::protocol::v2::Attribute::set_has_name ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_value()

void bgs::protocol::v2::Attribute::set_has_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_name() [1/3]

void bgs::protocol::v2::Attribute::set_name ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_name() [2/3]

void bgs::protocol::v2::Attribute::set_name ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_name() [3/3]

void bgs::protocol::v2::Attribute::set_name ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::v2::Attribute::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::v2::Attribute::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::v2::Attribute::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::v2::Attribute::Swap ( Attribute other)

◆ unknown_fields()

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

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

◆ value()

const ::bgs::protocol::v2::Variant & bgs::protocol::v2::Attribute::value ( ) const
inline

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

+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ protobuf_AddDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto

void protobuf_AssignDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv2_2fattribute_5ftypes_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv2_2fattribute_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::v2::Attribute::_cached_size_
mutableprivate

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

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::v2::Attribute::_has_bits_[1]
private

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

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::v2::Attribute::_unknown_fields_
private

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

◆ default_instance_

Attribute* bgs::protocol::v2::Attribute::default_instance_
staticprivate

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

◆ kNameFieldNumber

const int bgs::protocol::v2::Attribute::kNameFieldNumber = 1
static

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

◆ kValueFieldNumber

const int bgs::protocol::v2::Attribute::kValueFieldNumber = 2
static

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

◆ name_

::std::string* bgs::protocol::v2::Attribute::name_
private

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

◆ value_

::bgs::protocol::v2::Variant* bgs::protocol::v2::Attribute::value_
private

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


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