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

#include <club_ban.pb.h>

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

Public Member Functions

 AddBanOptions ()
 
virtual ~AddBanOptions ()
 
 AddBanOptions (const AddBanOptions &from)
 
AddBanOptionsoperator= (const AddBanOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AddBanOptions *other)
 
AddBanOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_target_id () const
 
void clear_target_id ()
 
const ::bgs::protocol::club::v1::MemberIdtarget_id () const
 
inline ::bgs::protocol::club::v1::MemberIdmutable_target_id ()
 
inline ::bgs::protocol::club::v1::MemberIdrelease_target_id ()
 
void set_allocated_target_id (::bgs::protocol::club::v1::MemberId *target_id)
 
int attribute_size () const
 
void clear_attribute ()
 
const ::bgs::protocol::v2::Attributeattribute (int index) const
 
inline ::bgs::protocol::v2::Attributemutable_attribute (int index)
 
inline ::bgs::protocol::v2::Attributeadd_attribute ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > & attribute () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > * mutable_attribute ()
 
bool has_reason () const
 
void clear_reason ()
 
const ::std::string & reason () const
 
void set_reason (const ::std::string &value)
 
void set_reason (const char *value)
 
void set_reason (const char *value, size_t size)
 
inline ::std::string * mutable_reason ()
 
inline ::std::string * release_reason ()
 
void set_allocated_reason (::std::string *reason)
 

Static Public Member Functions

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

Static Public Attributes

static const int kTargetIdFieldNumber = 1
 
static const int kAttributeFieldNumber = 2
 
static const int kReasonFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_target_id ()
 
void clear_has_target_id ()
 
void set_has_reason ()
 
void clear_has_reason ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::club::v1::MemberIdtarget_id_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attributeattribute_
 
::std::string * reason_
 

Static Private Attributes

static AddBanOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fban_2eproto ()
 
void protobuf_AssignDesc_club_5fban_2eproto ()
 
void protobuf_ShutdownFile_club_5fban_2eproto ()
 

Detailed Description

Definition at line 48 of file club_ban.pb.h.

Constructor & Destructor Documentation

◆ AddBanOptions() [1/2]

bgs::protocol::club::v1::AddBanOptions::AddBanOptions ( )

◆ ~AddBanOptions()

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

◆ AddBanOptions() [2/2]

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

Member Function Documentation

◆ add_attribute()

bgs::protocol::v2::Attribute * bgs::protocol::club::v1::AddBanOptions::add_attribute ( )
inline

Definition at line 339 of file club_ban.pb.h.

◆ attribute() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::v2::Attribute > & bgs::protocol::club::v1::AddBanOptions::attribute ( ) const
inline

Definition at line 344 of file club_ban.pb.h.

◆ attribute() [2/2]

const ::bgs::protocol::v2::Attribute & bgs::protocol::club::v1::AddBanOptions::attribute ( int  index) const
inline

Definition at line 331 of file club_ban.pb.h.

◆ attribute_size()

int bgs::protocol::club::v1::AddBanOptions::attribute_size ( ) const
inline

Definition at line 325 of file club_ban.pb.h.

◆ clear_attribute()

void bgs::protocol::club::v1::AddBanOptions::clear_attribute ( )
inline

Definition at line 328 of file club_ban.pb.h.

◆ clear_has_reason()

void bgs::protocol::club::v1::AddBanOptions::clear_has_reason ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_target_id()

void bgs::protocol::club::v1::AddBanOptions::clear_has_target_id ( )
inlineprivate

Definition at line 290 of file club_ban.pb.h.

+ Here is the caller graph for this function:

◆ clear_reason()

void bgs::protocol::club::v1::AddBanOptions::clear_reason ( )
inline

Definition at line 364 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ clear_target_id()

void bgs::protocol::club::v1::AddBanOptions::clear_target_id ( )
inline

Definition at line 293 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 76 of file club_ban.pb.h.

◆ GetMetadata()

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

◆ has_reason()

bool bgs::protocol::club::v1::AddBanOptions::has_reason ( ) const
inline

Definition at line 355 of file club_ban.pb.h.

◆ has_target_id()

bool bgs::protocol::club::v1::AddBanOptions::has_target_id ( ) const
inline

