Ignition Msgs

API Reference

5.6.0
serialized_map.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/serialized_map.proto
3 
4 #ifndef PROTOBUF_ignition_2fmsgs_2fserialized_5fmap_2eproto__INCLUDED
5 #define PROTOBUF_ignition_2fmsgs_2fserialized_5fmap_2eproto__INCLUDED
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3000000
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 3000000 < 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/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/map.h>
30 #include <google/protobuf/map_field_inl.h>
31 #include <google/protobuf/unknown_field_set.h>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 
48 namespace ignition {
49 namespace msgs {
50 
51 // Internal implementation detail -- do not call these.
55 
56 class SerializedEntityMap;
57 class SerializedStateMap;
58 class SerializedStepMap;
59 
60 // ===================================================================
61 
62 class IGNITION_MSGS_VISIBLE SerializedEntityMap : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.SerializedEntityMap) */ {
63  public:
65  virtual ~SerializedEntityMap();
66 
68 
70  CopyFrom(from);
71  return *this;
72  }
73 
74  static const ::google::protobuf::Descriptor* descriptor();
75  static const SerializedEntityMap& default_instance();
76 
77  void Swap(SerializedEntityMap* other);
78 
79  // implements Message ----------------------------------------------
80 
81  inline SerializedEntityMap* New() const { return New(NULL); }
82 
83  SerializedEntityMap* New(::google::protobuf::Arena* arena) const;
84  void CopyFrom(const ::google::protobuf::Message& from);
85  void MergeFrom(const ::google::protobuf::Message& from);
86  void CopyFrom(const SerializedEntityMap& from);
87  void MergeFrom(const SerializedEntityMap& from);
88  void Clear();
89  bool IsInitialized() const;
90 
91  int ByteSize() const;
92  bool MergePartialFromCodedStream(
93  ::google::protobuf::io::CodedInputStream* input);
94  void SerializeWithCachedSizes(
95  ::google::protobuf::io::CodedOutputStream* output) const;
96  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
97  bool deterministic, ::google::protobuf::uint8* output) const;
98  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
99  return InternalSerializeWithCachedSizesToArray(false, output);
100  }
101  int GetCachedSize() const { return _cached_size_; }
102  private:
103  void SharedCtor();
104  void SharedDtor();
105  void SetCachedSize(int size) const;
106  void InternalSwap(SerializedEntityMap* other);
107  private:
108  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
109  return _internal_metadata_.arena();
110  }
111  inline void* MaybeArenaPtr() const {
112  return _internal_metadata_.raw_arena_ptr();
113  }
114  public:
115 
116  ::google::protobuf::Metadata GetMetadata() const;
117 
118  // nested types ----------------------------------------------------
119 
120 
121  // accessors -------------------------------------------------------
122 
123  // optional uint64 id = 1;
124  void clear_id();
125  static const int kIdFieldNumber = 1;
126  ::google::protobuf::uint64 id() const;
127  void set_id(::google::protobuf::uint64 value);
128 
129  // map<int64, .ignition.msgs.SerializedComponent> components = 2;
130  int components_size() const;
131  void clear_components();
132  static const int kComponentsFieldNumber = 2;
133  const ::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent >&
134  components() const;
135  ::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent >*
136  mutable_components();
137 
138  // optional bool remove = 3;
139  void clear_remove();
140  static const int kRemoveFieldNumber = 3;
141  bool remove() const;
142  void set_remove(bool value);
143 
144  // @@protoc_insertion_point(class_scope:ignition.msgs.SerializedEntityMap)
145  private:
146 
147  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
148  bool _is_default_instance_;
149  ::google::protobuf::uint64 id_;
150  typedef ::google::protobuf::internal::MapEntryLite<
151  ::google::protobuf::int64, ::ignition::msgs::SerializedComponent,
152  ::google::protobuf::internal::WireFormatLite::TYPE_INT64,
153  ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE,
154  0 >
155  SerializedEntityMap_ComponentsEntry;
156  ::google::protobuf::internal::MapField<
157  ::google::protobuf::int64, ::ignition::msgs::SerializedComponent,
158  ::google::protobuf::internal::WireFormatLite::TYPE_INT64,
159  ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE,
160  0 > components_;
161  bool remove_;
162  mutable int _cached_size_;
163  friend void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserialized_5fmap_2eproto();
166 
167  void InitAsDefaultInstance();
168  static SerializedEntityMap* default_instance_;
169 };
170 // -------------------------------------------------------------------
171 
172 class IGNITION_MSGS_VISIBLE SerializedStateMap : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.SerializedStateMap) */ {
173  public:
175  virtual ~SerializedStateMap();
176 
178 
180  CopyFrom(from);
181  return *this;
182  }
183 
184  static const ::google::protobuf::Descriptor* descriptor();
185  static const SerializedStateMap& default_instance();
186 
187  void Swap(SerializedStateMap* other);
188 
189  // implements Message ----------------------------------------------
190 
191  inline SerializedStateMap* New() const { return New(NULL); }
192 
193  SerializedStateMap* New(::google::protobuf::Arena* arena) const;
194  void CopyFrom(const ::google::protobuf::Message& from);
195  void MergeFrom(const ::google::protobuf::Message& from);
196  void CopyFrom(const SerializedStateMap& from);
197  void MergeFrom(const SerializedStateMap& from);
198  void Clear();
199  bool IsInitialized() const;
200 
201  int ByteSize() const;
202  bool MergePartialFromCodedStream(
203  ::google::protobuf::io::CodedInputStream* input);
204  void SerializeWithCachedSizes(
205  ::google::protobuf::io::CodedOutputStream* output) const;
206  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
207  bool deterministic, ::google::protobuf::uint8* output) const;
208  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
209  return InternalSerializeWithCachedSizesToArray(false, output);
210  }
211  int GetCachedSize() const { return _cached_size_; }
212  private:
213  void SharedCtor();
214  void SharedDtor();
215  void SetCachedSize(int size) const;
216  void InternalSwap(SerializedStateMap* other);
217  private:
218  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
219  return _internal_metadata_.arena();
220  }
221  inline void* MaybeArenaPtr() const {
222  return _internal_metadata_.raw_arena_ptr();
223  }
224  public:
225 
226  ::google::protobuf::Metadata GetMetadata() const;
227 
228  // nested types ----------------------------------------------------
229 
230 
231  // accessors -------------------------------------------------------
232 
233  // optional .ignition.msgs.Header header = 1;
234  bool has_header() const;
235  void clear_header();
236  static const int kHeaderFieldNumber = 1;
237  const ::ignition::msgs::Header& header() const;
238  ::ignition::msgs::Header* mutable_header();
239  ::ignition::msgs::Header* release_header();
240  void set_allocated_header(::ignition::msgs::Header* header);
241 
242  // map<uint64, .ignition.msgs.SerializedEntityMap> entities = 2;
243  int entities_size() const;
244  void clear_entities();
245  static const int kEntitiesFieldNumber = 2;
246  const ::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap >&
247  entities() const;
248  ::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap >*
249  mutable_entities();
250 
251  // @@protoc_insertion_point(class_scope:ignition.msgs.SerializedStateMap)
252  private:
253 
254  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
255  bool _is_default_instance_;
256  ::ignition::msgs::Header* header_;
257  typedef ::google::protobuf::internal::MapEntryLite<
258  ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap,
259  ::google::protobuf::internal::WireFormatLite::TYPE_UINT64,
260  ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE,
261  0 >
262  SerializedStateMap_EntitiesEntry;
263  ::google::protobuf::internal::MapField<
264  ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap,
265  ::google::protobuf::internal::WireFormatLite::TYPE_UINT64,
266  ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE,
267  0 > entities_;
268  mutable int _cached_size_;
269  friend void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserialized_5fmap_2eproto();
272 
273  void InitAsDefaultInstance();
274  static SerializedStateMap* default_instance_;
275 };
276 // -------------------------------------------------------------------
277 
278 class IGNITION_MSGS_VISIBLE SerializedStepMap : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.SerializedStepMap) */ {
279  public:
281  virtual ~SerializedStepMap();
282 
284 
286  CopyFrom(from);
287  return *this;
288  }
289 
290  static const ::google::protobuf::Descriptor* descriptor();
291  static const SerializedStepMap& default_instance();
292 
293  void Swap(SerializedStepMap* other);
294 
295  // implements Message ----------------------------------------------
296 
297  inline SerializedStepMap* New() const { return New(NULL); }
298 
299  SerializedStepMap* New(::google::protobuf::Arena* arena) const;
300  void CopyFrom(const ::google::protobuf::Message& from);
301  void MergeFrom(const ::google::protobuf::Message& from);
302  void CopyFrom(const SerializedStepMap& from);
303  void MergeFrom(const SerializedStepMap& from);
304  void Clear();
305  bool IsInitialized() const;
306 
307  int ByteSize() const;
308  bool MergePartialFromCodedStream(
309  ::google::protobuf::io::CodedInputStream* input);
310  void SerializeWithCachedSizes(
311  ::google::protobuf::io::CodedOutputStream* output) const;
312  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
313  bool deterministic, ::google::protobuf::uint8* output) const;
314  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
315  return InternalSerializeWithCachedSizesToArray(false, output);
316  }
317  int GetCachedSize() const { return _cached_size_; }
318  private:
319  void SharedCtor();
320  void SharedDtor();
321  void SetCachedSize(int size) const;
322  void InternalSwap(SerializedStepMap* other);
323  private:
324  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
325  return _internal_metadata_.arena();
326  }
327  inline void* MaybeArenaPtr() const {
328  return _internal_metadata_.raw_arena_ptr();
329  }
330  public:
331 
332  ::google::protobuf::Metadata GetMetadata() const;
333 
334  // nested types ----------------------------------------------------
335 
336  // accessors -------------------------------------------------------
337 
338  // optional .ignition.msgs.WorldStatistics stats = 1;
339  bool has_stats() const;
340  void clear_stats();
341  static const int kStatsFieldNumber = 1;
342  const ::ignition::msgs::WorldStatistics& stats() const;
343  ::ignition::msgs::WorldStatistics* mutable_stats();
344  ::ignition::msgs::WorldStatistics* release_stats();
345  void set_allocated_stats(::ignition::msgs::WorldStatistics* stats);
346 
347  // optional .ignition.msgs.SerializedStateMap state = 2;
348  bool has_state() const;
349  void clear_state();
350  static const int kStateFieldNumber = 2;
351  const ::ignition::msgs::SerializedStateMap& state() const;
352  ::ignition::msgs::SerializedStateMap* mutable_state();
353  ::ignition::msgs::SerializedStateMap* release_state();
354  void set_allocated_state(::ignition::msgs::SerializedStateMap* state);
355 
356  // @@protoc_insertion_point(class_scope:ignition.msgs.SerializedStepMap)
357  private:
358 
359  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
360  bool _is_default_instance_;
363  mutable int _cached_size_;
364  friend void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserialized_5fmap_2eproto();
367 
368  void InitAsDefaultInstance();
369  static SerializedStepMap* default_instance_;
370 };
371 // ===================================================================
372 
373 
374 // ===================================================================
375 
376 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
377 // SerializedEntityMap
378 
379 // optional uint64 id = 1;
381  id_ = GOOGLE_ULONGLONG(0);
382 }
383 inline ::google::protobuf::uint64 SerializedEntityMap::id() const {
384  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedEntityMap.id)
385  return id_;
386 }
387 inline void SerializedEntityMap::set_id(::google::protobuf::uint64 value) {
388 
389  id_ = value;
390  // @@protoc_insertion_point(field_set:ignition.msgs.SerializedEntityMap.id)
391 }
392 
393 // map<int64, .ignition.msgs.SerializedComponent> components = 2;
395  return components_.size();
396 }
398  components_.Clear();
399 }
400 inline const ::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent >&
402  // @@protoc_insertion_point(field_map:ignition.msgs.SerializedEntityMap.components)
403  return components_.GetMap();
404 }
405 inline ::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent >*
407  // @@protoc_insertion_point(field_mutable_map:ignition.msgs.SerializedEntityMap.components)
408  return components_.MutableMap();
409 }
410 
411 // optional bool remove = 3;
413  remove_ = false;
414 }
415 inline bool SerializedEntityMap::remove() const {
416  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedEntityMap.remove)
417  return remove_;
418 }
419 inline void SerializedEntityMap::set_remove(bool value) {
420 
421  remove_ = value;
422  // @@protoc_insertion_point(field_set:ignition.msgs.SerializedEntityMap.remove)
423 }
424 
425 // -------------------------------------------------------------------
426 
427 // SerializedStateMap
428 
429 // optional .ignition.msgs.Header header = 1;
430 inline bool SerializedStateMap::has_header() const {
431  return !_is_default_instance_ && header_ != NULL;
432 }
434  if (GetArenaNoVirtual() == NULL && header_ != NULL) delete header_;
435  header_ = NULL;
436 }
437 inline const ::ignition::msgs::Header& SerializedStateMap::header() const {
438  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedStateMap.header)
439  return header_ != NULL ? *header_ : *default_instance_->header_;
440 }
441 inline ::ignition::msgs::Header* SerializedStateMap::mutable_header() {
442 
443  if (header_ == NULL) {
444  header_ = new ::ignition::msgs::Header;
445  }
446  // @@protoc_insertion_point(field_mutable:ignition.msgs.SerializedStateMap.header)
447  return header_;
448 }
449 inline ::ignition::msgs::Header* SerializedStateMap::release_header() {
450  // @@protoc_insertion_point(field_release:ignition.msgs.SerializedStateMap.header)
451 
452  ::ignition::msgs::Header* temp = header_;
453  header_ = NULL;
454  return temp;
455 }
457  delete header_;
458  header_ = header;
459  if (header) {
460 
461  } else {
462 
463  }
464  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SerializedStateMap.header)
465 }
466 
467 // map<uint64, .ignition.msgs.SerializedEntityMap> entities = 2;
469  return entities_.size();
470 }
472  entities_.Clear();
473 }
474 inline const ::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap >&
476  // @@protoc_insertion_point(field_map:ignition.msgs.SerializedStateMap.entities)
477  return entities_.GetMap();
478 }
479 inline ::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap >*
481  // @@protoc_insertion_point(field_mutable_map:ignition.msgs.SerializedStateMap.entities)
482  return entities_.MutableMap();
483 }
484 
485 // -------------------------------------------------------------------
486 
487 // SerializedStepMap
488 
489 // optional .ignition.msgs.WorldStatistics stats = 1;
490 inline bool SerializedStepMap::has_stats() const {
491  return !_is_default_instance_ && stats_ != NULL;
492 }
494  if (GetArenaNoVirtual() == NULL && stats_ != NULL) delete stats_;
495  stats_ = NULL;
496 }
497 inline const ::ignition::msgs::WorldStatistics& SerializedStepMap::stats() const {
498  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedStepMap.stats)
499  return stats_ != NULL ? *stats_ : *default_instance_->stats_;
500 }
501 inline ::ignition::msgs::WorldStatistics* SerializedStepMap::mutable_stats() {
502 
503  if (stats_ == NULL) {
504  stats_ = new ::ignition::msgs::WorldStatistics;
505  }
506  // @@protoc_insertion_point(field_mutable:ignition.msgs.SerializedStepMap.stats)
507  return stats_;
508 }
509 inline ::ignition::msgs::WorldStatistics* SerializedStepMap::release_stats() {
510  // @@protoc_insertion_point(field_release:ignition.msgs.SerializedStepMap.stats)
511 
512  ::ignition::msgs::WorldStatistics* temp = stats_;
513  stats_ = NULL;
514  return temp;
515 }
517  delete stats_;
518  stats_ = stats;
519  if (stats) {
520 
521  } else {
522 
523  }
524  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SerializedStepMap.stats)
525 }
526 
527 // optional .ignition.msgs.SerializedStateMap state = 2;
528 inline bool SerializedStepMap::has_state() const {
529  return !_is_default_instance_ && state_ != NULL;
530 }
532  if (GetArenaNoVirtual() == NULL && state_ != NULL) delete state_;
533  state_ = NULL;
534 }
535 inline const ::ignition::msgs::SerializedStateMap& SerializedStepMap::state() const {
536  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedStepMap.state)
537  return state_ != NULL ? *state_ : *default_instance_->state_;
538 }
539 inline ::ignition::msgs::SerializedStateMap* SerializedStepMap::mutable_state() {
540 
541  if (state_ == NULL) {
542  state_ = new ::ignition::msgs::SerializedStateMap;
543  }
544  // @@protoc_insertion_point(field_mutable:ignition.msgs.SerializedStepMap.state)
545  return state_;
546 }
547 inline ::ignition::msgs::SerializedStateMap* SerializedStepMap::release_state() {
548  // @@protoc_insertion_point(field_release:ignition.msgs.SerializedStepMap.state)
549 
551  state_ = NULL;
552  return temp;
553 }
555  delete state_;
556  state_ = state;
557  if (state) {
558 
559  } else {
560 
561  }
562  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SerializedStepMap.state)
563 }
564 
565 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
566 // -------------------------------------------------------------------
567 
568 // -------------------------------------------------------------------
569 
570 
575 // @@protoc_insertion_point(namespace_scope)
576 
577 } // namespace msgs
578 } // namespace ignition
579 
580 #ifdef _MSC_VER
581 #pragma warning(pop)
582 #endif
583 // @@protoc_insertion_point(global_scope)
584 
585 #endif // PROTOBUF_ignition_2fmsgs_2fserialized_5fmap_2eproto__INCLUDED
::ignition::msgs::SerializedStateMap * mutable_state()
Definition: serialized_map.pb.h:539
int GetCachedSize() const
Definition: serialized_map.pb.h:317
int GetCachedSize() const
Definition: serialized_map.pb.h:101
::ignition::msgs::WorldStatistics * mutable_stats()
Definition: serialized_map.pb.h:501
std::shared_ptr< SerializedEntityMap > SerializedEntityMapSharedPtr
Definition: serialized_map.pb.h:573
void set_id(::google::protobuf::uint64 value)
Definition: serialized_map.pb.h:387
void protobuf_ShutdownFile_ignition_2fmsgs_2fserialized_5fmap_2eproto()
Definition: serialized_map.pb.h:278
bool has_stats() const
Definition: serialized_map.pb.h:490
::ignition::msgs::Header * release_header()
Definition: serialized_map.pb.h:449
void clear_id()
Definition: serialized_map.pb.h:380
Definition: world_stats.pb.h:58
SerializedEntityMap & operator=(const SerializedEntityMap &from)
Definition: serialized_map.pb.h:69
int components_size() const
Definition: serialized_map.pb.h:394
::google::protobuf::uint64 id() const
Definition: serialized_map.pb.h:383
void clear_entities()
Definition: serialized_map.pb.h:471
SerializedStateMap & operator=(const SerializedStateMap &from)
Definition: serialized_map.pb.h:179
std::shared_ptr< const SerializedEntityMap > ConstSerializedEntityMapSharedPtr
Definition: serialized_map.pb.h:574
const ::ignition::msgs::Header & header() const
Definition: serialized_map.pb.h:437
const ::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap > & entities() const
Definition: serialized_map.pb.h:475
bool remove() const
Definition: serialized_map.pb.h:415
const ::ignition::msgs::WorldStatistics & stats() const
Definition: serialized_map.pb.h:497
Definition: serialized_map.pb.h:172
Definition: header.pb.h:161
int GetCachedSize() const
Definition: serialized_map.pb.h:211
::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap > * mutable_entities()
Definition: serialized_map.pb.h:480
Definition: serialized.pb.h:60
SerializedEntityMap * New() const
Definition: serialized_map.pb.h:81
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
Definition: serialized_map.pb.h:314
SerializedStepMap & operator=(const SerializedStepMap &from)
Definition: serialized_map.pb.h:285
::ignition::msgs::Header * mutable_header()
Definition: serialized_map.pb.h:441
void set_allocated_header(::ignition::msgs::Header *header)
Definition: serialized_map.pb.h:456
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
Definition: serialized_map.pb.h:208
::ignition::msgs::SerializedStateMap * release_state()
Definition: serialized_map.pb.h:547
void clear_stats()
Definition: serialized_map.pb.h:493
SerializedStepMap * New() const
Definition: serialized_map.pb.h:297
bool has_state() const
Definition: serialized_map.pb.h:528
Definition: serialized_map.pb.h:62
SerializedStateMap * New() const
Definition: serialized_map.pb.h:191
STL class.
bool has_header() const
Definition: serialized_map.pb.h:430
std::unique_ptr< SerializedEntityMap > SerializedEntityMapUniquePtr
Definition: serialized_map.pb.h:571
const ::ignition::msgs::SerializedStateMap & state() const
Definition: serialized_map.pb.h:535
void set_remove(bool value)
Definition: serialized_map.pb.h:419
void set_allocated_state(::ignition::msgs::SerializedStateMap *state)
Definition: serialized_map.pb.h:554
::ignition::msgs::WorldStatistics * release_stats()
Definition: serialized_map.pb.h:509
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
Definition: serialized_map.pb.h:98
void protobuf_AssignDesc_ignition_2fmsgs_2fserialized_5fmap_2eproto()
void clear_components()
Definition: serialized_map.pb.h:397
void clear_header()
Definition: serialized_map.pb.h:433
const ::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent > & components() const
Definition: serialized_map.pb.h:401
void set_allocated_stats(::ignition::msgs::WorldStatistics *stats)
Definition: serialized_map.pb.h:516
::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent > * mutable_components()
Definition: serialized_map.pb.h:406
std::unique_ptr< const SerializedEntityMap > ConstSerializedEntityMapUniquePtr
Definition: serialized_map.pb.h:572
void clear_remove()
Definition: serialized_map.pb.h:412
int entities_size() const
Definition: serialized_map.pb.h:468
void clear_state()
Definition: serialized_map.pb.h:531
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserialized_5fmap_2eproto()