TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::whisper::v2::SendWhisperOptions Class Reference

#include <whisper_types.pb.h>

+ Inheritance diagram for bgs::protocol::whisper::v2::SendWhisperOptions:

Public Member Functions

 SendWhisperOptions ()
 
virtual ~SendWhisperOptions ()
 
 SendWhisperOptions (const SendWhisperOptions &from)
 
SendWhisperOptionsoperator= (const SendWhisperOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SendWhisperOptions *other)
 
SendWhisperOptionsNew () 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)
 

Static Public Member Functions

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

Static Public Attributes

static const int kContentFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_content ()
 
void clear_has_content ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * content_
 

Static Private Attributes

static SendWhisperOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto ()
 

Detailed Description

Definition at line 269 of file whisper_types.pb.h.

Constructor & Destructor Documentation

◆ SendWhisperOptions() [1/2]

bgs::protocol::whisper::v2::SendWhisperOptions::SendWhisperOptions ( )

◆ ~SendWhisperOptions()

virtual bgs::protocol::whisper::v2::SendWhisperOptions::~SendWhisperOptions ( )
virtual

◆ SendWhisperOptions() [2/2]

bgs::protocol::whisper::v2::SendWhisperOptions::SendWhisperOptions ( const SendWhisperOptions from)

Member Function Documentation

◆ clear_content()

void bgs::protocol::whisper::v2::SendWhisperOptions::clear_content ( )
inline

Definition at line 724 of file whisper_types.pb.h.

+ Here is the call graph for this function:

◆ clear_has_content()

void bgs::protocol::whisper::v2::SendWhisperOptions::clear_has_content ( )
inlineprivate

Definition at line 721 of file whisper_types.pb.h.

+ Here is the caller graph for this function:

◆ content()

const ::std::string & bgs::protocol::whisper::v2::SendWhisperOptions::content ( ) const
inline

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

+ Here is the caller graph for this function:

◆ default_instance()

static const SendWhisperOptions & bgs::protocol::whisper::v2::SendWhisperOptions::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::whisper::v2::SendWhisperOptions::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::whisper::v2::SendWhisperOptions::GetCachedSize ( ) const
inline

Definition at line 297 of file whisper_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::whisper::v2::SendWhisperOptions::GetMetadata ( ) const

◆ has_content()

bool bgs::protocol::whisper::v2::SendWhisperOptions::has_content ( ) const
inline

Definition at line 715 of file whisper_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::whisper::v2::SendWhisperOptions::InitAsDefaultInstance ( )
private

◆ mutable_content()

std::string * bgs::protocol::whisper::v2::SendWhisperOptions::mutable_content ( )
inline

Definition at line 758 of file whisper_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::whisper::v2::SendWhisperOptions::mutable_unknown_fields ( )
inline

Definition at line 285 of file whisper_types.pb.h.

◆ New()

SendWhisperOptions * bgs::protocol::whisper::v2::SendWhisperOptions::New ( ) const

◆ operator=()

SendWhisperOptions & bgs::protocol::whisper::v2::SendWhisperOptions::operator= ( const SendWhisperOptions from)
inline

Definition at line 276 of file whisper_types.pb.h.

◆ release_content()

std::string * bgs::protocol::whisper::v2::SendWhisperOptions::release_content ( )
inline

Definition at line 766 of file whisper_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_content()

void bgs::protocol::whisper::v2::SendWhisperOptions::set_allocated_content ( ::std::string *  content)
inline

Definition at line 776 of file whisper_types.pb.h.

+ Here is the call graph for this function:

◆ set_content() [1/3]

void bgs::protocol::whisper::v2::SendWhisperOptions::set_content ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_content() [2/3]

void bgs::protocol::whisper::v2::SendWhisperOptions::set_content ( const char *  value)
inline

Definition at line 742 of file whisper_types.pb.h.

+ Here is the call graph for this function:

◆ set_content() [3/3]

void bgs::protocol::whisper::v2::SendWhisperOptions::set_content ( const char *  value,
size_t  size 
)
inline

Definition at line 750 of file whisper_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_content()

void bgs::protocol::whisper::v2::SendWhisperOptions::set_has_content ( )
inlineprivate

Definition at line 718 of file whisper_types.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::whisper::v2::SendWhisperOptions::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::whisper::v2::SendWhisperOptions::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::whisper::v2::SendWhisperOptions::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::whisper::v2::SendWhisperOptions::Swap ( SendWhisperOptions other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::whisper::v2::SendWhisperOptions::unknown_fields ( ) const
inline

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

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto

void protobuf_AssignDesc_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto

void protobuf_ShutdownFile_api_2fcommon_2fv2_2fwhisper_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::whisper::v2::SendWhisperOptions::_cached_size_
mutableprivate

Definition at line 329 of file whisper_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::whisper::v2::SendWhisperOptions::_has_bits_[1]
private

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

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::whisper::v2::SendWhisperOptions::_unknown_fields_
private

Definition at line 326 of file whisper_types.pb.h.

◆ content_

::std::string* bgs::protocol::whisper::v2::SendWhisperOptions::content_
private

Definition at line 330 of file whisper_types.pb.h.

◆ default_instance_

SendWhisperOptions* bgs::protocol::whisper::v2::SendWhisperOptions::default_instance_
staticprivate

Definition at line 336 of file whisper_types.pb.h.

◆ kContentFieldNumber

const int bgs::protocol::whisper::v2::SendWhisperOptions::kContentFieldNumber = 1
static

Definition at line 312 of file whisper_types.pb.h.


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