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

#include <authentication_service.pb.h>

Public Member Functions

 VersionInfo ()
 
virtual ~VersionInfo ()
 
 VersionInfo (const VersionInfo &from)
 
VersionInfooperator= (const VersionInfo &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (VersionInfo *other)
 
VersionInfoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const VersionInfo &from)
 
void MergeFrom (const VersionInfo &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_number () const
 
void clear_number ()
 
inline::google::protobuf::uint32 number () const
 
void set_number (::google::protobuf::uint32 value)
 
bool has_patch () const
 
void clear_patch ()
 
const ::std::string & patch () const
 
void set_patch (const ::std::string &value)
 
void set_patch (const char *value)
 
void set_patch (const char *value, size_t size)
 
inline::std::string * mutable_patch ()
 
inline::std::string * release_patch ()
 
void set_allocated_patch (::std::string *patch)
 
bool has_is_optional () const
 
void clear_is_optional ()
 
bool is_optional () const
 
void set_is_optional (bool value)
 
bool has_kick_time () const
 
void clear_kick_time ()
 
inline::google::protobuf::uint64 kick_time () const
 
void set_kick_time (::google::protobuf::uint64 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 VersionInfodefault_instance ()
 

Static Public Attributes

static const int kNumberFieldNumber = 1
 
static const int kPatchFieldNumber = 2
 
static const int kIsOptionalFieldNumber = 3
 
static const int kKickTimeFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_number ()
 
void clear_has_number ()
 
void set_has_patch ()
 
void clear_has_patch ()
 
void set_has_is_optional ()
 
void clear_has_is_optional ()
 
void set_has_kick_time ()
 
void clear_has_kick_time ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * patch_
 
::google::protobuf::uint32 number_
 
bool is_optional_
 
::google::protobuf::uint64 kick_time_
 

Static Private Attributes

static VersionInfodefault_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::VersionInfo::VersionInfo ( )
virtual bgs::protocol::authentication::v1::VersionInfo::~VersionInfo ( )
virtual
bgs::protocol::authentication::v1::VersionInfo::VersionInfo ( const VersionInfo from)

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::VersionInfo::clear_has_is_optional ( )
inlineprivate
4359  {
4360  _has_bits_[0] &= ~0x00000004u;
4361 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::clear_has_kick_time ( )
inlineprivate
4383  {
4384  _has_bits_[0] &= ~0x00000008u;
4385 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::clear_has_number ( )
inlineprivate
4259  {
4260  _has_bits_[0] &= ~0x00000001u;
4261 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::clear_has_patch ( )
inlineprivate
4283  {
4284  _has_bits_[0] &= ~0x00000002u;
4285 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::clear_is_optional ( )
inline
4362  {
4363  is_optional_ = false;
4365 }
bool is_optional_
Definition: authentication_service.pb.h:1465
void clear_has_is_optional()
Definition: authentication_service.pb.h:4359

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::clear_kick_time ( )
inline
4386  {
4389 }
::google::protobuf::uint64 kick_time_
Definition: authentication_service.pb.h:1466
void clear_has_kick_time()
Definition: authentication_service.pb.h:4383
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::clear_number ( )
inline
4262  {
4263  number_ = 0u;
4264  clear_has_number();
4265 }
void clear_has_number()
Definition: authentication_service.pb.h:4259
::google::protobuf::uint32 number_
Definition: authentication_service.pb.h:1464

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::clear_patch ( )
inline
4286  {
4288  patch_->clear();
4289  }
4290  clear_has_patch();
4291 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * patch_
Definition: authentication_service.pb.h:1463
void clear_has_patch()
Definition: authentication_service.pb.h:4283

+ Here is the call graph for this function:

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

Implements google::protobuf::MessageLite.

1403 { return _cached_size_; }
int _cached_size_
Definition: authentication_service.pb.h:1462
::google::protobuf::Metadata bgs::protocol::authentication::v1::VersionInfo::GetMetadata ( ) const
virtual
bool bgs::protocol::authentication::v1::VersionInfo::has_is_optional ( ) const
inline
4353  {
4354  return (_has_bits_[0] & 0x00000004u) != 0;
4355 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461
bool bgs::protocol::authentication::v1::VersionInfo::has_kick_time ( ) const
inline
4377  {
4378  return (_has_bits_[0] & 0x00000008u) != 0;
4379 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461
bool bgs::protocol::authentication::v1::VersionInfo::has_number ( ) const
inline
4253  {
4254  return (_has_bits_[0] & 0x00000001u) != 0;
4255 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461
bool bgs::protocol::authentication::v1::VersionInfo::has_patch ( ) const
inline
4277  {
4278  return (_has_bits_[0] & 0x00000002u) != 0;
4279 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461
void bgs::protocol::authentication::v1::VersionInfo::InitAsDefaultInstance ( )
private
bool bgs::protocol::authentication::v1::VersionInfo::is_optional ( ) const
inline
4366  {
4367  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.VersionInfo.is_optional)
4368  return is_optional_;
4369 }
bool is_optional_
Definition: authentication_service.pb.h:1465
bool bgs::protocol::authentication::v1::VersionInfo::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

google::protobuf::uint64 bgs::protocol::authentication::v1::VersionInfo::kick_time ( ) const
inline
4390  {
4391  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.VersionInfo.kick_time)
4392  return kick_time_;
4393 }
::google::protobuf::uint64 kick_time_
Definition: authentication_service.pb.h:1466
void bgs::protocol::authentication::v1::VersionInfo::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::VersionInfo::MergeFrom ( const VersionInfo from)
bool bgs::protocol::authentication::v1::VersionInfo::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * bgs::protocol::authentication::v1::VersionInfo::mutable_patch ( )
inline
4320  {
4321  set_has_patch();
4323  patch_ = new ::std::string;
4324  }
4325  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.VersionInfo.patch)
4326  return patch_;
4327 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * patch_
Definition: authentication_service.pb.h:1463
void set_has_patch()
Definition: authentication_service.pb.h:4280

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::authentication::v1::VersionInfo::mutable_unknown_fields ( )
inline
1378  {
1379  return &_unknown_fields_;
1380  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:1459
VersionInfo* bgs::protocol::authentication::v1::VersionInfo::New ( ) const
virtual
google::protobuf::uint32 bgs::protocol::authentication::v1::VersionInfo::number ( ) const
inline
4266  {
4267  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.VersionInfo.number)
4268  return number_;
4269 }
::google::protobuf::uint32 number_
Definition: authentication_service.pb.h:1464
VersionInfo& bgs::protocol::authentication::v1::VersionInfo::operator= ( const VersionInfo from)
inline
1369  {
1370  CopyFrom(from);
1371  return *this;
1372  }
void CopyFrom(const ::google::protobuf::Message &from)
const ::std::string & bgs::protocol::authentication::v1::VersionInfo::patch ( ) const
inline
4292  {
4293  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.VersionInfo.patch)
4294  return *patch_;
4295 }
::std::string * patch_
Definition: authentication_service.pb.h:1463

+ Here is the caller graph for this function:

std::string * bgs::protocol::authentication::v1::VersionInfo::release_patch ( )
inline
4328  {
4329  clear_has_patch();
4331  return NULL;
4332  } else {
4333  ::std::string* temp = patch_;
4334  patch_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
4335  return temp;
4336  }
4337 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * patch_
Definition: authentication_service.pb.h:1463
void clear_has_patch()
Definition: authentication_service.pb.h:4283

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::authentication::v1::VersionInfo::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::authentication::v1::VersionInfo::set_allocated_patch ( ::std::string *  patch)
inline
4338  {
4340  delete patch_;
4341  }
4342  if (patch) {
4343  set_has_patch();
4344  patch_ = patch;
4345  } else {
4346  clear_has_patch();
4347  patch_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
4348  }
4349  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.VersionInfo.patch)
4350 }
const ::std::string & patch() const
Definition: authentication_service.pb.h:4292
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * patch_
Definition: authentication_service.pb.h:1463
void clear_has_patch()
Definition: authentication_service.pb.h:4283
void set_has_patch()
Definition: authentication_service.pb.h:4280

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_has_is_optional ( )
inlineprivate
4356  {
4357  _has_bits_[0] |= 0x00000004u;
4358 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_has_kick_time ( )
inlineprivate
4380  {
4381  _has_bits_[0] |= 0x00000008u;
4382 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_has_number ( )
inlineprivate
4256  {
4257  _has_bits_[0] |= 0x00000001u;
4258 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_has_patch ( )
inlineprivate
4280  {
4281  _has_bits_[0] |= 0x00000002u;
4282 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1461

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_is_optional ( bool  value)
inline
4370  {
4372  is_optional_ = value;
4373  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.VersionInfo.is_optional)
4374 }
void set_has_is_optional()
Definition: authentication_service.pb.h:4356
bool is_optional_
Definition: authentication_service.pb.h:1465
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_kick_time ( ::google::protobuf::uint64  value)
inline
4394  {
4396  kick_time_ = value;
4397  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.VersionInfo.kick_time)
4398 }
::google::protobuf::uint64 kick_time_
Definition: authentication_service.pb.h:1466
void set_has_kick_time()
Definition: authentication_service.pb.h:4380
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_number ( ::google::protobuf::uint32  value)
inline
4270  {
4271  set_has_number();
4272  number_ = value;
4273  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.VersionInfo.number)
4274 }
void set_has_number()
Definition: authentication_service.pb.h:4256
::google::protobuf::uint32 number_
Definition: authentication_service.pb.h:1464
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_patch ( const ::std::string &  value)
inline
4296  {
4297  set_has_patch();
4299  patch_ = new ::std::string;
4300  }
4301  patch_->assign(value);
4302  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.VersionInfo.patch)
4303 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * patch_
Definition: authentication_service.pb.h:1463
void set_has_patch()
Definition: authentication_service.pb.h:4280
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_patch ( const char *  value)
inline
4304  {
4305  set_has_patch();
4307  patch_ = new ::std::string;
4308  }
4309  patch_->assign(value);
4310  // @@protoc_insertion_point(field_set_char:bgs.protocol.authentication.v1.VersionInfo.patch)
4311 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * patch_
Definition: authentication_service.pb.h:1463
void set_has_patch()
Definition: authentication_service.pb.h:4280
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::VersionInfo::set_patch ( const char *  value,
size_t  size 
)
inline
4312  {
4313  set_has_patch();
4315  patch_ = new ::std::string;
4316  }
4317  patch_->assign(reinterpret_cast<const char*>(value), size);
4318  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.authentication.v1.VersionInfo.patch)
4319 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * patch_
Definition: authentication_service.pb.h:1463
void set_has_patch()
Definition: authentication_service.pb.h:4280
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::VersionInfo::SharedCtor ( )
private
void bgs::protocol::authentication::v1::VersionInfo::SharedDtor ( )
private
void bgs::protocol::authentication::v1::VersionInfo::Swap ( VersionInfo other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::authentication::v1::VersionInfo::unknown_fields ( ) const
inline
1374  {
1375  return _unknown_fields_;
1376  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:1459

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::VersionInfo::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::VersionInfo::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::VersionInfo::_unknown_fields_
private
VersionInfo* bgs::protocol::authentication::v1::VersionInfo::default_instance_
staticprivate
bool bgs::protocol::authentication::v1::VersionInfo::is_optional_
private
::google::protobuf::uint64 bgs::protocol::authentication::v1::VersionInfo::kick_time_
private
const int bgs::protocol::authentication::v1::VersionInfo::kIsOptionalFieldNumber = 3
static
const int bgs::protocol::authentication::v1::VersionInfo::kKickTimeFieldNumber = 4
static
const int bgs::protocol::authentication::v1::VersionInfo::kNumberFieldNumber = 1
static
const int bgs::protocol::authentication::v1::VersionInfo::kPatchFieldNumber = 2
static
::google::protobuf::uint32 bgs::protocol::authentication::v1::VersionInfo::number_
private
::std::string* bgs::protocol::authentication::v1::VersionInfo::patch_
private

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