TrinityCore
bgs::protocol::ContentHandle Class Reference

#include <content_handle_types.pb.h>

+ Inheritance diagram for bgs::protocol::ContentHandle:

Public Member Functions

 ContentHandle ()
 
virtual ~ContentHandle ()
 
 ContentHandle (const ContentHandle &from)
 
ContentHandleoperator= (const ContentHandle &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ContentHandle *other)
 
ContentHandleNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_region () const
 
void clear_region ()
 
inline ::google::protobuf::uint32 region () const
 
void set_region (::google::protobuf::uint32 value)
 
bool has_usage () const
 
void clear_usage ()
 
inline ::google::protobuf::uint32 usage () const
 
void set_usage (::google::protobuf::uint32 value)
 
bool has_hash () const
 
void clear_hash ()
 
const ::std::string & hash () const
 
void set_hash (const ::std::string &value)
 
void set_hash (const char *value)
 
void set_hash (const void *value, size_t size)
 
inline ::std::string * mutable_hash ()
 
inline ::std::string * release_hash ()
 
void set_allocated_hash (::std::string *hash)
 
bool has_proto_url () const
 
void clear_proto_url ()
 
const ::std::string & proto_url () const
 
void set_proto_url (const ::std::string &value)
 
void set_proto_url (const char *value)
 
void set_proto_url (const char *value, size_t size)
 
inline ::std::string * mutable_proto_url ()
 
inline ::std::string * release_proto_url ()
 
void set_allocated_proto_url (::std::string *proto_url)
 

Static Public Member Functions

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

Static Public Attributes

static const int kRegionFieldNumber = 1
 
static const int kUsageFieldNumber = 2
 
static const int kHashFieldNumber = 3
 
static const int kProtoUrlFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_region ()
 
void clear_has_region ()
 
void set_has_usage ()
 
void clear_has_usage ()
 
void set_has_hash ()
 
void clear_has_hash ()
 
void set_has_proto_url ()
 
void clear_has_proto_url ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 region_
 
::google::protobuf::uint32 usage_
 
::std::string * hash_
 
::std::string * proto_url_
 

Static Private Attributes

static ContentHandledefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_content_5fhandle_5ftypes_2eproto ()
 
void protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_content_5fhandle_5ftypes_2eproto ()
 

Detailed Description

Definition at line 43 of file content_handle_types.pb.h.

Constructor & Destructor Documentation

◆ ContentHandle() [1/2]

bgs::protocol::ContentHandle::ContentHandle ( )

◆ ~ContentHandle()

virtual bgs::protocol::ContentHandle::~ContentHandle ( )
virtual

◆ ContentHandle() [2/2]

bgs::protocol::ContentHandle::ContentHandle ( const ContentHandle from)

Member Function Documentation

◆ clear_has_hash()

void bgs::protocol::ContentHandle::clear_has_hash ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_proto_url()

void bgs::protocol::ContentHandle::clear_has_proto_url ( )
inlineprivate

Definition at line 364 of file content_handle_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_region()

void bgs::protocol::ContentHandle::clear_has_region ( )
inlineprivate

Definition at line 240 of file content_handle_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_usage()

void bgs::protocol::ContentHandle::clear_has_usage ( )
inlineprivate

Definition at line 264 of file content_handle_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_hash()

void bgs::protocol::ContentHandle::clear_hash ( )
inline

Definition at line 291 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ clear_proto_url()

void bgs::protocol::ContentHandle::clear_proto_url ( )
inline

Definition at line 367 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ clear_region()

void bgs::protocol::ContentHandle::clear_region ( )
inline

Definition at line 243 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ clear_usage()

void bgs::protocol::ContentHandle::clear_usage ( )
inline

Definition at line 267 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 71 of file content_handle_types.pb.h.

◆ GetMetadata()

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

◆ has_hash()

bool bgs::protocol::ContentHandle::has_hash ( ) const
inline

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

◆ has_proto_url()

bool bgs::protocol::ContentHandle::has_proto_url ( ) const
inline

Definition at line 358 of file content_handle_types.pb.h.

◆ has_region()

bool bgs::protocol::ContentHandle::has_region ( ) const
inline

Definition at line 234 of file content_handle_types.pb.h.

◆ has_usage()

bool bgs::protocol::ContentHandle::has_usage ( ) const
inline

Definition at line 258 of file content_handle_types.pb.h.

◆ hash()

const ::std::string & bgs::protocol::ContentHandle::hash ( ) const
inline

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

+ Here is the caller graph for this function:

◆ InitAsDefaultInstance()

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

◆ mutable_hash()

std::string * bgs::protocol::ContentHandle::mutable_hash ( )
inline

Definition at line 325 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_proto_url()

std::string * bgs::protocol::ContentHandle::mutable_proto_url ( )
inline

