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

#include <club_membership_types.pb.h>

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

Public Member Functions

 ClubMembershipState ()
 
virtual ~ClubMembershipState ()
 
 ClubMembershipState (const ClubMembershipState &from)
 
ClubMembershipStateoperator= (const ClubMembershipState &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ClubMembershipState *other)
 
ClubMembershipStateNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int description_size () const
 
void clear_description ()
 
const ::bgs::protocol::club::v1::ClubMembershipDescriptiondescription (int index) const
 
inline ::bgs::protocol::club::v1::ClubMembershipDescriptionmutable_description (int index)
 
inline ::bgs::protocol::club::v1::ClubMembershipDescriptionadd_description ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubMembershipDescription > & description () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubMembershipDescription > * mutable_description ()
 
int invitation_size () const
 
void clear_invitation ()
 
const ::bgs::protocol::club::v1::ClubInvitationinvitation (int index) const
 
inline ::bgs::protocol::club::v1::ClubInvitationmutable_invitation (int index)
 
inline ::bgs::protocol::club::v1::ClubInvitationadd_invitation ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation > & invitation () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation > * mutable_invitation ()
 
bool has_setting () const
 
void clear_setting ()
 
const ::bgs::protocol::club::v1::ClubSharedSettingssetting () const
 
inline ::bgs::protocol::club::v1::ClubSharedSettingsmutable_setting ()
 
inline ::bgs::protocol::club::v1::ClubSharedSettingsrelease_setting ()
 
void set_allocated_setting (::bgs::protocol::club::v1::ClubSharedSettings *setting)
 
bool has_mention_view () const
 
void clear_mention_view ()
 
const ::bgs::protocol::ViewMarkermention_view () const
 
inline ::bgs::protocol::ViewMarkermutable_mention_view ()
 
inline ::bgs::protocol::ViewMarkerrelease_mention_view ()
 
void set_allocated_mention_view (::bgs::protocol::ViewMarker *mention_view)
 

Static Public Member Functions

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

Static Public Attributes

static const int kDescriptionFieldNumber = 1
 
static const int kInvitationFieldNumber = 2
 
static const int kSettingFieldNumber = 3
 
static const int kMentionViewFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_setting ()
 
void clear_has_setting ()
 
void set_has_mention_view ()
 
void clear_has_mention_view ()
 
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::ClubMembershipDescriptiondescription_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitationinvitation_
 
::bgs::protocol::club::v1::ClubSharedSettingssetting_
 
::bgs::protocol::ViewMarkermention_view_
 

Static Private Attributes

static ClubMembershipStatedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fmembership_5ftypes_2eproto ()
 
void protobuf_AssignDesc_club_5fmembership_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_club_5fmembership_5ftypes_2eproto ()
 

Detailed Description

Definition at line 356 of file club_membership_types.pb.h.

Constructor & Destructor Documentation

◆ ClubMembershipState() [1/2]

bgs::protocol::club::v1::ClubMembershipState::ClubMembershipState ( )

◆ ~ClubMembershipState()

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

◆ ClubMembershipState() [2/2]

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

Member Function Documentation

◆ add_description()

bgs::protocol::club::v1::ClubMembershipDescription * bgs::protocol::club::v1::ClubMembershipState::add_description ( )
inline

Definition at line 996 of file club_membership_types.pb.h.

◆ add_invitation()

bgs::protocol::club::v1::ClubInvitation * bgs::protocol::club::v1::ClubMembershipState::add_invitation ( )
inline

Definition at line 1026 of file club_membership_types.pb.h.

◆ clear_description()

void bgs::protocol::club::v1::ClubMembershipState::clear_description ( )
inline

Definition at line 985 of file club_membership_types.pb.h.

◆ clear_has_mention_view()

void bgs::protocol::club::v1::ClubMembershipState::clear_has_mention_view ( )
inlineprivate

Definition at line 1089 of file club_membership_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_setting()

void bgs::protocol::club::v1::ClubMembershipState::clear_has_setting ( )
inlineprivate

Definition at line 1048 of file club_membership_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_invitation()

void bgs::protocol::club::v1::ClubMembershipState::clear_invitation ( )
inline

Definition at line 1015 of file club_membership_types.pb.h.

◆ clear_mention_view()

void bgs::protocol::club::v1::ClubMembershipState::clear_mention_view ( )
inline

Definition at line 1092 of file club_membership_types.pb.h.

+ Here is the call graph for this function:

◆ clear_setting()

void bgs::protocol::club::v1::ClubMembershipState::clear_setting ( )
inline

Definition at line 1051 of file club_membership_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ description() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::ClubMembershipDescription > & bgs::protocol::club::v1::ClubMembershipState::description ( ) const
inline

Definition at line 1001 of file club_membership_types.pb.h.

◆ description() [2/2]

const ::bgs::protocol::club::v1::ClubMembershipDescription & bgs::protocol::club::v1::ClubMembershipState::description ( int  index) const
inline

Definition at line 988 of file club_membership_types.pb.h.

◆ description_size()

int bgs::protocol::club::v1::ClubMembershipState::description_size ( ) const
inline

Definition at line 982 of file club_membership_types.pb.h.

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 384 of file club_membership_types.pb.h.

◆ GetMetadata()

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

◆ has_mention_view()

bool bgs::protocol::club::v1::ClubMembershipState::has_mention_view ( ) const
inline

Definition at line 1083 of file club_membership_types.pb.h.

◆ has_setting()

bool bgs::protocol::club::v1::ClubMembershipState::has_setting ( ) const
inline

Definition at line 1042 of file club_membership_types.pb.h.

◆ InitAsDefaultInstance()

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

