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

#include <authentication_service.pb.h>

Public Member Functions

 ModuleNotification ()
 
virtual ~ModuleNotification ()
 
 ModuleNotification (const ModuleNotification &from)
 
ModuleNotificationoperator= (const ModuleNotification &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ModuleNotification *other)
 
ModuleNotificationNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ModuleNotification &from)
 
void MergeFrom (const ModuleNotification &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_module_id () const
 
void clear_module_id ()
 
inline::google::protobuf::int32 module_id () const
 
void set_module_id (::google::protobuf::int32 value)
 
bool has_result () const
 
void clear_result ()
 
inline::google::protobuf::uint32 result () const
 
void set_result (::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 ModuleNotificationdefault_instance ()
 

Static Public Attributes

static const int kModuleIdFieldNumber = 2
 
static const int kResultFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_module_id ()
 
void clear_has_module_id ()
 
void set_has_result ()
 
void clear_has_result ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::int32 module_id_
 
::google::protobuf::uint32 result_
 

Static Private Attributes

static ModuleNotificationdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ()
 
void protobuf_AssignDesc_authentication_5fservice_2eproto ()
 
void protobuf_ShutdownFile_authentication_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::authentication::v1::ModuleNotification::ModuleNotification ( )
virtual bgs::protocol::authentication::v1::ModuleNotification::~ModuleNotification ( )
virtual
bgs::protocol::authentication::v1::ModuleNotification::ModuleNotification ( const ModuleNotification from)

Member Function Documentation

int bgs::protocol::authentication::v1::ModuleNotification::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::ModuleNotification::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::ModuleNotification::clear_has_module_id ( )
inlineprivate
2396  {
2397  _has_bits_[0] &= ~0x00000001u;
2398 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:242

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::ModuleNotification::clear_has_result ( )
inlineprivate
2420  {
2421  _has_bits_[0] &= ~0x00000002u;
2422 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:242

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::ModuleNotification::clear_module_id ( )
inline
2399  {
2400  module_id_ = 0;
2402 }
::google::protobuf::int32 module_id_
Definition: authentication_service.pb.h:244
void clear_has_module_id()
Definition: authentication_service.pb.h:2396

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleNotification::clear_result ( )
inline
2423  {
2424  result_ = 0u;
2425  clear_has_result();
2426 }
void clear_has_result()
Definition: authentication_service.pb.h:2420
::google::protobuf::uint32 result_
Definition: authentication_service.pb.h:245

+ Here is the call graph for this function:

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

Implements google::protobuf::MessageLite.

207 { return _cached_size_; }
int _cached_size_
Definition: authentication_service.pb.h:243
::google::protobuf::Metadata bgs::protocol::authentication::v1::ModuleNotification::GetMetadata ( ) const
virtual
bool bgs::protocol::authentication::v1::ModuleNotification::has_module_id ( ) const
inline
2390  {
2391  return (_has_bits_[0] & 0x00000001u) != 0;
2392 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:242
bool bgs::protocol::authentication::v1::ModuleNotification::has_result ( ) const
inline
2414  {
2415  return (_has_bits_[0] & 0x00000002u) != 0;
2416 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:242
void bgs::protocol::authentication::v1::ModuleNotification::InitAsDefaultInstance ( )
private
bool bgs::protocol::authentication::v1::ModuleNotification::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::ModuleNotification::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::ModuleNotification::MergeFrom ( const ModuleNotification from)
bool bgs::protocol::authentication::v1::ModuleNotification::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
google::protobuf::int32 bgs::protocol::authentication::v1::ModuleNotification::module_id ( ) const
inline
2403  {
2404  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.ModuleNotification.module_id)
2405  return module_id_;
2406 }
::google::protobuf::int32 module_id_
Definition: authentication_service.pb.h:244
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::authentication::v1::ModuleNotification::mutable_unknown_fields ( )
inline
182  {
183  return &_unknown_fields_;
184  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:240
ModuleNotification* bgs::protocol::authentication::v1::ModuleNotification::New ( ) const
virtual
ModuleNotification& bgs::protocol::authentication::v1::ModuleNotification::operator= ( const ModuleNotification from)
inline
173  {
174  CopyFrom(from);
175  return *this;
176  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::authentication::v1::ModuleNotification::result ( ) const
inline
2427  {
2428  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.ModuleNotification.result)
2429  return result_;
2430 }
::google::protobuf::uint32 result_
Definition: authentication_service.pb.h:245
void bgs::protocol::authentication::v1::ModuleNotification::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::authentication::v1::ModuleNotification::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::authentication::v1::ModuleNotification::set_has_module_id ( )
inlineprivate
2393  {
2394  _has_bits_[0] |= 0x00000001u;
2395 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:242

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::ModuleNotification::set_has_result ( )
inlineprivate
2417  {
2418  _has_bits_[0] |= 0x00000002u;
2419 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:242

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::ModuleNotification::set_module_id ( ::google::protobuf::int32  value)
inline
2407  {
2409  module_id_ = value;
2410  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.ModuleNotification.module_id)
2411 }
::google::protobuf::int32 module_id_
Definition: authentication_service.pb.h:244
void set_has_module_id()
Definition: authentication_service.pb.h:2393
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleNotification::set_result ( ::google::protobuf::uint32  value)
inline
2431  {
2432  set_has_result();
2433  result_ = value;
2434  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.ModuleNotification.result)
2435 }
void set_has_result()
Definition: authentication_service.pb.h:2417
::google::protobuf::uint32 result_
Definition: authentication_service.pb.h:245
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleNotification::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::ModuleNotification::SharedCtor ( )
private
void bgs::protocol::authentication::v1::ModuleNotification::SharedDtor ( )
private
void bgs::protocol::authentication::v1::ModuleNotification::Swap ( ModuleNotification other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::authentication::v1::ModuleNotification::unknown_fields ( ) const
inline
178  {
179  return _unknown_fields_;
180  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:240

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_authentication_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::authentication::v1::ModuleNotification::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::ModuleNotification::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::ModuleNotification::_unknown_fields_
private
ModuleNotification* bgs::protocol::authentication::v1::ModuleNotification::default_instance_
staticprivate
const int bgs::protocol::authentication::v1::ModuleNotification::kModuleIdFieldNumber = 2
static
const int bgs::protocol::authentication::v1::ModuleNotification::kResultFieldNumber = 3
static
::google::protobuf::int32 bgs::protocol::authentication::v1::ModuleNotification::module_id_
private
::google::protobuf::uint32 bgs::protocol::authentication::v1::ModuleNotification::result_
private

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