TrinityCore
bgs::protocol::club::v1::TagOptions Class Reference

#include <club_tag.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::TagOptions:

Public Member Functions

 TagOptions ()
 
virtual ~TagOptions ()
 
 TagOptions (const TagOptions &from)
 
TagOptionsoperator= (const TagOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TagOptions *other)
 
TagOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_action () const
 
void clear_action ()
 
inline ::google::protobuf::uint32 action () const
 
void set_action (::google::protobuf::uint32 value)
 
int tag_size () const
 
void clear_tag ()
 
const ::bgs::protocol::club::v1::TagIdentifiertag (int index) const
 
inline ::bgs::protocol::club::v1::TagIdentifiermutable_tag (int index)
 
inline ::bgs::protocol::club::v1::TagIdentifieradd_tag ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier > & tag () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier > * mutable_tag ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kActionFieldNumber = 1
 
static const int kTagFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_action ()
 
void clear_has_action ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifiertag_
 
::google::protobuf::uint32 action_
 

Static Private Attributes

static TagOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5ftag_2eproto ()
 
void protobuf_AssignDesc_club_5ftag_2eproto ()
 
void protobuf_ShutdownFile_club_5ftag_2eproto ()
 

Detailed Description

Definition at line 88 of file club_tag.pb.h.

Constructor & Destructor Documentation

◆ TagOptions() [1/2]

bgs::protocol::club::v1::TagOptions::TagOptions ( )

◆ ~TagOptions()

virtual bgs::protocol::club::v1::TagOptions::~TagOptions ( )
virtual

◆ TagOptions() [2/2]

bgs::protocol::club::v1::TagOptions::TagOptions ( const TagOptions from)

Member Function Documentation

◆ action()

google::protobuf::uint32 bgs::protocol::club::v1::TagOptions::action ( ) const
inline

Definition at line 361 of file club_tag.pb.h.

◆ add_tag()

bgs::protocol::club::v1::TagIdentifier * bgs::protocol::club::v1::TagOptions::add_tag ( )
inline

Definition at line 386 of file club_tag.pb.h.

◆ clear_action()

void bgs::protocol::club::v1::TagOptions::clear_action ( )
inline

Definition at line 357 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ clear_has_action()

void bgs::protocol::club::v1::TagOptions::clear_has_action ( )
inlineprivate

Definition at line 354 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ clear_tag()

void bgs::protocol::club::v1::TagOptions::clear_tag ( )
inline

Definition at line 375 of file club_tag.pb.h.

◆ default_instance()

static const TagOptions & bgs::protocol::club::v1::TagOptions::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::club::v1::TagOptions::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::club::v1::TagOptions::GetCachedSize ( ) const
inline

Definition at line 116 of file club_tag.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::club::v1::TagOptions::GetMetadata ( ) const

◆ has_action()

bool bgs::protocol::club::v1::TagOptions::has_action ( ) const
inline

Definition at line 348 of file club_tag.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::TagOptions::InitAsDefaultInstance ( )
private

◆ mutable_tag() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::TagIdentifier > * bgs::protocol::club::v1::TagOptions::mutable_tag ( )
inline

Definition at line 396 of file club_tag.pb.h.

◆ mutable_tag() [2/2]

bgs::protocol::club::v1::TagIdentifier * bgs::protocol::club::v1::TagOptions::mutable_tag ( int  index)
inline

Definition at line 382 of file club_tag.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::TagOptions::mutable_unknown_fields ( )
inline

Definition at line 104 of file club_tag.pb.h.

◆ New()

TagOptions * bgs::protocol::club::v1::TagOptions::New ( ) const

◆ operator=()

TagOptions & bgs::protocol::club::v1::TagOptions::operator= ( const TagOptions from)
inline

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

◆ set_action()

void bgs::protocol::club::v1::TagOptions::set_action ( ::google::protobuf::uint32  value)
inline

Definition at line 365 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ set_has_action()

void bgs::protocol::club::v1::TagOptions::set_has_action ( )
inlineprivate

Definition at line 351 of file club_tag.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::club::v1::TagOptions::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::club::v1::TagOptions::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::TagOptions::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::club::v1::TagOptions::Swap ( TagOptions other)

◆ tag() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::TagIdentifier > & bgs::protocol::club::v1::TagOptions::tag ( ) const
inline

Definition at line 391 of file club_tag.pb.h.

◆ tag() [2/2]

const ::bgs::protocol::club::v1::TagIdentifier & bgs::protocol::club::v1::TagOptions::tag ( int  index) const
inline

Definition at line 378 of file club_tag.pb.h.

◆ tag_size()

int bgs::protocol::club::v1::TagOptions::tag_size ( ) const
inline

Definition at line 372 of file club_tag.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::club::v1::TagOptions::unknown_fields ( ) const
inline

Definition at line 100 of file club_tag.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5ftag_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5ftag_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5ftag_2eproto

void protobuf_AssignDesc_club_5ftag_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5ftag_2eproto

void protobuf_ShutdownFile_club_5ftag_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::TagOptions::_cached_size_
mutableprivate

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

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::club::v1::TagOptions::_has_bits_[1]
private

Definition at line 154 of file club_tag.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::TagOptions::_unknown_fields_
private

Definition at line 152 of file club_tag.pb.h.

◆ action_

::google::protobuf::uint32 bgs::protocol::club::v1::TagOptions::action_
private

Definition at line 157 of file club_tag.pb.h.

◆ default_instance_

TagOptions* bgs::protocol::club::v1::TagOptions::default_instance_
staticprivate

Definition at line 163 of file club_tag.pb.h.

◆ kActionFieldNumber

const int bgs::protocol::club::v1::TagOptions::kActionFieldNumber = 1
static

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

◆ kTagFieldNumber

const int bgs::protocol::club::v1::TagOptions::kTagFieldNumber = 2
static

Definition at line 138 of file club_tag.pb.h.

◆ tag_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier > bgs::protocol::club::v1::TagOptions::tag_
private

Definition at line 156 of file club_tag.pb.h.


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