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

#include <club_member.pb.h>

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

Public Member Functions

 CreateMemberOptions ()
 
virtual ~CreateMemberOptions ()
 
 CreateMemberOptions (const CreateMemberOptions &from)
 
CreateMemberOptionsoperator= (const CreateMemberOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CreateMemberOptions *other)
 
CreateMemberOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
const ::bgs::protocol::club::v1::MemberIdid () const
 
inline ::bgs::protocol::club::v1::MemberIdmutable_id ()
 
inline ::bgs::protocol::club::v1::MemberIdrelease_id ()
 
void set_allocated_id (::bgs::protocol::club::v1::MemberId *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_join_club_source () const
 
void clear_join_club_source ()
 
inline ::google::protobuf::uint32 join_club_source () const
 
void set_join_club_source (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kAttributeFieldNumber = 2
 
static const int kJoinClubSourceFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_join_club_source ()
 
void clear_has_join_club_source ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::club::v1::MemberIdid_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attributeattribute_
 
::google::protobuf::uint32 join_club_source_
 

Static Private Attributes

static CreateMemberOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fmember_2eproto ()
 
void protobuf_AssignDesc_club_5fmember_2eproto ()
 
void protobuf_ShutdownFile_club_5fmember_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CreateMemberOptions() [1/2]

bgs::protocol::club::v1::CreateMemberOptions::CreateMemberOptions ( )

◆ ~CreateMemberOptions()

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

◆ CreateMemberOptions() [2/2]

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

Member Function Documentation

◆ add_attribute()

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

Definition at line 2473 of file club_member.pb.h.

◆ attribute() [1/2]

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

Definition at line 2478 of file club_member.pb.h.

◆ attribute() [2/2]

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

Definition at line 2465 of file club_member.pb.h.

◆ attribute_size()

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

Definition at line 2459 of file club_member.pb.h.

◆ clear_attribute()

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

Definition at line 2462 of file club_member.pb.h.

◆ clear_has_id()

void bgs::protocol::club::v1::CreateMemberOptions::clear_has_id ( )
inlineprivate

Definition at line 2424 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_join_club_source()

void bgs::protocol::club::v1::CreateMemberOptions::clear_has_join_club_source ( )
inlineprivate

Definition at line 2495 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ clear_id()

void bgs::protocol::club::v1::CreateMemberOptions::clear_id ( )
inline

Definition at line 2427 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ clear_join_club_source()

void bgs::protocol::club::v1::CreateMemberOptions::clear_join_club_source ( )
inline

Definition at line 2498 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 717 of file club_member.pb.h.

◆ GetMetadata()

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

◆ has_id()

bool bgs::protocol::club::v1::CreateMemberOptions::has_id ( ) const
inline

Definition at line 2418 of file club_member.pb.h.

◆ has_join_club_source()

bool bgs::protocol::club::v1::CreateMemberOptions::has_join_club_source ( ) const
inline

Definition at line 2489 of file club_member.pb.h.

◆ id()

const ::bgs::protocol::club::v1::MemberId & bgs::protocol::club::v1::CreateMemberOptions::id ( ) const
inline

Definition at line 2431 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ InitAsDefaultInstance()

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

◆ join_club_source()

google::protobuf::uint32 bgs::protocol::club::v1::CreateMemberOptions::join_club_source ( ) const
inline

Definition at line 2502 of file club_member.pb.h.

◆ mutable_attribute() [1/2]

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

Definition at line 2483 of file club_member.pb.h.

◆ mutable_attribute() [2/2]

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

Definition at line 2469 of file club_member.pb.h.

◆ mutable_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::CreateMemberOptions::mutable_id ( )
inline

Definition at line 2435 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

Definition at line 696 of file club_member.pb.h.

◆ release_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::CreateMemberOptions::release_id ( )
inline

Definition at line 2441 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_id()

void bgs::protocol::club::v1::CreateMemberOptions::set_allocated_id ( ::bgs::protocol::club::v1::MemberId id)
inline

Definition at line 2447 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ set_has_id()

void bgs::protocol::club::v1::CreateMemberOptions::set_has_id ( )
inlineprivate

Definition at line 2421 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ set_has_join_club_source()

void bgs::protocol::club::v1::CreateMemberOptions::set_has_join_club_source ( )
inlineprivate

Definition at line 2492 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ set_join_club_source()

void bgs::protocol::club::v1::CreateMemberOptions::set_join_club_source ( ::google::protobuf::uint32  value)
inline

Definition at line 2506 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 701 of file club_member.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fmember_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fmember_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fmember_2eproto

void protobuf_AssignDesc_club_5fmember_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fmember_2eproto

void protobuf_ShutdownFile_club_5fmember_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

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

◆ _has_bits_

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

Definition at line 766 of file club_member.pb.h.

◆ _unknown_fields_

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

Definition at line 764 of file club_member.pb.h.

◆ attribute_

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

Definition at line 769 of file club_member.pb.h.

◆ default_instance_

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

Definition at line 776 of file club_member.pb.h.

◆ id_

::bgs::protocol::club::v1::MemberId* bgs::protocol::club::v1::CreateMemberOptions::id_
private

Definition at line 768 of file club_member.pb.h.

◆ join_club_source_

::google::protobuf::uint32 bgs::protocol::club::v1::CreateMemberOptions::join_club_source_
private

Definition at line 770 of file club_member.pb.h.

◆ kAttributeFieldNumber

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

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

◆ kIdFieldNumber

const int bgs::protocol::club::v1::CreateMemberOptions::kIdFieldNumber = 1
static

Definition at line 732 of file club_member.pb.h.

◆ kJoinClubSourceFieldNumber

const int bgs::protocol::club::v1::CreateMemberOptions::kJoinClubSourceFieldNumber = 3
static

Definition at line 753 of file club_member.pb.h.


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