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

#include <club_membership_types.pb.h>

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

Public Member Functions

 ClubMembershipDescription ()
 
virtual ~ClubMembershipDescription ()
 
 ClubMembershipDescription (const ClubMembershipDescription &from)
 
ClubMembershipDescriptionoperator= (const ClubMembershipDescription &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ClubMembershipDescription *other)
 
ClubMembershipDescriptionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_member_id () const
 
void clear_member_id ()
 
const ::bgs::protocol::club::v1::MemberIdmember_id () const
 
inline ::bgs::protocol::club::v1::MemberIdmutable_member_id ()
 
inline ::bgs::protocol::club::v1::MemberIdrelease_member_id ()
 
void set_allocated_member_id (::bgs::protocol::club::v1::MemberId *member_id)
 
bool has_club () const
 
void clear_club ()
 
const ::bgs::protocol::club::v1::ClubDescriptionclub () const
 
inline ::bgs::protocol::club::v1::ClubDescriptionmutable_club ()
 
inline ::bgs::protocol::club::v1::ClubDescriptionrelease_club ()
 
void set_allocated_club (::bgs::protocol::club::v1::ClubDescription *club)
 

Static Public Member Functions

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

Static Public Attributes

static const int kMemberIdFieldNumber = 1
 
static const int kClubFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_member_id ()
 
void clear_has_member_id ()
 
void set_has_club ()
 
void clear_has_club ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::club::v1::MemberIdmember_id_
 
::bgs::protocol::club::v1::ClubDescriptionclub_
 

Static Private Attributes

static ClubMembershipDescriptiondefault_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 276 of file club_membership_types.pb.h.

Constructor & Destructor Documentation

◆ ClubMembershipDescription() [1/2]

bgs::protocol::club::v1::ClubMembershipDescription::ClubMembershipDescription ( )

◆ ~ClubMembershipDescription()

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

◆ ClubMembershipDescription() [2/2]

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

Member Function Documentation

◆ clear_club()

void bgs::protocol::club::v1::ClubMembershipDescription::clear_club ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_club()

void bgs::protocol::club::v1::ClubMembershipDescription::clear_has_club ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_member_id()

void bgs::protocol::club::v1::ClubMembershipDescription::clear_has_member_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_member_id()

void bgs::protocol::club::v1::ClubMembershipDescription::clear_member_id ( )
inline

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

+ Here is the call graph for this function:

◆ club()

const ::bgs::protocol::club::v1::ClubDescription & bgs::protocol::club::v1::ClubMembershipDescription::club ( ) const
inline

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

+ Here is the caller graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_club()

bool bgs::protocol::club::v1::ClubMembershipDescription::has_club ( ) const
inline

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

◆ has_member_id()

bool bgs::protocol::club::v1::ClubMembershipDescription::has_member_id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ member_id()

const ::bgs::protocol::club::v1::MemberId & bgs::protocol::club::v1::ClubMembershipDescription::member_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ mutable_club()

bgs::protocol::club::v1::ClubDescription * bgs::protocol::club::v1::ClubMembershipDescription::mutable_club ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_member_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::ClubMembershipDescription::mutable_member_id ( )
inline

Definition at line 913 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::ClubMembershipDescription::mutable_unknown_fields ( )
inline

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

◆ New()

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

◆ operator=()

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

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

◆ release_club()

bgs::protocol::club::v1::ClubDescription * bgs::protocol::club::v1::ClubMembershipDescription::release_club ( )
inline

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

+ Here is the call graph for this function:

◆ release_member_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::ClubMembershipDescription::release_member_id ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_club()

void bgs::protocol::club::v1::ClubMembershipDescription::set_allocated_club ( ::bgs::protocol::club::v1::ClubDescription club)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_member_id()

void bgs::protocol::club::v1::ClubMembershipDescription::set_allocated_member_id ( ::bgs::protocol::club::v1::MemberId member_id)
inline

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

+ Here is the call graph for this function:

◆ set_has_club()

void bgs::protocol::club::v1::ClubMembershipDescription::set_has_club ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_member_id()

void bgs::protocol::club::v1::ClubMembershipDescription::set_has_member_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 288 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::ClubMembershipDescription::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ club_

::bgs::protocol::club::v1::ClubDescription* bgs::protocol::club::v1::ClubMembershipDescription::club_
private

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

◆ default_instance_

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

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

◆ kClubFieldNumber

const int bgs::protocol::club::v1::ClubMembershipDescription::kClubFieldNumber = 2
static

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

◆ kMemberIdFieldNumber

const int bgs::protocol::club::v1::ClubMembershipDescription::kMemberIdFieldNumber = 1
static

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

◆ member_id_

::bgs::protocol::club::v1::MemberId* bgs::protocol::club::v1::ClubMembershipDescription::member_id_
private

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


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