TrinityCore
bgs::protocol::EmbedImage Class Reference

#include <embed_types.pb.h>

+ Inheritance diagram for bgs::protocol::EmbedImage:

Public Member Functions

 EmbedImage ()
 
virtual ~EmbedImage ()
 
 EmbedImage (const EmbedImage &from)
 
EmbedImageoperator= (const EmbedImage &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EmbedImage *other)
 
EmbedImageNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_url () const
 
void clear_url ()
 
const ::std::string & url () const
 
void set_url (const ::std::string &value)
 
void set_url (const char *value)
 
void set_url (const char *value, size_t size)
 
inline ::std::string * mutable_url ()
 
inline ::std::string * release_url ()
 
void set_allocated_url (::std::string *url)
 
bool has_width () const
 
void clear_width ()
 
inline ::google::protobuf::uint32 width () const
 
void set_width (::google::protobuf::uint32 value)
 
bool has_height () const
 
void clear_height ()
 
inline ::google::protobuf::uint32 height () const
 
void set_height (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kUrlFieldNumber = 1
 
static const int kWidthFieldNumber = 2
 
static const int kHeightFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_url ()
 
void clear_has_url ()
 
void set_has_width ()
 
void clear_has_width ()
 
void set_has_height ()
 
void clear_has_height ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * url_
 
::google::protobuf::uint32 width_
 
::google::protobuf::uint32 height_
 

Static Private Attributes

static EmbedImagedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_embed_5ftypes_2eproto ()
 
void protobuf_AssignDesc_embed_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_embed_5ftypes_2eproto ()
 

Detailed Description

Definition at line 45 of file embed_types.pb.h.

Constructor & Destructor Documentation

◆ EmbedImage() [1/2]

bgs::protocol::EmbedImage::EmbedImage ( )

◆ ~EmbedImage()

virtual bgs::protocol::EmbedImage::~EmbedImage ( )
virtual

◆ EmbedImage() [2/2]

bgs::protocol::EmbedImage::EmbedImage ( const EmbedImage from)

Member Function Documentation

◆ clear_has_height()

void bgs::protocol::EmbedImage::clear_has_height ( )
inlineprivate

Definition at line 563 of file embed_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_url()

void bgs::protocol::EmbedImage::clear_has_url ( )
inlineprivate

Definition at line 463 of file embed_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_width()

void bgs::protocol::EmbedImage::clear_has_width ( )
inlineprivate

Definition at line 539 of file embed_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_height()

void bgs::protocol::EmbedImage::clear_height ( )
inline

Definition at line 566 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ clear_url()

void bgs::protocol::EmbedImage::clear_url ( )
inline

Definition at line 466 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ clear_width()

void bgs::protocol::EmbedImage::clear_width ( )
inline

Definition at line 542 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const EmbedImage & bgs::protocol::EmbedImage::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::EmbedImage::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::EmbedImage::GetCachedSize ( ) const
inline

Definition at line 73 of file embed_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::EmbedImage::GetMetadata ( ) const

◆ has_height()

bool bgs::protocol::EmbedImage::has_height ( ) const
inline

Definition at line 557 of file embed_types.pb.h.

◆ has_url()

bool bgs::protocol::EmbedImage::has_url ( ) const
inline

Definition at line 457 of file embed_types.pb.h.

◆ has_width()

bool bgs::protocol::EmbedImage::has_width ( ) const
inline

Definition at line 533 of file embed_types.pb.h.

◆ height()

google::protobuf::uint32 bgs::protocol::EmbedImage::height ( ) const
inline

Definition at line 570 of file embed_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::EmbedImage::InitAsDefaultInstance ( )
private

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::EmbedImage::mutable_unknown_fields ( )
inline

Definition at line 61 of file embed_types.pb.h.

◆ mutable_url()

std::string * bgs::protocol::EmbedImage::mutable_url ( )
inline

Definition at line 500 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ New()

EmbedImage * bgs::protocol::EmbedImage::New ( ) const

◆ operator=()

EmbedImage & bgs::protocol::EmbedImage::operator= ( const EmbedImage from)
inline

Definition at line 52 of file embed_types.pb.h.

◆ release_url()

std::string * bgs::protocol::EmbedImage::release_url ( )
inline

Definition at line 508 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_url()

void bgs::protocol::EmbedImage::set_allocated_url ( ::std::string *  url)
inline

Definition at line 518 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_height()

void bgs::protocol::EmbedImage::set_has_height ( )
inlineprivate

Definition at line 560 of file embed_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_url()

void bgs::protocol::EmbedImage::set_has_url ( )
inlineprivate

Definition at line 460 of file embed_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_width()

void bgs::protocol::EmbedImage::set_has_width ( )
inlineprivate

Definition at line 536 of file embed_types.pb.h.

+ Here is the caller graph for this function:

◆ set_height()

void bgs::protocol::EmbedImage::set_height ( ::google::protobuf::uint32  value)
inline

Definition at line 574 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ set_url() [1/3]

void bgs::protocol::EmbedImage::set_url ( const ::std::string &  value)
inline

Definition at line 476 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ set_url() [2/3]

void bgs::protocol::EmbedImage::set_url ( const char *  value)
inline

Definition at line 484 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ set_url() [3/3]

void bgs::protocol::EmbedImage::set_url ( const char *  value,
size_t  size 
)
inline

Definition at line 492 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ set_width()

void bgs::protocol::EmbedImage::set_width ( ::google::protobuf::uint32  value)
inline

Definition at line 550 of file embed_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::EmbedImage::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::EmbedImage::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::EmbedImage::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::EmbedImage::Swap ( EmbedImage other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::EmbedImage::unknown_fields ( ) const
inline

Definition at line 57 of file embed_types.pb.h.

◆ url()

const ::std::string & bgs::protocol::EmbedImage::url ( ) const
inline

Definition at line 472 of file embed_types.pb.h.

+ Here is the caller graph for this function:

◆ width()

google::protobuf::uint32 bgs::protocol::EmbedImage::width ( ) const
inline

Definition at line 546 of file embed_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_embed_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_embed_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_embed_5ftypes_2eproto

void protobuf_AssignDesc_embed_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_embed_5ftypes_2eproto

void protobuf_ShutdownFile_embed_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::EmbedImage::_cached_size_
mutableprivate

Definition at line 123 of file embed_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::EmbedImage::_has_bits_[1]
private

Definition at line 122 of file embed_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::EmbedImage::_unknown_fields_
private

Definition at line 120 of file embed_types.pb.h.

◆ default_instance_

EmbedImage* bgs::protocol::EmbedImage::default_instance_
staticprivate

Definition at line 132 of file embed_types.pb.h.

◆ height_

::google::protobuf::uint32 bgs::protocol::EmbedImage::height_
private

Definition at line 126 of file embed_types.pb.h.

◆ kHeightFieldNumber

const int bgs::protocol::EmbedImage::kHeightFieldNumber = 3
static

Definition at line 107 of file embed_types.pb.h.

◆ kUrlFieldNumber

const int bgs::protocol::EmbedImage::kUrlFieldNumber = 1
static

Definition at line 88 of file embed_types.pb.h.

◆ kWidthFieldNumber

const int bgs::protocol::EmbedImage::kWidthFieldNumber = 2
static

Definition at line 100 of file embed_types.pb.h.

◆ url_

::std::string* bgs::protocol::EmbedImage::url_
private

Definition at line 124 of file embed_types.pb.h.

◆ width_

::google::protobuf::uint32 bgs::protocol::EmbedImage::width_
private

Definition at line 125 of file embed_types.pb.h.


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