TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::account::v1::ForwardCacheExpireRequest Class Reference

#include <account_service.pb.h>

Public Member Functions

 ForwardCacheExpireRequest ()
 
virtual ~ForwardCacheExpireRequest ()
 
 ForwardCacheExpireRequest (const ForwardCacheExpireRequest &from)
 
ForwardCacheExpireRequestoperator= (const ForwardCacheExpireRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ForwardCacheExpireRequest *other)
 
ForwardCacheExpireRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ForwardCacheExpireRequest &from)
 
void MergeFrom (const ForwardCacheExpireRequest &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_entity_id () const
 
void clear_entity_id ()
 
const ::bgs::protocol::EntityIdentity_id () const
 
inline::bgs::protocol::EntityId * mutable_entity_id ()
 
inline::bgs::protocol::EntityId * release_entity_id ()
 
void set_allocated_entity_id (::bgs::protocol::EntityId *entity_id)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const
ForwardCacheExpireRequest
default_instance ()
 

Static Public Attributes

static const int kEntityIdFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_entity_id ()
 
void clear_has_entity_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdentity_id_
 

Static Private Attributes

static ForwardCacheExpireRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ()
 
void protobuf_AssignDesc_account_5fservice_2eproto ()
 
void protobuf_ShutdownFile_account_5fservice_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::account::v1::ForwardCacheExpireRequest::ForwardCacheExpireRequest ( )
virtual bgs::protocol::account::v1::ForwardCacheExpireRequest::~ForwardCacheExpireRequest ( )
virtual
bgs::protocol::account::v1::ForwardCacheExpireRequest::ForwardCacheExpireRequest ( const ForwardCacheExpireRequest from)

Member Function Documentation

int bgs::protocol::account::v1::ForwardCacheExpireRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::ForwardCacheExpireRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::ForwardCacheExpireRequest::clear_entity_id ( )
inline
5923  {
5924  if (entity_id_ != NULL) entity_id_->::bgs::protocol::EntityId::Clear();
5926 }
void clear_has_entity_id()
Definition: account_service.pb.h:5920
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * entity_id_
Definition: account_service.pb.h:2672
void bgs::protocol::account::v1::ForwardCacheExpireRequest::clear_has_entity_id ( )
inlineprivate
5920  {
5921  _has_bits_[0] &= ~0x00000001u;
5922 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:2670
void bgs::protocol::account::v1::ForwardCacheExpireRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::ForwardCacheExpireRequest::CopyFrom ( const ForwardCacheExpireRequest from)
static const ForwardCacheExpireRequest& bgs::protocol::account::v1::ForwardCacheExpireRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::ForwardCacheExpireRequest::descriptor ( )
static
const ::bgs::protocol::EntityId & bgs::protocol::account::v1::ForwardCacheExpireRequest::entity_id ( ) const
inline
5927  {
5928  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.ForwardCacheExpireRequest.entity_id)
5930 }
arena_t NULL
Definition: jemalloc_internal.h:624
static ForwardCacheExpireRequest * default_instance_
Definition: account_service.pb.h:2678
::bgs::protocol::EntityId * entity_id_
Definition: account_service.pb.h:2672
int bgs::protocol::account::v1::ForwardCacheExpireRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

2642 { return _cached_size_; }
int _cached_size_
Definition: account_service.pb.h:2671
::google::protobuf::Metadata bgs::protocol::account::v1::ForwardCacheExpireRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::ForwardCacheExpireRequest::has_entity_id ( ) const
inline
5914  {
5915  return (_has_bits_[0] & 0x00000001u) != 0;
5916 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:2670
void bgs::protocol::account::v1::ForwardCacheExpireRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::ForwardCacheExpireRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::ForwardCacheExpireRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::ForwardCacheExpireRequest::MergeFrom ( const ForwardCacheExpireRequest from)
bool bgs::protocol::account::v1::ForwardCacheExpireRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::account::v1::ForwardCacheExpireRequest::mutable_entity_id ( )
inline
5931  {
5933  if (entity_id_ == NULL) entity_id_ = new ::bgs::protocol::EntityId;
5934  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.ForwardCacheExpireRequest.entity_id)
5935  return entity_id_;
5936 }
void set_has_entity_id()
Definition: account_service.pb.h:5917
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * entity_id_
Definition: account_service.pb.h:2672
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::ForwardCacheExpireRequest::mutable_unknown_fields ( )
inline
2617  {
2618  return &_unknown_fields_;
2619  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:2668
ForwardCacheExpireRequest* bgs::protocol::account::v1::ForwardCacheExpireRequest::New ( ) const
virtual
ForwardCacheExpireRequest& bgs::protocol::account::v1::ForwardCacheExpireRequest::operator= ( const ForwardCacheExpireRequest from)
inline
2608  {
2609  CopyFrom(from);
2610  return *this;
2611  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::EntityId * bgs::protocol::account::v1::ForwardCacheExpireRequest::release_entity_id ( )
inline
5937  {
5940  entity_id_ = NULL;
5941  return temp;
5942 }
Definition: entity_types.pb.h:45
void clear_has_entity_id()
Definition: account_service.pb.h:5920
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * entity_id_
Definition: account_service.pb.h:2672
void bgs::protocol::account::v1::ForwardCacheExpireRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::ForwardCacheExpireRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::ForwardCacheExpireRequest::set_allocated_entity_id ( ::bgs::protocol::EntityId entity_id)
inline
5943  {
5944  delete entity_id_;
5946  if (entity_id) {
5948  } else {
5950  }
5951  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.ForwardCacheExpireRequest.entity_id)
5952 }
void clear_has_entity_id()
Definition: account_service.pb.h:5920
void set_has_entity_id()
Definition: account_service.pb.h:5917
const ::bgs::protocol::EntityId & entity_id() const
Definition: account_service.pb.h:5927
::bgs::protocol::EntityId * entity_id_
Definition: account_service.pb.h:2672
void bgs::protocol::account::v1::ForwardCacheExpireRequest::set_has_entity_id ( )
inlineprivate
5917  {
5918  _has_bits_[0] |= 0x00000001u;
5919 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:2670
void bgs::protocol::account::v1::ForwardCacheExpireRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::ForwardCacheExpireRequest::SharedCtor ( )
private
void bgs::protocol::account::v1::ForwardCacheExpireRequest::SharedDtor ( )
private
void bgs::protocol::account::v1::ForwardCacheExpireRequest::Swap ( ForwardCacheExpireRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::ForwardCacheExpireRequest::unknown_fields ( ) const
inline
2613  {
2614  return _unknown_fields_;
2615  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:2668

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_account_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_account_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::account::v1::ForwardCacheExpireRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::ForwardCacheExpireRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::ForwardCacheExpireRequest::_unknown_fields_
private
ForwardCacheExpireRequest* bgs::protocol::account::v1::ForwardCacheExpireRequest::default_instance_
staticprivate
::bgs::protocol::EntityId* bgs::protocol::account::v1::ForwardCacheExpireRequest::entity_id_
private
const int bgs::protocol::account::v1::ForwardCacheExpireRequest::kEntityIdFieldNumber = 1
static

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