Definition at line 284 of file club_ban.pb.h.

◆ InitAsDefaultInstance()

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

◆ mutable_attribute() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::v2::Attribute > * bgs::protocol::club::v1::AddBanOptions::mutable_attribute ( )
inline

Definition at line 349 of file club_ban.pb.h.

◆ mutable_attribute() [2/2]

bgs::protocol::v2::Attribute * bgs::protocol::club::v1::AddBanOptions::mutable_attribute ( int  index)
inline

Definition at line 335 of file club_ban.pb.h.

◆ mutable_reason()

std::string * bgs::protocol::club::v1::AddBanOptions::mutable_reason ( )
inline

Definition at line 398 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ mutable_target_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::AddBanOptions::mutable_target_id ( )
inline

Definition at line 301 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 64 of file club_ban.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 55 of file club_ban.pb.h.

◆ reason()

const ::std::string & bgs::protocol::club::v1::AddBanOptions::reason ( ) const
inline

Definition at line 370 of file club_ban.pb.h.

+ Here is the caller graph for this function:

◆ release_reason()

std::string * bgs::protocol::club::v1::AddBanOptions::release_reason ( )
inline

Definition at line 406 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ release_target_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::AddBanOptions::release_target_id ( )
inline

Definition at line 307 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_reason()

void bgs::protocol::club::v1::AddBanOptions::set_allocated_reason ( ::std::string *  reason)
inline

Definition at line 416 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_target_id()

void bgs::protocol::club::v1::AddBanOptions::set_allocated_target_id ( ::bgs::protocol::club::v1::MemberId target_id)
inline

Definition at line 313 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ set_has_reason()

void bgs::protocol::club::v1::AddBanOptions::set_has_reason ( )
inlineprivate

Definition at line 358 of file club_ban.pb.h.

+ Here is the caller graph for this function:

◆ set_has_target_id()

void bgs::protocol::club::v1::AddBanOptions::set_has_target_id ( )
inlineprivate

Definition at line 287 of file club_ban.pb.h.

+ Here is the caller graph for this function:

◆ set_reason() [1/3]

void bgs::protocol::club::v1::AddBanOptions::set_reason ( const ::std::string &  value)
inline

Definition at line 374 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ set_reason() [2/3]

void bgs::protocol::club::v1::AddBanOptions::set_reason ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_reason() [3/3]

void bgs::protocol::club::v1::AddBanOptions::set_reason ( const char *  value,
size_t  size 
)
inline

Definition at line 390 of file club_ban.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ target_id()

const ::bgs::protocol::club::v1::MemberId & bgs::protocol::club::v1::AddBanOptions::target_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ unknown_fields()

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

Definition at line 60 of file club_ban.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fban_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fban_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fban_2eproto

void protobuf_AssignDesc_club_5fban_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fban_2eproto

void protobuf_ShutdownFile_club_5fban_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

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

◆ _has_bits_

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

Definition at line 130 of file club_ban.pb.h.

◆ _unknown_fields_

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

Definition at line 128 of file club_ban.pb.h.

◆ attribute_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > bgs::protocol::club::v1::AddBanOptions::attribute_
private

Definition at line 133 of file club_ban.pb.h.

◆ default_instance_

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

Definition at line 140 of file club_ban.pb.h.

◆ kAttributeFieldNumber

const int bgs::protocol::club::v1::AddBanOptions::kAttributeFieldNumber = 2
static

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

◆ kReasonFieldNumber

const int bgs::protocol::club::v1::AddBanOptions::kReasonFieldNumber = 3
static

Definition at line 112 of file club_ban.pb.h.

◆ kTargetIdFieldNumber

const int bgs::protocol::club::v1::AddBanOptions::kTargetIdFieldNumber = 1
static

Definition at line 91 of file club_ban.pb.h.

◆ reason_

::std::string* bgs::protocol::club::v1::AddBanOptions::reason_
private

Definition at line 134 of file club_ban.pb.h.

◆ target_id_

::bgs::protocol::club::v1::MemberId* bgs::protocol::club::v1::AddBanOptions::target_id_
private

Definition at line 132 of file club_ban.pb.h.


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