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

#include <club_core.pb.h>

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

Public Member Functions

 Broadcast ()
 
virtual ~Broadcast ()
 
 Broadcast (const Broadcast &from)
 
Broadcastoperator= (const Broadcast &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Broadcast *other)
 
BroadcastNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_content () const
 
void clear_content ()
 
const ::std::string & content () const
 
void set_content (const ::std::string &value)
 
void set_content (const char *value)
 
void set_content (const char *value, size_t size)
 
inline ::std::string * mutable_content ()
 
inline ::std::string * release_content ()
 
void set_allocated_content (::std::string *content)
 
bool has_creator () const
 
void clear_creator ()
 
const ::bgs::protocol::club::v1::MemberDescriptioncreator () const
 
inline ::bgs::protocol::club::v1::MemberDescriptionmutable_creator ()
 
inline ::bgs::protocol::club::v1::MemberDescriptionrelease_creator ()
 
void set_allocated_creator (::bgs::protocol::club::v1::MemberDescription *creator)
 
bool has_creation_time () const
 
void clear_creation_time ()
 
inline ::google::protobuf::uint64 creation_time () const
 
void set_creation_time (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kContentFieldNumber = 1
 
static const int kCreatorFieldNumber = 2
 
static const int kCreationTimeFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_content ()
 
void clear_has_content ()
 
void set_has_creator ()
 
void clear_has_creator ()
 
void set_has_creation_time ()
 
void clear_has_creation_time ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * content_
 
::bgs::protocol::club::v1::MemberDescriptioncreator_
 
::google::protobuf::uint64 creation_time_
 

Static Private Attributes

static Broadcastdefault_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 201 of file club_core.pb.h.

Constructor & Destructor Documentation

◆ Broadcast() [1/2]

bgs::protocol::club::v1::Broadcast::Broadcast ( )

◆ ~Broadcast()

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

◆ Broadcast() [2/2]

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

Member Function Documentation

◆ clear_content()

void bgs::protocol::club::v1::Broadcast::clear_content ( )
inline

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

◆ clear_creation_time()

void bgs::protocol::club::v1::Broadcast::clear_creation_time ( )
inline

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

◆ clear_creator()

void bgs::protocol::club::v1::Broadcast::clear_creator ( )
inline

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

◆ clear_has_content()

void bgs::protocol::club::v1::Broadcast::clear_has_content ( )
inlineprivate

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

◆ clear_has_creation_time()

void bgs::protocol::club::v1::Broadcast::clear_has_creation_time ( )
inlineprivate

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

◆ clear_has_creator()

void bgs::protocol::club::v1::Broadcast::clear_has_creator ( )
inlineprivate

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

◆ content()

const ::std::string & bgs::protocol::club::v1::Broadcast::content ( ) const
inline

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

◆ creation_time()

google::protobuf::uint64 bgs::protocol::club::v1::Broadcast::creation_time ( ) const
inline

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

◆ creator()

const ::bgs::protocol::club::v1::MemberDescription & bgs::protocol::club::v1::Broadcast::creator ( ) const
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_content()

bool bgs::protocol::club::v1::Broadcast::has_content ( ) const
inline

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

◆ has_creation_time()

bool bgs::protocol::club::v1::Broadcast::has_creation_time ( ) const
inline

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

◆ has_creator()

bool bgs::protocol::club::v1::Broadcast::has_creator ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_content()

std::string * bgs::protocol::club::v1::Broadcast::mutable_content ( )
inline

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

◆ mutable_creator()

bgs::protocol::club::v1::MemberDescription * bgs::protocol::club::v1::Broadcast::mutable_creator ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_content()

std::string * bgs::protocol::club::v1::Broadcast::release_content ( )
inline

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

◆ release_creator()

bgs::protocol::club::v1::MemberDescription * bgs::protocol::club::v1::Broadcast::release_creator ( )
inline

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

◆ set_allocated_content()

void bgs::protocol::club::v1::Broadcast::set_allocated_content ( ::std::string *  content)
inline

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

◆ set_allocated_creator()

void bgs::protocol::club::v1::Broadcast::set_allocated_creator ( ::bgs::protocol::club::v1::MemberDescription creator)
inline

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

◆ set_content() [1/3]

void bgs::protocol::club::v1::Broadcast::set_content ( const ::std::string &  value)
inline

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

◆ set_content() [2/3]

void bgs::protocol::club::v1::Broadcast::set_content ( const char *  value)
inline

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

◆ set_content() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_creation_time()

void bgs::protocol::club::v1::Broadcast::set_creation_time ( ::google::protobuf::uint64  value)
inline

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

◆ set_has_content()

void bgs::protocol::club::v1::Broadcast::set_has_content ( )
inlineprivate

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

◆ set_has_creation_time()

void bgs::protocol::club::v1::Broadcast::set_has_creation_time ( )
inlineprivate

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

◆ set_has_creator()

void bgs::protocol::club::v1::Broadcast::set_has_creator ( )
inlineprivate

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 213 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::Broadcast::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ content_

::std::string* bgs::protocol::club::v1::Broadcast::content_
private

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

◆ creation_time_

::google::protobuf::uint64 bgs::protocol::club::v1::Broadcast::creation_time_
private

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

◆ creator_

::bgs::protocol::club::v1::MemberDescription* bgs::protocol::club::v1::Broadcast::creator_
private

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

◆ default_instance_

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

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

◆ kContentFieldNumber

const int bgs::protocol::club::v1::Broadcast::kContentFieldNumber = 1
static

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

◆ kCreationTimeFieldNumber

const int bgs::protocol::club::v1::Broadcast::kCreationTimeFieldNumber = 3
static

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

◆ kCreatorFieldNumber

const int bgs::protocol::club::v1::Broadcast::kCreatorFieldNumber = 2
static

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


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