123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: client2world_friend.proto
- #ifndef PROTOBUF_client2world_5ffriend_2eproto__INCLUDED
- #define PROTOBUF_client2world_5ffriend_2eproto__INCLUDED
- #include <string>
- #include <google/protobuf/stubs/common.h>
- #if GOOGLE_PROTOBUF_VERSION < 2005000
- #error This file was generated by a newer version of protoc which is
- #error incompatible with your Protocol Buffer headers. Please update
- #error your headers.
- #endif
- #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
- #error This file was generated by an older version of protoc which is
- #error incompatible with your Protocol Buffer headers. Please
- #error regenerate this file with a newer version of protoc.
- #endif
- #include <google/protobuf/generated_message_util.h>
- #include <google/protobuf/message.h>
- #include <google/protobuf/repeated_field.h>
- #include <google/protobuf/extension_set.h>
- #include <google/protobuf/unknown_field_set.h>
- #include "client2world_msg_type.pb.h"
- #include "msg_type_def.pb.h"
- #include "msg_info_def.pb.h"
- // @@protoc_insertion_point(includes)
- namespace client2world_protocols {
- // Internal implementation detail -- do not call these.
- void protobuf_AddDesc_client2world_5ffriend_2eproto();
- void protobuf_AssignDesc_client2world_5ffriend_2eproto();
- void protobuf_ShutdownFile_client2world_5ffriend_2eproto();
- class FriendInfo;
- class packetc2w_req_friend_list;
- class packetw2c_req_friend_list_result;
- // ===================================================================
- class FriendInfo : public ::google::protobuf::Message {
- public:
- FriendInfo();
- virtual ~FriendInfo();
- FriendInfo(const FriendInfo& from);
- inline FriendInfo& operator=(const FriendInfo& from) {
- CopyFrom(from);
- return *this;
- }
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _unknown_fields_;
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return &_unknown_fields_;
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const FriendInfo& default_instance();
- void Swap(FriendInfo* other);
- // implements Message ----------------------------------------------
- FriendInfo* New() const;
- void CopyFrom(const ::google::protobuf::Message& from);
- void MergeFrom(const ::google::protobuf::Message& from);
- void CopyFrom(const FriendInfo& from);
- void MergeFrom(const FriendInfo& 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::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
- int GetCachedSize() const { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const;
- public:
- ::google::protobuf::Metadata GetMetadata() const;
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- // optional int32 friendId = 1;
- inline bool has_friendid() const;
- inline void clear_friendid();
- static const int kFriendIdFieldNumber = 1;
- inline ::google::protobuf::int32 friendid() const;
- inline void set_friendid(::google::protobuf::int32 value);
- // optional int32 sex = 2;
- inline bool has_sex() const;
- inline void clear_sex();
- static const int kSexFieldNumber = 2;
- inline ::google::protobuf::int32 sex() const;
- inline void set_sex(::google::protobuf::int32 value);
- // optional bool online = 3;
- inline bool has_online() const;
- inline void clear_online();
- static const int kOnlineFieldNumber = 3;
- inline bool online() const;
- inline void set_online(bool value);
- // optional int32 vipLevel = 4;
- inline bool has_viplevel() const;
- inline void clear_viplevel();
- static const int kVipLevelFieldNumber = 4;
- inline ::google::protobuf::int32 viplevel() const;
- inline void set_viplevel(::google::protobuf::int32 value);
- // optional string nickName = 5;
- inline bool has_nickname() const;
- inline void clear_nickname();
- static const int kNickNameFieldNumber = 5;
- inline const ::std::string& nickname() const;
- inline void set_nickname(const ::std::string& value);
- inline void set_nickname(const char* value);
- inline void set_nickname(const char* value, size_t size);
- inline ::std::string* mutable_nickname();
- inline ::std::string* release_nickname();
- inline void set_allocated_nickname(::std::string* nickname);
- // optional int32 iconCustom = 6;
- inline bool has_iconcustom() const;
- inline void clear_iconcustom();
- static const int kIconCustomFieldNumber = 6;
- inline ::google::protobuf::int32 iconcustom() const;
- inline void set_iconcustom(::google::protobuf::int32 value);
- // optional int32 photoFrameId = 7;
- inline bool has_photoframeid() const;
- inline void clear_photoframeid();
- static const int kPhotoFrameIdFieldNumber = 7;
- inline ::google::protobuf::int32 photoframeid() const;
- inline void set_photoframeid(::google::protobuf::int32 value);
- // optional string selfSignature = 8;
- inline bool has_selfsignature() const;
- inline void clear_selfsignature();
- static const int kSelfSignatureFieldNumber = 8;
- inline const ::std::string& selfsignature() const;
- inline void set_selfsignature(const ::std::string& value);
- inline void set_selfsignature(const char* value);
- inline void set_selfsignature(const char* value, size_t size);
- inline ::std::string* mutable_selfsignature();
- inline ::std::string* release_selfsignature();
- inline void set_allocated_selfsignature(::std::string* selfsignature);
- // repeated .msg_info_def.msg_gift giftList = 9;
- inline int giftlist_size() const;
- inline void clear_giftlist();
- static const int kGiftListFieldNumber = 9;
- inline const ::msg_info_def::msg_gift& giftlist(int index) const;
- inline ::msg_info_def::msg_gift* mutable_giftlist(int index);
- inline ::msg_info_def::msg_gift* add_giftlist();
- inline const ::google::protobuf::RepeatedPtrField< ::msg_info_def::msg_gift >&
- giftlist() const;
- inline ::google::protobuf::RepeatedPtrField< ::msg_info_def::msg_gift >*
- mutable_giftlist();
- // optional int32 giftCoinCount = 10;
- inline bool has_giftcoincount() const;
- inline void clear_giftcoincount();
- static const int kGiftCoinCountFieldNumber = 10;
- inline ::google::protobuf::int32 giftcoincount() const;
- inline void set_giftcoincount(::google::protobuf::int32 value);
- // optional int32 gold = 11;
- inline bool has_gold() const;
- inline void clear_gold();
- static const int kGoldFieldNumber = 11;
- inline ::google::protobuf::int32 gold() const;
- inline void set_gold(::google::protobuf::int32 value);
- // optional int32 fishLevel = 12;
- inline bool has_fishlevel() const;
- inline void clear_fishlevel();
- static const int kFishLevelFieldNumber = 12;
- inline ::google::protobuf::int32 fishlevel() const;
- inline void set_fishlevel(::google::protobuf::int32 value);
- // @@protoc_insertion_point(class_scope:client2world_protocols.FriendInfo)
- private:
- inline void set_has_friendid();
- inline void clear_has_friendid();
- inline void set_has_sex();
- inline void clear_has_sex();
- inline void set_has_online();
- inline void clear_has_online();
- inline void set_has_viplevel();
- inline void clear_has_viplevel();
- inline void set_has_nickname();
- inline void clear_has_nickname();
- inline void set_has_iconcustom();
- inline void clear_has_iconcustom();
- inline void set_has_photoframeid();
- inline void clear_has_photoframeid();
- inline void set_has_selfsignature();
- inline void clear_has_selfsignature();
- inline void set_has_giftcoincount();
- inline void clear_has_giftcoincount();
- inline void set_has_gold();
- inline void clear_has_gold();
- inline void set_has_fishlevel();
- inline void clear_has_fishlevel();
- ::google::protobuf::UnknownFieldSet _unknown_fields_;
- ::google::protobuf::int32 friendid_;
- ::google::protobuf::int32 sex_;
- bool online_;
- ::google::protobuf::int32 viplevel_;
- ::std::string* nickname_;
- ::google::protobuf::int32 iconcustom_;
- ::google::protobuf::int32 photoframeid_;
- ::std::string* selfsignature_;
- ::google::protobuf::RepeatedPtrField< ::msg_info_def::msg_gift > giftlist_;
- ::google::protobuf::int32 giftcoincount_;
- ::google::protobuf::int32 gold_;
- ::google::protobuf::int32 fishlevel_;
- mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(12 + 31) / 32];
- friend void protobuf_AddDesc_client2world_5ffriend_2eproto();
- friend void protobuf_AssignDesc_client2world_5ffriend_2eproto();
- friend void protobuf_ShutdownFile_client2world_5ffriend_2eproto();
- void InitAsDefaultInstance();
- static FriendInfo* default_instance_;
- };
- // -------------------------------------------------------------------
- class packetc2w_req_friend_list : public ::google::protobuf::Message {
- public:
- packetc2w_req_friend_list();
- virtual ~packetc2w_req_friend_list();
- packetc2w_req_friend_list(const packetc2w_req_friend_list& from);
- inline packetc2w_req_friend_list& operator=(const packetc2w_req_friend_list& from) {
- CopyFrom(from);
- return *this;
- }
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _unknown_fields_;
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return &_unknown_fields_;
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const packetc2w_req_friend_list& default_instance();
- void Swap(packetc2w_req_friend_list* other);
- // implements Message ----------------------------------------------
- packetc2w_req_friend_list* New() const;
- void CopyFrom(const ::google::protobuf::Message& from);
- void MergeFrom(const ::google::protobuf::Message& from);
- void CopyFrom(const packetc2w_req_friend_list& from);
- void MergeFrom(const packetc2w_req_friend_list& 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::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
- int GetCachedSize() const { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const;
- public:
- ::google::protobuf::Metadata GetMetadata() const;
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_friend_list];
- inline bool has_packet_id() const;
- inline void clear_packet_id();
- static const int kPacketIdFieldNumber = 1;
- inline ::client2world_protocols::e_server_msg_type packet_id() const;
- inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
- // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_req_friend_list)
- private:
- inline void set_has_packet_id();
- inline void clear_has_packet_id();
- ::google::protobuf::UnknownFieldSet _unknown_fields_;
- int packet_id_;
- mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
- friend void protobuf_AddDesc_client2world_5ffriend_2eproto();
- friend void protobuf_AssignDesc_client2world_5ffriend_2eproto();
- friend void protobuf_ShutdownFile_client2world_5ffriend_2eproto();
- void InitAsDefaultInstance();
- static packetc2w_req_friend_list* default_instance_;
- };
- // -------------------------------------------------------------------
- class packetw2c_req_friend_list_result : public ::google::protobuf::Message {
- public:
- packetw2c_req_friend_list_result();
- virtual ~packetw2c_req_friend_list_result();
- packetw2c_req_friend_list_result(const packetw2c_req_friend_list_result& from);
- inline packetw2c_req_friend_list_result& operator=(const packetw2c_req_friend_list_result& from) {
- CopyFrom(from);
- return *this;
- }
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _unknown_fields_;
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return &_unknown_fields_;
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const packetw2c_req_friend_list_result& default_instance();
- void Swap(packetw2c_req_friend_list_result* other);
- // implements Message ----------------------------------------------
- packetw2c_req_friend_list_result* New() const;
- void CopyFrom(const ::google::protobuf::Message& from);
- void MergeFrom(const ::google::protobuf::Message& from);
- void CopyFrom(const packetw2c_req_friend_list_result& from);
- void MergeFrom(const packetw2c_req_friend_list_result& 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::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
- int GetCachedSize() const { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const;
- public:
- ::google::protobuf::Metadata GetMetadata() const;
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_friend_list_result];
- inline bool has_packet_id() const;
- inline void clear_packet_id();
- static const int kPacketIdFieldNumber = 1;
- inline ::client2world_protocols::e_server_msg_type packet_id() const;
- inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
- // repeated .client2world_protocols.FriendInfo friendList = 2;
- inline int friendlist_size() const;
- inline void clear_friendlist();
- static const int kFriendListFieldNumber = 2;
- inline const ::client2world_protocols::FriendInfo& friendlist(int index) const;
- inline ::client2world_protocols::FriendInfo* mutable_friendlist(int index);
- inline ::client2world_protocols::FriendInfo* add_friendlist();
- inline const ::google::protobuf::RepeatedPtrField< ::client2world_protocols::FriendInfo >&
- friendlist() const;
- inline ::google::protobuf::RepeatedPtrField< ::client2world_protocols::FriendInfo >*
- mutable_friendlist();
- // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_req_friend_list_result)
- private:
- inline void set_has_packet_id();
- inline void clear_has_packet_id();
- ::google::protobuf::UnknownFieldSet _unknown_fields_;
- ::google::protobuf::RepeatedPtrField< ::client2world_protocols::FriendInfo > friendlist_;
- int packet_id_;
- mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
- friend void protobuf_AddDesc_client2world_5ffriend_2eproto();
- friend void protobuf_AssignDesc_client2world_5ffriend_2eproto();
- friend void protobuf_ShutdownFile_client2world_5ffriend_2eproto();
- void InitAsDefaultInstance();
- static packetw2c_req_friend_list_result* default_instance_;
- };
- // ===================================================================
- // ===================================================================
- // FriendInfo
- // optional int32 friendId = 1;
- inline bool FriendInfo::has_friendid() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void FriendInfo::set_has_friendid() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void FriendInfo::clear_has_friendid() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline void FriendInfo::clear_friendid() {
- friendid_ = 0;
- clear_has_friendid();
- }
- inline ::google::protobuf::int32 FriendInfo::friendid() const {
- return friendid_;
- }
- inline void FriendInfo::set_friendid(::google::protobuf::int32 value) {
- set_has_friendid();
- friendid_ = value;
- }
- // optional int32 sex = 2;
- inline bool FriendInfo::has_sex() const {
- return (_has_bits_[0] & 0x00000002u) != 0;
- }
- inline void FriendInfo::set_has_sex() {
- _has_bits_[0] |= 0x00000002u;
- }
- inline void FriendInfo::clear_has_sex() {
- _has_bits_[0] &= ~0x00000002u;
- }
- inline void FriendInfo::clear_sex() {
- sex_ = 0;
- clear_has_sex();
- }
- inline ::google::protobuf::int32 FriendInfo::sex() const {
- return sex_;
- }
- inline void FriendInfo::set_sex(::google::protobuf::int32 value) {
- set_has_sex();
- sex_ = value;
- }
- // optional bool online = 3;
- inline bool FriendInfo::has_online() const {
- return (_has_bits_[0] & 0x00000004u) != 0;
- }
- inline void FriendInfo::set_has_online() {
- _has_bits_[0] |= 0x00000004u;
- }
- inline void FriendInfo::clear_has_online() {
- _has_bits_[0] &= ~0x00000004u;
- }
- inline void FriendInfo::clear_online() {
- online_ = false;
- clear_has_online();
- }
- inline bool FriendInfo::online() const {
- return online_;
- }
- inline void FriendInfo::set_online(bool value) {
- set_has_online();
- online_ = value;
- }
- // optional int32 vipLevel = 4;
- inline bool FriendInfo::has_viplevel() const {
- return (_has_bits_[0] & 0x00000008u) != 0;
- }
- inline void FriendInfo::set_has_viplevel() {
- _has_bits_[0] |= 0x00000008u;
- }
- inline void FriendInfo::clear_has_viplevel() {
- _has_bits_[0] &= ~0x00000008u;
- }
- inline void FriendInfo::clear_viplevel() {
- viplevel_ = 0;
- clear_has_viplevel();
- }
- inline ::google::protobuf::int32 FriendInfo::viplevel() const {
- return viplevel_;
- }
- inline void FriendInfo::set_viplevel(::google::protobuf::int32 value) {
- set_has_viplevel();
- viplevel_ = value;
- }
- // optional string nickName = 5;
- inline bool FriendInfo::has_nickname() const {
- return (_has_bits_[0] & 0x00000010u) != 0;
- }
- inline void FriendInfo::set_has_nickname() {
- _has_bits_[0] |= 0x00000010u;
- }
- inline void FriendInfo::clear_has_nickname() {
- _has_bits_[0] &= ~0x00000010u;
- }
- inline void FriendInfo::clear_nickname() {
- if (nickname_ != &::google::protobuf::internal::kEmptyString) {
- nickname_->clear();
- }
- clear_has_nickname();
- }
- inline const ::std::string& FriendInfo::nickname() const {
- return *nickname_;
- }
- inline void FriendInfo::set_nickname(const ::std::string& value) {
- set_has_nickname();
- if (nickname_ == &::google::protobuf::internal::kEmptyString) {
- nickname_ = new ::std::string;
- }
- nickname_->assign(value);
- }
- inline void FriendInfo::set_nickname(const char* value) {
- set_has_nickname();
- if (nickname_ == &::google::protobuf::internal::kEmptyString) {
- nickname_ = new ::std::string;
- }
- nickname_->assign(value);
- }
- inline void FriendInfo::set_nickname(const char* value, size_t size) {
- set_has_nickname();
- if (nickname_ == &::google::protobuf::internal::kEmptyString) {
- nickname_ = new ::std::string;
- }
- nickname_->assign(reinterpret_cast<const char*>(value), size);
- }
- inline ::std::string* FriendInfo::mutable_nickname() {
- set_has_nickname();
- if (nickname_ == &::google::protobuf::internal::kEmptyString) {
- nickname_ = new ::std::string;
- }
- return nickname_;
- }
- inline ::std::string* FriendInfo::release_nickname() {
- clear_has_nickname();
- if (nickname_ == &::google::protobuf::internal::kEmptyString) {
- return NULL;
- } else {
- ::std::string* temp = nickname_;
- nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
- return temp;
- }
- }
- inline void FriendInfo::set_allocated_nickname(::std::string* nickname) {
- if (nickname_ != &::google::protobuf::internal::kEmptyString) {
- delete nickname_;
- }
- if (nickname) {
- set_has_nickname();
- nickname_ = nickname;
- } else {
- clear_has_nickname();
- nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
- }
- }
- // optional int32 iconCustom = 6;
- inline bool FriendInfo::has_iconcustom() const {
- return (_has_bits_[0] & 0x00000020u) != 0;
- }
- inline void FriendInfo::set_has_iconcustom() {
- _has_bits_[0] |= 0x00000020u;
- }
- inline void FriendInfo::clear_has_iconcustom() {
- _has_bits_[0] &= ~0x00000020u;
- }
- inline void FriendInfo::clear_iconcustom() {
- iconcustom_ = 0;
- clear_has_iconcustom();
- }
- inline ::google::protobuf::int32 FriendInfo::iconcustom() const {
- return iconcustom_;
- }
- inline void FriendInfo::set_iconcustom(::google::protobuf::int32 value) {
- set_has_iconcustom();
- iconcustom_ = value;
- }
- // optional int32 photoFrameId = 7;
- inline bool FriendInfo::has_photoframeid() const {
- return (_has_bits_[0] & 0x00000040u) != 0;
- }
- inline void FriendInfo::set_has_photoframeid() {
- _has_bits_[0] |= 0x00000040u;
- }
- inline void FriendInfo::clear_has_photoframeid() {
- _has_bits_[0] &= ~0x00000040u;
- }
- inline void FriendInfo::clear_photoframeid() {
- photoframeid_ = 0;
- clear_has_photoframeid();
- }
- inline ::google::protobuf::int32 FriendInfo::photoframeid() const {
- return photoframeid_;
- }
- inline void FriendInfo::set_photoframeid(::google::protobuf::int32 value) {
- set_has_photoframeid();
- photoframeid_ = value;
- }
- // optional string selfSignature = 8;
- inline bool FriendInfo::has_selfsignature() const {
- return (_has_bits_[0] & 0x00000080u) != 0;
- }
- inline void FriendInfo::set_has_selfsignature() {
- _has_bits_[0] |= 0x00000080u;
- }
- inline void FriendInfo::clear_has_selfsignature() {
- _has_bits_[0] &= ~0x00000080u;
- }
- inline void FriendInfo::clear_selfsignature() {
- if (selfsignature_ != &::google::protobuf::internal::kEmptyString) {
- selfsignature_->clear();
- }
- clear_has_selfsignature();
- }
- inline const ::std::string& FriendInfo::selfsignature() const {
- return *selfsignature_;
- }
- inline void FriendInfo::set_selfsignature(const ::std::string& value) {
- set_has_selfsignature();
- if (selfsignature_ == &::google::protobuf::internal::kEmptyString) {
- selfsignature_ = new ::std::string;
- }
- selfsignature_->assign(value);
- }
- inline void FriendInfo::set_selfsignature(const char* value) {
- set_has_selfsignature();
- if (selfsignature_ == &::google::protobuf::internal::kEmptyString) {
- selfsignature_ = new ::std::string;
- }
- selfsignature_->assign(value);
- }
- inline void FriendInfo::set_selfsignature(const char* value, size_t size) {
- set_has_selfsignature();
- if (selfsignature_ == &::google::protobuf::internal::kEmptyString) {
- selfsignature_ = new ::std::string;
- }
- selfsignature_->assign(reinterpret_cast<const char*>(value), size);
- }
- inline ::std::string* FriendInfo::mutable_selfsignature() {
- set_has_selfsignature();
- if (selfsignature_ == &::google::protobuf::internal::kEmptyString) {
- selfsignature_ = new ::std::string;
- }
- return selfsignature_;
- }
- inline ::std::string* FriendInfo::release_selfsignature() {
- clear_has_selfsignature();
- if (selfsignature_ == &::google::protobuf::internal::kEmptyString) {
- return NULL;
- } else {
- ::std::string* temp = selfsignature_;
- selfsignature_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
- return temp;
- }
- }
- inline void FriendInfo::set_allocated_selfsignature(::std::string* selfsignature) {
- if (selfsignature_ != &::google::protobuf::internal::kEmptyString) {
- delete selfsignature_;
- }
- if (selfsignature) {
- set_has_selfsignature();
- selfsignature_ = selfsignature;
- } else {
- clear_has_selfsignature();
- selfsignature_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
- }
- }
- // repeated .msg_info_def.msg_gift giftList = 9;
- inline int FriendInfo::giftlist_size() const {
- return giftlist_.size();
- }
- inline void FriendInfo::clear_giftlist() {
- giftlist_.Clear();
- }
- inline const ::msg_info_def::msg_gift& FriendInfo::giftlist(int index) const {
- return giftlist_.Get(index);
- }
- inline ::msg_info_def::msg_gift* FriendInfo::mutable_giftlist(int index) {
- return giftlist_.Mutable(index);
- }
- inline ::msg_info_def::msg_gift* FriendInfo::add_giftlist() {
- return giftlist_.Add();
- }
- inline const ::google::protobuf::RepeatedPtrField< ::msg_info_def::msg_gift >&
- FriendInfo::giftlist() const {
- return giftlist_;
- }
- inline ::google::protobuf::RepeatedPtrField< ::msg_info_def::msg_gift >*
- FriendInfo::mutable_giftlist() {
- return &giftlist_;
- }
- // optional int32 giftCoinCount = 10;
- inline bool FriendInfo::has_giftcoincount() const {
- return (_has_bits_[0] & 0x00000200u) != 0;
- }
- inline void FriendInfo::set_has_giftcoincount() {
- _has_bits_[0] |= 0x00000200u;
- }
- inline void FriendInfo::clear_has_giftcoincount() {
- _has_bits_[0] &= ~0x00000200u;
- }
- inline void FriendInfo::clear_giftcoincount() {
- giftcoincount_ = 0;
- clear_has_giftcoincount();
- }
- inline ::google::protobuf::int32 FriendInfo::giftcoincount() const {
- return giftcoincount_;
- }
- inline void FriendInfo::set_giftcoincount(::google::protobuf::int32 value) {
- set_has_giftcoincount();
- giftcoincount_ = value;
- }
- // optional int32 gold = 11;
- inline bool FriendInfo::has_gold() const {
- return (_has_bits_[0] & 0x00000400u) != 0;
- }
- inline void FriendInfo::set_has_gold() {
- _has_bits_[0] |= 0x00000400u;
- }
- inline void FriendInfo::clear_has_gold() {
- _has_bits_[0] &= ~0x00000400u;
- }
- inline void FriendInfo::clear_gold() {
- gold_ = 0;
- clear_has_gold();
- }
- inline ::google::protobuf::int32 FriendInfo::gold() const {
- return gold_;
- }
- inline void FriendInfo::set_gold(::google::protobuf::int32 value) {
- set_has_gold();
- gold_ = value;
- }
- // optional int32 fishLevel = 12;
- inline bool FriendInfo::has_fishlevel() const {
- return (_has_bits_[0] & 0x00000800u) != 0;
- }
- inline void FriendInfo::set_has_fishlevel() {
- _has_bits_[0] |= 0x00000800u;
- }
- inline void FriendInfo::clear_has_fishlevel() {
- _has_bits_[0] &= ~0x00000800u;
- }
- inline void FriendInfo::clear_fishlevel() {
- fishlevel_ = 0;
- clear_has_fishlevel();
- }
- inline ::google::protobuf::int32 FriendInfo::fishlevel() const {
- return fishlevel_;
- }
- inline void FriendInfo::set_fishlevel(::google::protobuf::int32 value) {
- set_has_fishlevel();
- fishlevel_ = value;
- }
- // -------------------------------------------------------------------
- // packetc2w_req_friend_list
- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_friend_list];
- inline bool packetc2w_req_friend_list::has_packet_id() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void packetc2w_req_friend_list::set_has_packet_id() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void packetc2w_req_friend_list::clear_has_packet_id() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline void packetc2w_req_friend_list::clear_packet_id() {
- packet_id_ = 5025;
- clear_has_packet_id();
- }
- inline ::client2world_protocols::e_server_msg_type packetc2w_req_friend_list::packet_id() const {
- return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
- }
- inline void packetc2w_req_friend_list::set_packet_id(::client2world_protocols::e_server_msg_type value) {
- assert(::client2world_protocols::e_server_msg_type_IsValid(value));
- set_has_packet_id();
- packet_id_ = value;
- }
- // -------------------------------------------------------------------
- // packetw2c_req_friend_list_result
- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_friend_list_result];
- inline bool packetw2c_req_friend_list_result::has_packet_id() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void packetw2c_req_friend_list_result::set_has_packet_id() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void packetw2c_req_friend_list_result::clear_has_packet_id() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline void packetw2c_req_friend_list_result::clear_packet_id() {
- packet_id_ = 7527;
- clear_has_packet_id();
- }
- inline ::client2world_protocols::e_server_msg_type packetw2c_req_friend_list_result::packet_id() const {
- return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
- }
- inline void packetw2c_req_friend_list_result::set_packet_id(::client2world_protocols::e_server_msg_type value) {
- assert(::client2world_protocols::e_server_msg_type_IsValid(value));
- set_has_packet_id();
- packet_id_ = value;
- }
- // repeated .client2world_protocols.FriendInfo friendList = 2;
- inline int packetw2c_req_friend_list_result::friendlist_size() const {
- return friendlist_.size();
- }
- inline void packetw2c_req_friend_list_result::clear_friendlist() {
- friendlist_.Clear();
- }
- inline const ::client2world_protocols::FriendInfo& packetw2c_req_friend_list_result::friendlist(int index) const {
- return friendlist_.Get(index);
- }
- inline ::client2world_protocols::FriendInfo* packetw2c_req_friend_list_result::mutable_friendlist(int index) {
- return friendlist_.Mutable(index);
- }
- inline ::client2world_protocols::FriendInfo* packetw2c_req_friend_list_result::add_friendlist() {
- return friendlist_.Add();
- }
- inline const ::google::protobuf::RepeatedPtrField< ::client2world_protocols::FriendInfo >&
- packetw2c_req_friend_list_result::friendlist() const {
- return friendlist_;
- }
- inline ::google::protobuf::RepeatedPtrField< ::client2world_protocols::FriendInfo >*
- packetw2c_req_friend_list_result::mutable_friendlist() {
- return &friendlist_;
- }
- // @@protoc_insertion_point(namespace_scope)
- } // namespace client2world_protocols
- #ifndef SWIG
- namespace google {
- namespace protobuf {
- } // namespace google
- } // namespace protobuf
- #endif // SWIG
- // @@protoc_insertion_point(global_scope)
- #endif // PROTOBUF_client2world_5ffriend_2eproto__INCLUDED
|