TrinityCore
bgs::protocol::EmbedHTML Class Reference

#include <embed_types.pb.h>

+ Inheritance diagram for bgs::protocol::EmbedHTML:

Public Member Functions

 EmbedHTML ()
 
virtual ~EmbedHTML ()
 
 EmbedHTML (const EmbedHTML &from)
 
EmbedHTMLoperator= (const EmbedHTML &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EmbedHTML *other)
 
EmbedHTMLNew () 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_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 EmbedHTMLdefault_instance ()
 

Static Public Attributes

static const int kContentFieldNumber = 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_content ()
 
void clear_has_content ()
 
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 * content_
 
::google::protobuf::uint32 width_
 
::google::protobuf::uint32 height_
 

Static Private Attributes

static EmbedHTMLdefault_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 207 of file embed_types.pb.h.

Constructor & Destructor Documentation

◆ EmbedHTML() [1/2]

bgs::protocol::EmbedHTML::EmbedHTML ( )

◆ ~EmbedHTML()

virtual bgs::protocol::EmbedHTML::~EmbedHTML ( )
virtual

◆ EmbedHTML() [2/2]

bgs::protocol::EmbedHTML::EmbedHTML ( const EmbedHTML from)

Member Function Documentation

◆ clear_content()

void bgs::protocol::EmbedHTML::clear_content ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_content()

void bgs::protocol::EmbedHTML::clear_has_content ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_height()

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

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

+ Here is the caller graph for this function:

◆ clear_has_width()

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

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

+ Here is the caller graph for this function:

◆ clear_height()

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

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

+ Here is the call graph for this function:

◆ clear_width()

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

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

+ Here is the call graph for this function:

◆ content()

const ::std::string & bgs::protocol::EmbedHTML::content ( ) const
inline

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

+ Here is the caller graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_content()

bool bgs::protocol::EmbedHTML::has_content ( ) const
inline

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

◆ has_height()

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

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

◆ has_width()

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

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

◆ height()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_content()

std::string * bgs::protocol::EmbedHTML::mutable_content ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_content()

std::string * bgs::protocol::EmbedHTML::release_content ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_content()

void bgs::protocol::EmbedHTML::set_allocated_content ( ::std::string *  content)
inline

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

+ Here is the call graph for this function:

◆ set_content() [1/3]

void bgs::protocol::EmbedHTML::set_content ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_content() [2/3]

void bgs::protocol::EmbedHTML::set_content ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_content() [3/3]

void bgs::protocol::EmbedHTML::set_content ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_has_content()

void bgs::protocol::EmbedHTML::set_has_content ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_height()

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

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

+ Here is the caller graph for this function:

◆ set_has_width()

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

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

+ Here is the caller graph for this function:

◆ set_height()

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

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

+ Here is the call graph for this function:

◆ set_width()

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ width()

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

Definition at line 754 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::EmbedHTML::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ content_

::std::string* bgs::protocol::EmbedHTML::content_
private

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

◆ default_instance_

EmbedHTML* bgs::protocol::EmbedHTML::default_instance_
staticprivate

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

◆ height_

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

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

◆ kContentFieldNumber

const int bgs::protocol::EmbedHTML::kContentFieldNumber = 1
static

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

◆ kHeightFieldNumber

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

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

◆ kWidthFieldNumber

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

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

◆ width_

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

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


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