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

#include <club_core.pb.h>

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

Public Member Functions

 ClubSettings ()
 
virtual ~ClubSettings ()
 
 ClubSettings (const ClubSettings &from)
 
ClubSettingsoperator= (const ClubSettings &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ClubSettings *other)
 
ClubSettingsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int stream_size () const
 
void clear_stream ()
 
const ::bgs::protocol::club::v1::StreamSettingsstream (int index) const
 
inline ::bgs::protocol::club::v1::StreamSettingsmutable_stream (int index)
 
inline ::bgs::protocol::club::v1::StreamSettingsadd_stream ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamSettings > & stream () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamSettings > * mutable_stream ()
 
bool has_stream_notification_filter_all () const
 
void clear_stream_notification_filter_all ()
 
bool stream_notification_filter_all () const
 
void set_stream_notification_filter_all (bool value)
 
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_push_notification_filter_all () const
 
void clear_push_notification_filter_all ()
 
bool push_notification_filter_all () const
 
void set_push_notification_filter_all (bool value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kStreamFieldNumber = 1
 
static const int kStreamNotificationFilterAllFieldNumber = 2
 
static const int kAttributeFieldNumber = 3
 
static const int kPushNotificationFilterAllFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_stream_notification_filter_all ()
 
void clear_has_stream_notification_filter_all ()
 
void set_has_push_notification_filter_all ()
 
void clear_has_push_notification_filter_all ()
 
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::StreamSettingsstream_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attributeattribute_
 
bool stream_notification_filter_all_
 
bool push_notification_filter_all_
 

Static Private Attributes

static ClubSettingsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fcore_2eproto ()
 
void protobuf_AssignDesc_club_5fcore_2eproto ()
 
void protobuf_ShutdownFile_club_5fcore_2eproto ()
 

Detailed Description

Definition at line 1665 of file club_core.pb.h.

Constructor & Destructor Documentation

◆ ClubSettings() [1/2]

bgs::protocol::club::v1::ClubSettings::ClubSettings ( )

◆ ~ClubSettings()

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

◆ ClubSettings() [2/2]

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

Member Function Documentation

◆ add_attribute()

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

Definition at line 5844 of file club_core.pb.h.

◆ add_stream()

bgs::protocol::club::v1::StreamSettings * bgs::protocol::club::v1::ClubSettings::add_stream ( )
inline

Definition at line 5790 of file club_core.pb.h.

◆ attribute() [1/2]

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

Definition at line 5849 of file club_core.pb.h.

◆ attribute() [2/2]

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

Definition at line 5836 of file club_core.pb.h.

◆ attribute_size()

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

Definition at line 5830 of file club_core.pb.h.

◆ clear_attribute()

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

Definition at line 5833 of file club_core.pb.h.

◆ clear_has_push_notification_filter_all()

void bgs::protocol::club::v1::ClubSettings::clear_has_push_notification_filter_all ( )
inlineprivate

Definition at line 5866 of file club_core.pb.h.

◆ clear_has_stream_notification_filter_all()

void bgs::protocol::club::v1::ClubSettings::clear_has_stream_notification_filter_all ( )
inlineprivate

Definition at line 5812 of file club_core.pb.h.

◆ clear_push_notification_filter_all()

void bgs::protocol::club::v1::ClubSettings::clear_push_notification_filter_all ( )
inline

Definition at line 5869 of file club_core.pb.h.

◆ clear_stream()

void bgs::protocol::club::v1::ClubSettings::clear_stream ( )
inline

Definition at line 5779 of file club_core.pb.h.

◆ clear_stream_notification_filter_all()

void bgs::protocol::club::v1::ClubSettings::clear_stream_notification_filter_all ( )
inline

Definition at line 5815 of file club_core.pb.h.

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 1693 of file club_core.pb.h.

◆ GetMetadata()

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

◆ has_push_notification_filter_all()

bool bgs::protocol::club::v1::ClubSettings::has_push_notification_filter_all ( ) const
inline

Definition at line 5860 of file club_core.pb.h.

◆ has_stream_notification_filter_all()

bool bgs::protocol::club::v1::ClubSettings::has_stream_notification_filter_all ( ) const
inline

Definition at line 5806 of file club_core.pb.h.

◆ InitAsDefaultInstance()

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

◆ mutable_attribute() [1/2]

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

Definition at line 5854 of file club_core.pb.h.

◆ mutable_attribute() [2/2]

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

Definition at line 5840 of file club_core.pb.h.

◆ mutable_stream() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::StreamSettings > * bgs::protocol::club::v1::ClubSettings::mutable_stream ( )
inline

Definition at line 5800 of file club_core.pb.h.

◆ mutable_stream() [2/2]

bgs::protocol::club::v1::StreamSettings * bgs::protocol::club::v1::ClubSettings::mutable_stream ( int  index)
inline

Definition at line 5786 of file club_core.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 1681 of file club_core.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 1672 of file club_core.pb.h.

◆ push_notification_filter_all()

bool bgs::protocol::club::v1::ClubSettings::push_notification_filter_all ( ) const
inline

Definition at line 5873 of file club_core.pb.h.

◆ set_has_push_notification_filter_all()

void bgs::protocol::club::v1::ClubSettings::set_has_push_notification_filter_all ( )
inlineprivate

Definition at line 5863 of file club_core.pb.h.

◆ set_has_stream_notification_filter_all()

void bgs::protocol::club::v1::ClubSettings::set_has_stream_notification_filter_all ( )
inlineprivate

Definition at line 5809 of file club_core.pb.h.

◆ set_push_notification_filter_all()

void bgs::protocol::club::v1::ClubSettings::set_push_notification_filter_all ( bool  value)
inline

Definition at line 5877 of file club_core.pb.h.

◆ set_stream_notification_filter_all()

void bgs::protocol::club::v1::ClubSettings::set_stream_notification_filter_all ( bool  value)
inline

Definition at line 5823 of file club_core.pb.h.

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ stream() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::StreamSettings > & bgs::protocol::club::v1::ClubSettings::stream ( ) const
inline

Definition at line 5795 of file club_core.pb.h.

◆ stream() [2/2]

const ::bgs::protocol::club::v1::StreamSettings & bgs::protocol::club::v1::ClubSettings::stream ( int  index) const
inline

Definition at line 5782 of file club_core.pb.h.

◆ stream_notification_filter_all()

bool bgs::protocol::club::v1::ClubSettings::stream_notification_filter_all ( ) const
inline

Definition at line 5819 of file club_core.pb.h.

◆ stream_size()

int bgs::protocol::club::v1::ClubSettings::stream_size ( ) const
inline

Definition at line 5776 of file club_core.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 1677 of file club_core.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fcore_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fcore_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fcore_2eproto

void protobuf_AssignDesc_club_5fcore_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fcore_2eproto

void protobuf_ShutdownFile_club_5fcore_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

Definition at line 1753 of file club_core.pb.h.

◆ _has_bits_

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

Definition at line 1752 of file club_core.pb.h.

◆ _unknown_fields_

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

Definition at line 1750 of file club_core.pb.h.

◆ attribute_

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

Definition at line 1755 of file club_core.pb.h.

◆ default_instance_

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

Definition at line 1763 of file club_core.pb.h.

◆ kAttributeFieldNumber

const int bgs::protocol::club::v1::ClubSettings::kAttributeFieldNumber = 3
static

Definition at line 1727 of file club_core.pb.h.

◆ kPushNotificationFilterAllFieldNumber

const int bgs::protocol::club::v1::ClubSettings::kPushNotificationFilterAllFieldNumber = 4
static

Definition at line 1739 of file club_core.pb.h.

◆ kStreamFieldNumber

const int bgs::protocol::club::v1::ClubSettings::kStreamFieldNumber = 1
static

Definition at line 1708 of file club_core.pb.h.

◆ kStreamNotificationFilterAllFieldNumber

const int bgs::protocol::club::v1::ClubSettings::kStreamNotificationFilterAllFieldNumber = 2
static

Definition at line 1720 of file club_core.pb.h.

◆ push_notification_filter_all_

bool bgs::protocol::club::v1::ClubSettings::push_notification_filter_all_
private

Definition at line 1757 of file club_core.pb.h.

◆ stream_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamSettings > bgs::protocol::club::v1::ClubSettings::stream_
private

Definition at line 1754 of file club_core.pb.h.

◆ stream_notification_filter_all_

bool bgs::protocol::club::v1::ClubSettings::stream_notification_filter_all_
private

Definition at line 1756 of file club_core.pb.h.


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