123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: client2world_notice.proto
- #ifndef PROTOBUF_client2world_5fnotice_2eproto__INCLUDED
- #define PROTOBUF_client2world_5fnotice_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_5fnotice_2eproto();
- void protobuf_AssignDesc_client2world_5fnotice_2eproto();
- void protobuf_ShutdownFile_client2world_5fnotice_2eproto();
- class packetc2w_req_notice;
- class NoticeInfo;
- class packetw2c_req_notice_result;
- // ===================================================================
- class packetc2w_req_notice : public ::google::protobuf::Message {
- public:
- packetc2w_req_notice();
- virtual ~packetc2w_req_notice();
- packetc2w_req_notice(const packetc2w_req_notice& from);
- inline packetc2w_req_notice& operator=(const packetc2w_req_notice& 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_notice& default_instance();
- void Swap(packetc2w_req_notice* other);
- // implements Message ----------------------------------------------
- packetc2w_req_notice* New() const;
- void CopyFrom(const ::google::protobuf::Message& from);
- void MergeFrom(const ::google::protobuf::Message& from);
- void CopyFrom(const packetc2w_req_notice& from);
- void MergeFrom(const packetc2w_req_notice& 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_notice];
- 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);
- // optional int32 lastTime = 2;
- inline bool has_lasttime() const;
- inline void clear_lasttime();
- static const int kLastTimeFieldNumber = 2;
- inline ::google::protobuf::int32 lasttime() const;
- inline void set_lasttime(::google::protobuf::int32 value);
- // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_req_notice)
- private:
- inline void set_has_packet_id();
- inline void clear_has_packet_id();
- inline void set_has_lasttime();
- inline void clear_has_lasttime();
- ::google::protobuf::UnknownFieldSet _unknown_fields_;
- int packet_id_;
- ::google::protobuf::int32 lasttime_;
- mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
- friend void protobuf_AddDesc_client2world_5fnotice_2eproto();
- friend void protobuf_AssignDesc_client2world_5fnotice_2eproto();
- friend void protobuf_ShutdownFile_client2world_5fnotice_2eproto();
- void InitAsDefaultInstance();
- static packetc2w_req_notice* default_instance_;
- };
- // -------------------------------------------------------------------
- class NoticeInfo : public ::google::protobuf::Message {
- public:
- NoticeInfo();
- virtual ~NoticeInfo();
- NoticeInfo(const NoticeInfo& from);
- inline NoticeInfo& operator=(const NoticeInfo& 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 NoticeInfo& default_instance();
- void Swap(NoticeInfo* other);
- // implements Message ----------------------------------------------
- NoticeInfo* New() const;
- void CopyFrom(const ::google::protobuf::Message& from);
- void MergeFrom(const ::google::protobuf::Message& from);
- void CopyFrom(const NoticeInfo& from);
- void MergeFrom(const NoticeInfo& 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 genTime = 1;
- inline bool has_gentime() const;
- inline void clear_gentime();
- static const int kGenTimeFieldNumber = 1;
- inline ::google::protobuf::int32 gentime() const;
- inline void set_gentime(::google::protobuf::int32 value);
- // optional int32 deadTime = 2;
- inline bool has_deadtime() const;
- inline void clear_deadtime();
- static const int kDeadTimeFieldNumber = 2;
- inline ::google::protobuf::int32 deadtime() const;
- inline void set_deadtime(::google::protobuf::int32 value);
- // optional int32 type = 3;
- inline bool has_type() const;
- inline void clear_type();
- static const int kTypeFieldNumber = 3;
- inline ::google::protobuf::int32 type() const;
- inline void set_type(::google::protobuf::int32 value);
- // optional string title = 4;
- inline bool has_title() const;
- inline void clear_title();
- static const int kTitleFieldNumber = 4;
- inline const ::std::string& title() const;
- inline void set_title(const ::std::string& value);
- inline void set_title(const char* value);
- inline void set_title(const char* value, size_t size);
- inline ::std::string* mutable_title();
- inline ::std::string* release_title();
- inline void set_allocated_title(::std::string* title);
- // optional string content = 5;
- inline bool has_content() const;
- inline void clear_content();
- static const int kContentFieldNumber = 5;
- inline const ::std::string& content() const;
- inline void set_content(const ::std::string& value);
- inline void set_content(const char* value);
- inline void set_content(const char* value, size_t size);
- inline ::std::string* mutable_content();
- inline ::std::string* release_content();
- inline void set_allocated_content(::std::string* content);
- // optional int32 order = 6;
- inline bool has_order() const;
- inline void clear_order();
- static const int kOrderFieldNumber = 6;
- inline ::google::protobuf::int32 order() const;
- inline void set_order(::google::protobuf::int32 value);
- // @@protoc_insertion_point(class_scope:client2world_protocols.NoticeInfo)
- private:
- inline void set_has_gentime();
- inline void clear_has_gentime();
- inline void set_has_deadtime();
- inline void clear_has_deadtime();
- inline void set_has_type();
- inline void clear_has_type();
- inline void set_has_title();
- inline void clear_has_title();
- inline void set_has_content();
- inline void clear_has_content();
- inline void set_has_order();
- inline void clear_has_order();
- ::google::protobuf::UnknownFieldSet _unknown_fields_;
- ::google::protobuf::int32 gentime_;
- ::google::protobuf::int32 deadtime_;
- ::std::string* title_;
- ::google::protobuf::int32 type_;
- ::google::protobuf::int32 order_;
- ::std::string* content_;
- mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(6 + 31) / 32];
- friend void protobuf_AddDesc_client2world_5fnotice_2eproto();
- friend void protobuf_AssignDesc_client2world_5fnotice_2eproto();
- friend void protobuf_ShutdownFile_client2world_5fnotice_2eproto();
- void InitAsDefaultInstance();
- static NoticeInfo* default_instance_;
- };
- // -------------------------------------------------------------------
- class packetw2c_req_notice_result : public ::google::protobuf::Message {
- public:
- packetw2c_req_notice_result();
- virtual ~packetw2c_req_notice_result();
- packetw2c_req_notice_result(const packetw2c_req_notice_result& from);
- inline packetw2c_req_notice_result& operator=(const packetw2c_req_notice_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_notice_result& default_instance();
- void Swap(packetw2c_req_notice_result* other);
- // implements Message ----------------------------------------------
- packetw2c_req_notice_result* New() const;
- void CopyFrom(const ::google::protobuf::Message& from);
- void MergeFrom(const ::google::protobuf::Message& from);
- void CopyFrom(const packetw2c_req_notice_result& from);
- void MergeFrom(const packetw2c_req_notice_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_notice_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.NoticeInfo infoList = 2;
- inline int infolist_size() const;
- inline void clear_infolist();
- static const int kInfoListFieldNumber = 2;
- inline const ::client2world_protocols::NoticeInfo& infolist(int index) const;
- inline ::client2world_protocols::NoticeInfo* mutable_infolist(int index);
- inline ::client2world_protocols::NoticeInfo* add_infolist();
- inline const ::google::protobuf::RepeatedPtrField< ::client2world_protocols::NoticeInfo >&
- infolist() const;
- inline ::google::protobuf::RepeatedPtrField< ::client2world_protocols::NoticeInfo >*
- mutable_infolist();
- // optional int32 lastTime = 3;
- inline bool has_lasttime() const;
- inline void clear_lasttime();
- static const int kLastTimeFieldNumber = 3;
- inline ::google::protobuf::int32 lasttime() const;
- inline void set_lasttime(::google::protobuf::int32 value);
- // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_req_notice_result)
- private:
- inline void set_has_packet_id();
- inline void clear_has_packet_id();
- inline void set_has_lasttime();
- inline void clear_has_lasttime();
- ::google::protobuf::UnknownFieldSet _unknown_fields_;
- ::google::protobuf::RepeatedPtrField< ::client2world_protocols::NoticeInfo > infolist_;
- int packet_id_;
- ::google::protobuf::int32 lasttime_;
- mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
- friend void protobuf_AddDesc_client2world_5fnotice_2eproto();
- friend void protobuf_AssignDesc_client2world_5fnotice_2eproto();
- friend void protobuf_ShutdownFile_client2world_5fnotice_2eproto();
- void InitAsDefaultInstance();
- static packetw2c_req_notice_result* default_instance_;
- };
- // ===================================================================
- // ===================================================================
- // packetc2w_req_notice
- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_notice];
- inline bool packetc2w_req_notice::has_packet_id() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void packetc2w_req_notice::set_has_packet_id() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void packetc2w_req_notice::clear_has_packet_id() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline void packetc2w_req_notice::clear_packet_id() {
- packet_id_ = 5038;
- clear_has_packet_id();
- }
- inline ::client2world_protocols::e_server_msg_type packetc2w_req_notice::packet_id() const {
- return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
- }
- inline void packetc2w_req_notice::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;
- }
- // optional int32 lastTime = 2;
- inline bool packetc2w_req_notice::has_lasttime() const {
- return (_has_bits_[0] & 0x00000002u) != 0;
- }
- inline void packetc2w_req_notice::set_has_lasttime() {
- _has_bits_[0] |= 0x00000002u;
- }
- inline void packetc2w_req_notice::clear_has_lasttime() {
- _has_bits_[0] &= ~0x00000002u;
- }
- inline void packetc2w_req_notice::clear_lasttime() {
- lasttime_ = 0;
- clear_has_lasttime();
- }
- inline ::google::protobuf::int32 packetc2w_req_notice::lasttime() const {
- return lasttime_;
- }
- inline void packetc2w_req_notice::set_lasttime(::google::protobuf::int32 value) {
- set_has_lasttime();
- lasttime_ = value;
- }
- // -------------------------------------------------------------------
- // NoticeInfo
- // optional int32 genTime = 1;
- inline bool NoticeInfo::has_gentime() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void NoticeInfo::set_has_gentime() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void NoticeInfo::clear_has_gentime() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline void NoticeInfo::clear_gentime() {
- gentime_ = 0;
- clear_has_gentime();
- }
- inline ::google::protobuf::int32 NoticeInfo::gentime() const {
- return gentime_;
- }
- inline void NoticeInfo::set_gentime(::google::protobuf::int32 value) {
- set_has_gentime();
- gentime_ = value;
- }
- // optional int32 deadTime = 2;
- inline bool NoticeInfo::has_deadtime() const {
- return (_has_bits_[0] & 0x00000002u) != 0;
- }
- inline void NoticeInfo::set_has_deadtime() {
- _has_bits_[0] |= 0x00000002u;
- }
- inline void NoticeInfo::clear_has_deadtime() {
- _has_bits_[0] &= ~0x00000002u;
- }
- inline void NoticeInfo::clear_deadtime() {
- deadtime_ = 0;
- clear_has_deadtime();
- }
- inline ::google::protobuf::int32 NoticeInfo::deadtime() const {
- return deadtime_;
- }
- inline void NoticeInfo::set_deadtime(::google::protobuf::int32 value) {
- set_has_deadtime();
- deadtime_ = value;
- }
- // optional int32 type = 3;
- inline bool NoticeInfo::has_type() const {
- return (_has_bits_[0] & 0x00000004u) != 0;
- }
- inline void NoticeInfo::set_has_type() {
- _has_bits_[0] |= 0x00000004u;
- }
- inline void NoticeInfo::clear_has_type() {
- _has_bits_[0] &= ~0x00000004u;
- }
- inline void NoticeInfo::clear_type() {
- type_ = 0;
- clear_has_type();
- }
- inline ::google::protobuf::int32 NoticeInfo::type() const {
- return type_;
- }
- inline void NoticeInfo::set_type(::google::protobuf::int32 value) {
- set_has_type();
- type_ = value;
- }
- // optional string title = 4;
- inline bool NoticeInfo::has_title() const {
- return (_has_bits_[0] & 0x00000008u) != 0;
- }
- inline void NoticeInfo::set_has_title() {
- _has_bits_[0] |= 0x00000008u;
- }
- inline void NoticeInfo::clear_has_title() {
- _has_bits_[0] &= ~0x00000008u;
- }
- inline void NoticeInfo::clear_title() {
- if (title_ != &::google::protobuf::internal::kEmptyString) {
- title_->clear();
- }
- clear_has_title();
- }
- inline const ::std::string& NoticeInfo::title() const {
- return *title_;
- }
- inline void NoticeInfo::set_title(const ::std::string& value) {
- set_has_title();
- if (title_ == &::google::protobuf::internal::kEmptyString) {
- title_ = new ::std::string;
- }
- title_->assign(value);
- }
- inline void NoticeInfo::set_title(const char* value) {
- set_has_title();
- if (title_ == &::google::protobuf::internal::kEmptyString) {
- title_ = new ::std::string;
- }
- title_->assign(value);
- }
- inline void NoticeInfo::set_title(const char* value, size_t size) {
- set_has_title();
- if (title_ == &::google::protobuf::internal::kEmptyString) {
- title_ = new ::std::string;
- }
- title_->assign(reinterpret_cast<const char*>(value), size);
- }
- inline ::std::string* NoticeInfo::mutable_title() {
- set_has_title();
- if (title_ == &::google::protobuf::internal::kEmptyString) {
- title_ = new ::std::string;
- }
- return title_;
- }
- inline ::std::string* NoticeInfo::release_title() {
- clear_has_title();
- if (title_ == &::google::protobuf::internal::kEmptyString) {
- return NULL;
- } else {
- ::std::string* temp = title_;
- title_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
- return temp;
- }
- }
- inline void NoticeInfo::set_allocated_title(::std::string* title) {
- if (title_ != &::google::protobuf::internal::kEmptyString) {
- delete title_;
- }
- if (title) {
- set_has_title();
- title_ = title;
- } else {
- clear_has_title();
- title_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
- }
- }
- // optional string content = 5;
- inline bool NoticeInfo::has_content() const {
- return (_has_bits_[0] & 0x00000010u) != 0;
- }
- inline void NoticeInfo::set_has_content() {
- _has_bits_[0] |= 0x00000010u;
- }
- inline void NoticeInfo::clear_has_content() {
- _has_bits_[0] &= ~0x00000010u;
- }
- inline void NoticeInfo::clear_content() {
- if (content_ != &::google::protobuf::internal::kEmptyString) {
- content_->clear();
- }
- clear_has_content();
- }
- inline const ::std::string& NoticeInfo::content() const {
- return *content_;
- }
- inline void NoticeInfo::set_content(const ::std::string& value) {
- set_has_content();
- if (content_ == &::google::protobuf::internal::kEmptyString) {
- content_ = new ::std::string;
- }
- content_->assign(value);
- }
- inline void NoticeInfo::set_content(const char* value) {
- set_has_content();
- if (content_ == &::google::protobuf::internal::kEmptyString) {
- content_ = new ::std::string;
- }
- content_->assign(value);
- }
- inline void NoticeInfo::set_content(const char* value, size_t size) {
- set_has_content();
- if (content_ == &::google::protobuf::internal::kEmptyString) {
- content_ = new ::std::string;
- }
- content_->assign(reinterpret_cast<const char*>(value), size);
- }
- inline ::std::string* NoticeInfo::mutable_content() {
- set_has_content();
- if (content_ == &::google::protobuf::internal::kEmptyString) {
- content_ = new ::std::string;
- }
- return content_;
- }
- inline ::std::string* NoticeInfo::release_content() {
- clear_has_content();
- if (content_ == &::google::protobuf::internal::kEmptyString) {
- return NULL;
- } else {
- ::std::string* temp = content_;
- content_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
- return temp;
- }
- }
- inline void NoticeInfo::set_allocated_content(::std::string* content) {
- if (content_ != &::google::protobuf::internal::kEmptyString) {
- delete content_;
- }
- if (content) {
- set_has_content();
- content_ = content;
- } else {
- clear_has_content();
- content_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
- }
- }
- // optional int32 order = 6;
- inline bool NoticeInfo::has_order() const {
- return (_has_bits_[0] & 0x00000020u) != 0;
- }
- inline void NoticeInfo::set_has_order() {
- _has_bits_[0] |= 0x00000020u;
- }
- inline void NoticeInfo::clear_has_order() {
- _has_bits_[0] &= ~0x00000020u;
- }
- inline void NoticeInfo::clear_order() {
- order_ = 0;
- clear_has_order();
- }
- inline ::google::protobuf::int32 NoticeInfo::order() const {
- return order_;
- }
- inline void NoticeInfo::set_order(::google::protobuf::int32 value) {
- set_has_order();
- order_ = value;
- }
- // -------------------------------------------------------------------
- // packetw2c_req_notice_result
- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_notice_result];
- inline bool packetw2c_req_notice_result::has_packet_id() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void packetw2c_req_notice_result::set_has_packet_id() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void packetw2c_req_notice_result::clear_has_packet_id() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline void packetw2c_req_notice_result::clear_packet_id() {
- packet_id_ = 7540;
- clear_has_packet_id();
- }
- inline ::client2world_protocols::e_server_msg_type packetw2c_req_notice_result::packet_id() const {
- return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
- }
- inline void packetw2c_req_notice_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.NoticeInfo infoList = 2;
- inline int packetw2c_req_notice_result::infolist_size() const {
- return infolist_.size();
- }
- inline void packetw2c_req_notice_result::clear_infolist() {
- infolist_.Clear();
- }
- inline const ::client2world_protocols::NoticeInfo& packetw2c_req_notice_result::infolist(int index) const {
- return infolist_.Get(index);
- }
- inline ::client2world_protocols::NoticeInfo* packetw2c_req_notice_result::mutable_infolist(int index) {
- return infolist_.Mutable(index);
- }
- inline ::client2world_protocols::NoticeInfo* packetw2c_req_notice_result::add_infolist() {
- return infolist_.Add();
- }
- inline const ::google::protobuf::RepeatedPtrField< ::client2world_protocols::NoticeInfo >&
- packetw2c_req_notice_result::infolist() const {
- return infolist_;
- }
- inline ::google::protobuf::RepeatedPtrField< ::client2world_protocols::NoticeInfo >*
- packetw2c_req_notice_result::mutable_infolist() {
- return &infolist_;
- }
- // optional int32 lastTime = 3;
- inline bool packetw2c_req_notice_result::has_lasttime() const {
- return (_has_bits_[0] & 0x00000004u) != 0;
- }
- inline void packetw2c_req_notice_result::set_has_lasttime() {
- _has_bits_[0] |= 0x00000004u;
- }
- inline void packetw2c_req_notice_result::clear_has_lasttime() {
- _has_bits_[0] &= ~0x00000004u;
- }
- inline void packetw2c_req_notice_result::clear_lasttime() {
- lasttime_ = 0;
- clear_has_lasttime();
- }
- inline ::google::protobuf::int32 packetw2c_req_notice_result::lasttime() const {
- return lasttime_;
- }
- inline void packetw2c_req_notice_result::set_lasttime(::google::protobuf::int32 value) {
- set_has_lasttime();
- lasttime_ = value;
- }
- // @@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_5fnotice_2eproto__INCLUDED
|