summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.pb.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/pacman.pb.h')
-rw-r--r--pacman-c++/pacman.pb.h276
1 files changed, 0 insertions, 276 deletions
diff --git a/pacman-c++/pacman.pb.h b/pacman-c++/pacman.pb.h
deleted file mode 100644
index 6f94834..0000000
--- a/pacman-c++/pacman.pb.h
+++ /dev/null
@@ -1,276 +0,0 @@
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: pacman.proto
3
4#ifndef PROTOBUF_pacman_2eproto__INCLUDED
5#define PROTOBUF_pacman_2eproto__INCLUDED
6
7#include <string>
8
9#include <google/protobuf/stubs/common.h>
10
11#if GOOGLE_PROTOBUF_VERSION < 2004000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
14#error your headers.
15#endif
16#if 2004000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17#error This file was generated by an older version of protoc which is
18#error incompatible with your Protocol Buffer headers. Please
19#error regenerate this file with a newer version of protoc.
20#endif
21
22#include <google/protobuf/generated_message_util.h>
23#include <google/protobuf/repeated_field.h>
24#include <google/protobuf/extension_set.h>
25#include <google/protobuf/generated_message_reflection.h>
26// @@protoc_insertion_point(includes)
27
28// Internal implementation detail -- do not call these.
29void protobuf_AddDesc_pacman_2eproto();
30void protobuf_AssignDesc_pacman_2eproto();
31void protobuf_ShutdownFile_pacman_2eproto();
32
33class KeyPressUpdate;
34class MapUpdate;
35
36// ===================================================================
37
38class KeyPressUpdate : public ::google::protobuf::Message {
39 public:
40 KeyPressUpdate();
41 virtual ~KeyPressUpdate();
42
43 KeyPressUpdate(const KeyPressUpdate& from);
44
45 inline KeyPressUpdate& operator=(const KeyPressUpdate& from) {
46 CopyFrom(from);
47 return *this;
48 }
49
50 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
51 return _unknown_fields_;
52 }
53
54 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
55 return &_unknown_fields_;
56 }
57
58 static const ::google::protobuf::Descriptor* descriptor();
59 static const KeyPressUpdate& default_instance();
60
61 void Swap(KeyPressUpdate* other);
62
63 // implements Message ----------------------------------------------
64
65 KeyPressUpdate* New() const;
66 void CopyFrom(const ::google::protobuf::Message& from);
67 void MergeFrom(const ::google::protobuf::Message& from);
68 void CopyFrom(const KeyPressUpdate& from);
69 void MergeFrom(const KeyPressUpdate& from);
70 void Clear();
71 bool IsInitialized() const;
72
73 int ByteSize() const;
74 bool MergePartialFromCodedStream(
75 ::google::protobuf::io::CodedInputStream* input);
76 void SerializeWithCachedSizes(
77 ::google::protobuf::io::CodedOutputStream* output) const;
78 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
79 int GetCachedSize() const { return _cached_size_; }
80 private:
81 void SharedCtor();
82 void SharedDtor();
83 void SetCachedSize(int size) const;
84 public:
85
86 ::google::protobuf::Metadata GetMetadata() const;
87
88 // nested types ----------------------------------------------------
89
90 // accessors -------------------------------------------------------
91
92 // required uint32 newKey = 1;
93 inline bool has_newkey() const;
94 inline void clear_newkey();
95 static const int kNewKeyFieldNumber = 1;
96 inline ::google::protobuf::uint32 newkey() const;
97 inline void set_newkey(::google::protobuf::uint32 value);
98
99 // @@protoc_insertion_point(class_scope:KeyPressUpdate)
100 private:
101 inline void set_has_newkey();
102 inline void clear_has_newkey();
103
104 ::google::protobuf::UnknownFieldSet _unknown_fields_;
105
106 ::google::protobuf::uint32 newkey_;
107
108 mutable int _cached_size_;
109 ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
110
111 friend void protobuf_AddDesc_pacman_2eproto();
112 friend void protobuf_AssignDesc_pacman_2eproto();
113 friend void protobuf_ShutdownFile_pacman_2eproto();
114
115 void InitAsDefaultInstance();
116 static KeyPressUpdate* default_instance_;
117};
118// -------------------------------------------------------------------
119
120class MapUpdate : public ::google::protobuf::Message {
121 public:
122 MapUpdate();
123 virtual ~MapUpdate();
124
125 MapUpdate(const MapUpdate& from);
126
127 inline MapUpdate& operator=(const MapUpdate& from) {
128 CopyFrom(from);
129 return *this;
130 }
131
132 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
133 return _unknown_fields_;
134 }
135
136 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
137 return &_unknown_fields_;
138 }
139
140 static const ::google::protobuf::Descriptor* descriptor();
141 static const MapUpdate& default_instance();
142
143 void Swap(MapUpdate* other);
144
145 // implements Message ----------------------------------------------
146
147 MapUpdate* New() const;
148 void CopyFrom(const ::google::protobuf::Message& from);
149 void MergeFrom(const ::google::protobuf::Message& from);
150 void CopyFrom(const MapUpdate& from);
151 void MergeFrom(const MapUpdate& from);
152 void Clear();
153 bool IsInitialized() const;
154
155 int ByteSize() const;
156 bool MergePartialFromCodedStream(
157 ::google::protobuf::io::CodedInputStream* input);
158 void SerializeWithCachedSizes(
159 ::google::protobuf::io::CodedOutputStream* output) const;
160 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
161 int GetCachedSize() const { return _cached_size_; }
162 private:
163 void SharedCtor();
164 void SharedDtor();
165 void SetCachedSize(int size) const;
166 public:
167
168 ::google::protobuf::Metadata GetMetadata() const;
169
170 // nested types ----------------------------------------------------
171
172 // accessors -------------------------------------------------------
173
174 // repeated uint32 field = 1 [packed = true];
175 inline int field_size() const;
176 inline void clear_field();
177 static const int kFieldFieldNumber = 1;
178 inline ::google::protobuf::uint32 field(int index) const;
179 inline void set_field(int index, ::google::protobuf::uint32 value);
180 inline void add_field(::google::protobuf::uint32 value);
181 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
182 field() const;
183 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
184 mutable_field();
185
186 // @@protoc_insertion_point(class_scope:MapUpdate)
187 private:
188
189 ::google::protobuf::UnknownFieldSet _unknown_fields_;
190
191 ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > field_;
192 mutable int _field_cached_byte_size_;
193
194 mutable int _cached_size_;
195 ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
196
197 friend void protobuf_AddDesc_pacman_2eproto();
198 friend void protobuf_AssignDesc_pacman_2eproto();
199 friend void protobuf_ShutdownFile_pacman_2eproto();
200
201 void InitAsDefaultInstance();
202 static MapUpdate* default_instance_;
203};
204// ===================================================================
205
206
207// ===================================================================
208
209// KeyPressUpdate
210
211// required uint32 newKey = 1;
212inline bool KeyPressUpdate::has_newkey() const {
213 return (_has_bits_[0] & 0x00000001u) != 0;
214}
215inline void KeyPressUpdate::set_has_newkey() {
216 _has_bits_[0] |= 0x00000001u;
217}
218inline void KeyPressUpdate::clear_has_newkey() {
219 _has_bits_[0] &= ~0x00000001u;
220}
221inline void KeyPressUpdate::clear_newkey() {
222 newkey_ = 0u;
223 clear_has_newkey();
224}
225inline ::google::protobuf::uint32 KeyPressUpdate::newkey() const {
226 return newkey_;
227}
228inline void KeyPressUpdate::set_newkey(::google::protobuf::uint32 value) {
229 set_has_newkey();
230 newkey_ = value;
231}
232
233// -------------------------------------------------------------------
234
235// MapUpdate
236
237// repeated uint32 field = 1 [packed = true];
238inline int MapUpdate::field_size() const {
239 return field_.size();
240}
241inline void MapUpdate::clear_field() {
242 field_.Clear();
243}
244inline ::google::protobuf::uint32 MapUpdate::field(int index) const {
245 return field_.Get(index);
246}
247inline void MapUpdate::set_field(int index, ::google::protobuf::uint32 value) {
248 field_.Set(index, value);
249}
250inline void MapUpdate::add_field(::google::protobuf::uint32 value) {
251 field_.Add(value);
252}
253inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
254MapUpdate::field() const {
255 return field_;
256}
257inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
258MapUpdate::mutable_field() {
259 return &field_;
260}
261
262
263// @@protoc_insertion_point(namespace_scope)
264
265#ifndef SWIG
266namespace google {
267namespace protobuf {
268
269
270} // namespace google
271} // namespace protobuf
272#endif // SWIG
273
274// @@protoc_insertion_point(global_scope)
275
276#endif // PROTOBUF_pacman_2eproto__INCLUDED