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

#include <club_stream.pb.h>

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

Public Member Functions

 CreateMessageOptions ()
 
virtual ~CreateMessageOptions ()
 
 CreateMessageOptions (const CreateMessageOptions &from)
 
CreateMessageOptionsoperator= (const CreateMessageOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CreateMessageOptions *other)
 
CreateMessageOptionsNew () 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_mention () const
 
void clear_mention ()
 
const ::bgs::protocol::club::v1::MentionContentmention () const
 
inline ::bgs::protocol::club::v1::MentionContentmutable_mention ()
 
inline ::bgs::protocol::club::v1::MentionContentrelease_mention ()
 
void set_allocated_mention (::bgs::protocol::club::v1::MentionContent *mention)
 

Static Public Member Functions

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

Static Public Attributes

static const int kContentFieldNumber = 2
 
static const int kMentionFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_content ()
 
void clear_has_content ()
 
void set_has_mention ()
 
void clear_has_mention ()
 
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::MentionContentmention_
 

Static Private Attributes

static CreateMessageOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fstream_2eproto ()
 
void protobuf_AssignDesc_club_5fstream_2eproto ()
 
void protobuf_ShutdownFile_club_5fstream_2eproto ()
 

Detailed Description

Definition at line 662 of file club_stream.pb.h.

Constructor & Destructor Documentation

◆ CreateMessageOptions() [1/2]

bgs::protocol::club::v1::CreateMessageOptions::CreateMessageOptions ( )

◆ ~CreateMessageOptions()

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

◆ CreateMessageOptions() [2/2]

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

Member Function Documentation

◆ clear_content()

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

Definition at line 2757 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_has_content()

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

Definition at line 2754 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_mention()

void bgs::protocol::club::v1::CreateMessageOptions::clear_has_mention ( )
inlineprivate

Definition at line 2830 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_mention()

void bgs::protocol::club::v1::CreateMessageOptions::clear_mention ( )
inline

Definition at line 2833 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ content()

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

Definition at line 2763 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 690 of file club_stream.pb.h.

◆ GetMetadata()

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

◆ has_content()

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

Definition at line 2748 of file club_stream.pb.h.

◆ has_mention()

bool bgs::protocol::club::v1::CreateMessageOptions::has_mention ( ) const
inline

Definition at line 2824 of file club_stream.pb.h.

◆ InitAsDefaultInstance()

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

◆ mention()

const ::bgs::protocol::club::v1::MentionContent & bgs::protocol::club::v1::CreateMessageOptions::mention ( ) const
inline

Definition at line 2837 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ mutable_content()

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

Definition at line 2791 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_mention()

bgs::protocol::club::v1::MentionContent * bgs::protocol::club::v1::CreateMessageOptions::mutable_mention ( )
inline

Definition at line 2841 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 678 of file club_stream.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 669 of file club_stream.pb.h.

◆ release_content()

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

Definition at line 2799 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ release_mention()

bgs::protocol::club::v1::MentionContent * bgs::protocol::club::v1::CreateMessageOptions::release_mention ( )
inline

Definition at line 2847 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_content()

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

Definition at line 2809 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_mention()

void bgs::protocol::club::v1::CreateMessageOptions::set_allocated_mention ( ::bgs::protocol::club::v1::MentionContent mention)
inline

Definition at line 2853 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_content() [1/3]

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

Definition at line 2767 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_content() [2/3]

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

Definition at line 2775 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_content() [3/3]

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

Definition at line 2783 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_has_content()

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

Definition at line 2751 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_mention()

void bgs::protocol::club::v1::CreateMessageOptions::set_has_mention ( )
inlineprivate

Definition at line 2827 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 674 of file club_stream.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fstream_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fstream_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fstream_2eproto

void protobuf_AssignDesc_club_5fstream_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fstream_2eproto

void protobuf_ShutdownFile_club_5fstream_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

Definition at line 733 of file club_stream.pb.h.

◆ _has_bits_

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

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

◆ _unknown_fields_

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

Definition at line 730 of file club_stream.pb.h.

◆ content_

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

Definition at line 734 of file club_stream.pb.h.

◆ default_instance_

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

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

◆ kContentFieldNumber

const int bgs::protocol::club::v1::CreateMessageOptions::kContentFieldNumber = 2
static

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

◆ kMentionFieldNumber

const int bgs::protocol::club::v1::CreateMessageOptions::kMentionFieldNumber = 3
static

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

◆ mention_

::bgs::protocol::club::v1::MentionContent* bgs::protocol::club::v1::CreateMessageOptions::mention_
private

Definition at line 735 of file club_stream.pb.h.


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