Definition at line 401 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 59 of file content_handle_types.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 50 of file content_handle_types.pb.h.

◆ proto_url()

const ::std::string & bgs::protocol::ContentHandle::proto_url ( ) const
inline

Definition at line 373 of file content_handle_types.pb.h.

+ Here is the caller graph for this function:

◆ region()

google::protobuf::uint32 bgs::protocol::ContentHandle::region ( ) const
inline

Definition at line 247 of file content_handle_types.pb.h.

◆ release_hash()

std::string * bgs::protocol::ContentHandle::release_hash ( )
inline

Definition at line 333 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ release_proto_url()

std::string * bgs::protocol::ContentHandle::release_proto_url ( )
inline

Definition at line 409 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_hash()

void bgs::protocol::ContentHandle::set_allocated_hash ( ::std::string *  hash)
inline

Definition at line 343 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_proto_url()

void bgs::protocol::ContentHandle::set_allocated_proto_url ( ::std::string *  proto_url)
inline

Definition at line 419 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_hash()

void bgs::protocol::ContentHandle::set_has_hash ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_proto_url()

void bgs::protocol::ContentHandle::set_has_proto_url ( )
inlineprivate

Definition at line 361 of file content_handle_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_region()

void bgs::protocol::ContentHandle::set_has_region ( )
inlineprivate

Definition at line 237 of file content_handle_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_usage()

void bgs::protocol::ContentHandle::set_has_usage ( )
inlineprivate

Definition at line 261 of file content_handle_types.pb.h.

+ Here is the caller graph for this function:

◆ set_hash() [1/3]

void bgs::protocol::ContentHandle::set_hash ( const ::std::string &  value)
inline

Definition at line 301 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_hash() [2/3]

void bgs::protocol::ContentHandle::set_hash ( const char *  value)
inline

Definition at line 309 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_hash() [3/3]

void bgs::protocol::ContentHandle::set_hash ( const void *  value,
size_t  size 
)
inline

Definition at line 317 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_proto_url() [1/3]

void bgs::protocol::ContentHandle::set_proto_url ( const ::std::string &  value)
inline

Definition at line 377 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_proto_url() [2/3]

void bgs::protocol::ContentHandle::set_proto_url ( const char *  value)
inline

Definition at line 385 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_proto_url() [3/3]

void bgs::protocol::ContentHandle::set_proto_url ( const char *  value,
size_t  size 
)
inline

Definition at line 393 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_region()

void bgs::protocol::ContentHandle::set_region ( ::google::protobuf::uint32  value)
inline

Definition at line 251 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ set_usage()

void bgs::protocol::ContentHandle::set_usage ( ::google::protobuf::uint32  value)
inline

Definition at line 275 of file content_handle_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 55 of file content_handle_types.pb.h.

◆ usage()

google::protobuf::uint32 bgs::protocol::ContentHandle::usage ( ) const
inline

Definition at line 271 of file content_handle_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_content_5fhandle_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_content_5fhandle_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto

void protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_content_5fhandle_5ftypes_2eproto

void protobuf_ShutdownFile_content_5fhandle_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::ContentHandle::_cached_size_
mutableprivate

Definition at line 135 of file content_handle_types.pb.h.

◆ _has_bits_

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

Definition at line 134 of file content_handle_types.pb.h.

◆ _unknown_fields_

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

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

◆ default_instance_

ContentHandle* bgs::protocol::ContentHandle::default_instance_
staticprivate

Definition at line 145 of file content_handle_types.pb.h.

◆ hash_

::std::string* bgs::protocol::ContentHandle::hash_
private

Definition at line 138 of file content_handle_types.pb.h.

◆ kHashFieldNumber

const int bgs::protocol::ContentHandle::kHashFieldNumber = 3
static

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

◆ kProtoUrlFieldNumber

const int bgs::protocol::ContentHandle::kProtoUrlFieldNumber = 4
static

Definition at line 112 of file content_handle_types.pb.h.

◆ kRegionFieldNumber

const int bgs::protocol::ContentHandle::kRegionFieldNumber = 1
static

Definition at line 86 of file content_handle_types.pb.h.

◆ kUsageFieldNumber

const int bgs::protocol::ContentHandle::kUsageFieldNumber = 2
static

Definition at line 93 of file content_handle_types.pb.h.

◆ proto_url_

::std::string* bgs::protocol::ContentHandle::proto_url_
private

Definition at line 139 of file content_handle_types.pb.h.

◆ region_

::google::protobuf::uint32 bgs::protocol::ContentHandle::region_
private

Definition at line 136 of file content_handle_types.pb.h.

◆ usage_

::google::protobuf::uint32 bgs::protocol::ContentHandle::usage_
private

Definition at line 137 of file content_handle_types.pb.h.


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