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

#include <challenge_service.pb.h>

Public Member Functions

 ChallengeCancelledRequest ()
 
virtual ~ChallengeCancelledRequest ()
 
 ChallengeCancelledRequest (const ChallengeCancelledRequest &from)
 
ChallengeCancelledRequestoperator= (const ChallengeCancelledRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChallengeCancelledRequest *other)
 
ChallengeCancelledRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ChallengeCancelledRequest &from)
 
void MergeFrom (const ChallengeCancelledRequest &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_id () const
 
void clear_id ()
 
inline::google::protobuf::uint32 id () const
 
void set_id (::google::protobuf::uint32 value)
 
- 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
ChallengeCancelledRequest
default_instance ()
 

Static Public Attributes

static const int kIdFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 id_
 

Static Private Attributes

static ChallengeCancelledRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_challenge_5fservice_2eproto ()
 
void protobuf_AssignDesc_challenge_5fservice_2eproto ()
 
void protobuf_ShutdownFile_challenge_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::challenge::v1::ChallengeCancelledRequest::ChallengeCancelledRequest ( )
virtual bgs::protocol::challenge::v1::ChallengeCancelledRequest::~ChallengeCancelledRequest ( )
virtual
bgs::protocol::challenge::v1::ChallengeCancelledRequest::ChallengeCancelledRequest ( const ChallengeCancelledRequest from)

Member Function Documentation

int bgs::protocol::challenge::v1::ChallengeCancelledRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeCancelledRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeCancelledRequest::clear_has_id ( )
inlineprivate
2108  {
2109  _has_bits_[0] &= ~0x00000001u;
2110 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:643

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeCancelledRequest::clear_id ( )
inline
2111  {
2112  id_ = 0u;
2113  clear_has_id();
2114 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:645
void clear_has_id()
Definition: challenge_service.pb.h:2108

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeCancelledRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::ChallengeCancelledRequest::CopyFrom ( const ChallengeCancelledRequest from)
static const ChallengeCancelledRequest& bgs::protocol::challenge::v1::ChallengeCancelledRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::challenge::v1::ChallengeCancelledRequest::descriptor ( )
static
int bgs::protocol::challenge::v1::ChallengeCancelledRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

617 { return _cached_size_; }
int _cached_size_
Definition: challenge_service.pb.h:644
::google::protobuf::Metadata bgs::protocol::challenge::v1::ChallengeCancelledRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::challenge::v1::ChallengeCancelledRequest::has_id ( ) const
inline
2102  {
2103  return (_has_bits_[0] & 0x00000001u) != 0;
2104 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:643
google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeCancelledRequest::id ( ) const
inline
2115  {
2116  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeCancelledRequest.id)
2117  return id_;
2118 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:645
void bgs::protocol::challenge::v1::ChallengeCancelledRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::challenge::v1::ChallengeCancelledRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeCancelledRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::ChallengeCancelledRequest::MergeFrom ( const ChallengeCancelledRequest from)
bool bgs::protocol::challenge::v1::ChallengeCancelledRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::challenge::v1::ChallengeCancelledRequest::mutable_unknown_fields ( )
inline
592  {
593  return &_unknown_fields_;
594  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:641
ChallengeCancelledRequest* bgs::protocol::challenge::v1::ChallengeCancelledRequest::New ( ) const
virtual
ChallengeCancelledRequest& bgs::protocol::challenge::v1::ChallengeCancelledRequest::operator= ( const ChallengeCancelledRequest from)
inline
583  {
584  CopyFrom(from);
585  return *this;
586  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::challenge::v1::ChallengeCancelledRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::challenge::v1::ChallengeCancelledRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::challenge::v1::ChallengeCancelledRequest::set_has_id ( )
inlineprivate
2105  {
2106  _has_bits_[0] |= 0x00000001u;
2107 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:643

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeCancelledRequest::set_id ( ::google::protobuf::uint32  value)
inline
2119  {
2120  set_has_id();
2121  id_ = value;
2122  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeCancelledRequest.id)
2123 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:645
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_id()
Definition: challenge_service.pb.h:2105

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeCancelledRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeCancelledRequest::SharedCtor ( )
private
void bgs::protocol::challenge::v1::ChallengeCancelledRequest::SharedDtor ( )
private
void bgs::protocol::challenge::v1::ChallengeCancelledRequest::Swap ( ChallengeCancelledRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::challenge::v1::ChallengeCancelledRequest::unknown_fields ( ) const
inline
588  {
589  return _unknown_fields_;
590  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:641

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_challenge_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_challenge_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_challenge_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::challenge::v1::ChallengeCancelledRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeCancelledRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::challenge::v1::ChallengeCancelledRequest::_unknown_fields_
private
ChallengeCancelledRequest* bgs::protocol::challenge::v1::ChallengeCancelledRequest::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeCancelledRequest::id_
private
const int bgs::protocol::challenge::v1::ChallengeCancelledRequest::kIdFieldNumber = 1
static

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