◆ invitation() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::ClubInvitation > & bgs::protocol::club::v1::ClubMembershipState::invitation ( ) const
inline

Definition at line 1031 of file club_membership_types.pb.h.

◆ invitation() [2/2]

const ::bgs::protocol::club::v1::ClubInvitation & bgs::protocol::club::v1::ClubMembershipState::invitation ( int  index) const
inline

Definition at line 1018 of file club_membership_types.pb.h.

◆ invitation_size()

int bgs::protocol::club::v1::ClubMembershipState::invitation_size ( ) const
inline

Definition at line 1012 of file club_membership_types.pb.h.

◆ mention_view()

const ::bgs::protocol::ViewMarker & bgs::protocol::club::v1::ClubMembershipState::mention_view ( ) const
inline

Definition at line 1096 of file club_membership_types.pb.h.

+ Here is the caller graph for this function:

◆ mutable_description() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::ClubMembershipDescription > * bgs::protocol::club::v1::ClubMembershipState::mutable_description ( )
inline

Definition at line 1006 of file club_membership_types.pb.h.

◆ mutable_description() [2/2]

bgs::protocol::club::v1::ClubMembershipDescription * bgs::protocol::club::v1::ClubMembershipState::mutable_description ( int  index)
inline

Definition at line 992 of file club_membership_types.pb.h.

◆ mutable_invitation() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::ClubInvitation > * bgs::protocol::club::v1::ClubMembershipState::mutable_invitation ( )
inline

Definition at line 1036 of file club_membership_types.pb.h.

◆ mutable_invitation() [2/2]

bgs::protocol::club::v1::ClubInvitation * bgs::protocol::club::v1::ClubMembershipState::mutable_invitation ( int  index)
inline

Definition at line 1022 of file club_membership_types.pb.h.

◆ mutable_mention_view()

bgs::protocol::ViewMarker * bgs::protocol::club::v1::ClubMembershipState::mutable_mention_view ( )
inline

Definition at line 1100 of file club_membership_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_setting()

bgs::protocol::club::v1::ClubSharedSettings * bgs::protocol::club::v1::ClubMembershipState::mutable_setting ( )
inline

Definition at line 1059 of file club_membership_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

Definition at line 363 of file club_membership_types.pb.h.

◆ release_mention_view()

bgs::protocol::ViewMarker * bgs::protocol::club::v1::ClubMembershipState::release_mention_view ( )
inline

Definition at line 1106 of file club_membership_types.pb.h.

+ Here is the call graph for this function:

◆ release_setting()

bgs::protocol::club::v1::ClubSharedSettings * bgs::protocol::club::v1::ClubMembershipState::release_setting ( )
inline

Definition at line 1065 of file club_membership_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_mention_view()

void bgs::protocol::club::v1::ClubMembershipState::set_allocated_mention_view ( ::bgs::protocol::ViewMarker mention_view)
inline

Definition at line 1112 of file club_membership_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_setting()

void bgs::protocol::club::v1::ClubMembershipState::set_allocated_setting ( ::bgs::protocol::club::v1::ClubSharedSettings setting)
inline

Definition at line 1071 of file club_membership_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_mention_view()

void bgs::protocol::club::v1::ClubMembershipState::set_has_mention_view ( )
inlineprivate

Definition at line 1086 of file club_membership_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_setting()

void bgs::protocol::club::v1::ClubMembershipState::set_has_setting ( )
inlineprivate

Definition at line 1045 of file club_membership_types.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ setting()

const ::bgs::protocol::club::v1::ClubSharedSettings & bgs::protocol::club::v1::ClubMembershipState::setting ( ) const
inline

Definition at line 1055 of file club_membership_types.pb.h.

+ Here is the caller graph for this function:

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 368 of file club_membership_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fmembership_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fmembership_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fmembership_5ftypes_2eproto

void protobuf_AssignDesc_club_5fmembership_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fmembership_5ftypes_2eproto

void protobuf_ShutdownFile_club_5fmembership_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

Definition at line 448 of file club_membership_types.pb.h.

◆ _has_bits_

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

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

◆ _unknown_fields_

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

Definition at line 445 of file club_membership_types.pb.h.

◆ default_instance_

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

Definition at line 458 of file club_membership_types.pb.h.

◆ description_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubMembershipDescription > bgs::protocol::club::v1::ClubMembershipState::description_
private

Definition at line 449 of file club_membership_types.pb.h.

◆ invitation_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation > bgs::protocol::club::v1::ClubMembershipState::invitation_
private

Definition at line 450 of file club_membership_types.pb.h.

◆ kDescriptionFieldNumber

const int bgs::protocol::club::v1::ClubMembershipState::kDescriptionFieldNumber = 1
static

Definition at line 399 of file club_membership_types.pb.h.

◆ kInvitationFieldNumber

const int bgs::protocol::club::v1::ClubMembershipState::kInvitationFieldNumber = 2
static

Definition at line 411 of file club_membership_types.pb.h.

◆ kMentionViewFieldNumber

const int bgs::protocol::club::v1::ClubMembershipState::kMentionViewFieldNumber = 4
static

Definition at line 432 of file club_membership_types.pb.h.

◆ kSettingFieldNumber

const int bgs::protocol::club::v1::ClubMembershipState::kSettingFieldNumber = 3
static

Definition at line 423 of file club_membership_types.pb.h.

◆ mention_view_

::bgs::protocol::ViewMarker* bgs::protocol::club::v1::ClubMembershipState::mention_view_
private

Definition at line 452 of file club_membership_types.pb.h.

◆ setting_

::bgs::protocol::club::v1::ClubSharedSettings* bgs::protocol::club::v1::ClubMembershipState::setting_
private

Definition at line 451 of file club_membership_types.pb.h.


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