Ignition Msgs

API Reference

7.1.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  // optional bool has_one_time_component_changes = 3;
252  void clear_has_one_time_component_changes();
253  static const int kHasOneTimeComponentChangesFieldNumber = 3;
254  bool has_one_time_component_changes() const;
255  void set_has_one_time_component_changes(bool value);
256 
257  // @@protoc_insertion_point(class_scope:ignition.msgs.SerializedStateMap)
258  private:
259 
260  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
261  bool _is_default_instance_;
262  ::ignition::msgs::Header* header_;
263  typedef ::google::protobuf::internal::MapEntryLite<
264  ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap,
265  ::google::protobuf::internal::WireFormatLite::TYPE_UINT64,
266  ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE,
267  0 >
268  SerializedStateMap_EntitiesEntry;
269  ::google::protobuf::internal::MapField<
270  ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap,
271  ::google::protobuf::internal::WireFormatLite::TYPE_UINT64,
272  ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE,
273  0 > entities_;
274  bool has_one_time_component_changes_;
275  mutable int _cached_size_;
276  friend void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserialized_5fmap_2eproto();
279 
280  void InitAsDefaultInstance();
281  static SerializedStateMap* default_instance_;
282 };
283 // -------------------------------------------------------------------
284 
285 class IGNITION_MSGS_VISIBLE SerializedStepMap : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.SerializedStepMap) */ {
286  public:
288  virtual ~SerializedStepMap();
289 
291 
293  CopyFrom(from);
294  return *this;
295  }
296 
297  static const ::google::protobuf::Descriptor* descriptor();
298  static const SerializedStepMap& default_instance();
299 
300  void Swap(SerializedStepMap* other);
301 
302  // implements Message ----------------------------------------------
303 
304  inline SerializedStepMap* New() const { return New(NULL); }
305 
306  SerializedStepMap* New(::google::protobuf::Arena* arena) const;
307  void CopyFrom(const ::google::protobuf::Message& from);
308  void MergeFrom(const ::google::protobuf::Message& from);
309  void CopyFrom(const SerializedStepMap& from);
310  void MergeFrom(const SerializedStepMap& from);
311  void Clear();
312  bool IsInitialized() const;
313 
314  int ByteSize() const;
315  bool MergePartialFromCodedStream(
316  ::google::protobuf::io::CodedInputStream* input);
317  void SerializeWithCachedSizes(
318  ::google::protobuf::io::CodedOutputStream* output) const;
319  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
320  bool deterministic, ::google::protobuf::uint8* output) const;
321  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
322  return InternalSerializeWithCachedSizesToArray(false, output);
323  }
324  int GetCachedSize() const { return _cached_size_; }
325  private:
326  void SharedCtor();
327  void SharedDtor();
328  void SetCachedSize(int size) const;
329  void InternalSwap(SerializedStepMap* other);
330  private:
331  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
332  return _internal_metadata_.arena();
333  }
334  inline void* MaybeArenaPtr() const {
335  return _internal_metadata_.raw_arena_ptr();
336  }
337  public:
338 
339  ::google::protobuf::Metadata GetMetadata() const;
340 
341  // nested types ----------------------------------------------------
342 
343  // accessors -------------------------------------------------------
344 
345  // optional .ignition.msgs.WorldStatistics stats = 1;
346  bool has_stats() const;
347  void clear_stats();
348  static const int kStatsFieldNumber = 1;
349  const ::ignition::msgs::WorldStatistics& stats() const;
350  ::ignition::msgs::WorldStatistics* mutable_stats();
351  ::ignition::msgs::WorldStatistics* release_stats();
352  void set_allocated_stats(::ignition::msgs::WorldStatistics* stats);
353 
354  // optional .ignition.msgs.SerializedStateMap state = 2;
355  bool has_state() const;
356  void clear_state();
357  static const int kStateFieldNumber = 2;
358  const ::ignition::msgs::SerializedStateMap& state() const;
359  ::ignition::msgs::SerializedStateMap* mutable_state();
360  ::ignition::msgs::SerializedStateMap* release_state();
361  void set_allocated_state(::ignition::msgs::SerializedStateMap* state);
362 
363  // @@protoc_insertion_point(class_scope:ignition.msgs.SerializedStepMap)
364  private:
365 
366  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
367  bool _is_default_instance_;
370  mutable int _cached_size_;
371  friend void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserialized_5fmap_2eproto();
374 
375  void InitAsDefaultInstance();
376  static SerializedStepMap* default_instance_;
377 };
378 // ===================================================================
379 
380 
381 // ===================================================================
382 
383 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
384 // SerializedEntityMap
385 
386 // optional uint64 id = 1;
388  id_ = GOOGLE_ULONGLONG(0);
389 }
390 inline ::google::protobuf::uint64 SerializedEntityMap::id() const {
391  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedEntityMap.id)
392  return id_;
393 }
394 inline void SerializedEntityMap::set_id(::google::protobuf::uint64 value) {
395 
396  id_ = value;
397  // @@protoc_insertion_point(field_set:ignition.msgs.SerializedEntityMap.id)
398 }
399 
400 // map<int64, .ignition.msgs.SerializedComponent> components = 2;
402  return components_.size();
403 }
405  components_.Clear();
406 }
407 inline const ::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent >&
409  // @@protoc_insertion_point(field_map:ignition.msgs.SerializedEntityMap.components)
410  return components_.GetMap();
411 }
412 inline ::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent >*
414  // @@protoc_insertion_point(field_mutable_map:ignition.msgs.SerializedEntityMap.components)
415  return components_.MutableMap();
416 }
417 
418 // optional bool remove = 3;
420  remove_ = false;
421 }
422 inline bool SerializedEntityMap::remove() const {
423  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedEntityMap.remove)
424  return remove_;
425 }
426 inline void SerializedEntityMap::set_remove(bool value) {
427 
428  remove_ = value;
429  // @@protoc_insertion_point(field_set:ignition.msgs.SerializedEntityMap.remove)
430 }
431 
432 // -------------------------------------------------------------------
433 
434 // SerializedStateMap
435 
436 // optional .ignition.msgs.Header header = 1;
437 inline bool SerializedStateMap::has_header() const {
438  return !_is_default_instance_ && header_ != NULL;
439 }
441  if (GetArenaNoVirtual() == NULL && header_ != NULL) delete header_;
442  header_ = NULL;
443 }
444 inline const ::ignition::msgs::Header& SerializedStateMap::header() const {
445  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedStateMap.header)
446  return header_ != NULL ? *header_ : *default_instance_->header_;
447 }
448 inline ::ignition::msgs::Header* SerializedStateMap::mutable_header() {
449 
450  if (header_ == NULL) {
451  header_ = new ::ignition::msgs::Header;
452  }
453  // @@protoc_insertion_point(field_mutable:ignition.msgs.SerializedStateMap.header)
454  return header_;
455 }
456 inline ::ignition::msgs::Header* SerializedStateMap::release_header() {
457  // @@protoc_insertion_point(field_release:ignition.msgs.SerializedStateMap.header)
458 
459  ::ignition::msgs::Header* temp = header_;
460  header_ = NULL;
461  return temp;
462 }
464  delete header_;
465  header_ = header;
466  if (header) {
467 
468  } else {
469 
470  }
471  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SerializedStateMap.header)
472 }
473 
474 // map<uint64, .ignition.msgs.SerializedEntityMap> entities = 2;
476  return entities_.size();
477 }
479  entities_.Clear();
480 }
481 inline const ::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap >&
483  // @@protoc_insertion_point(field_map:ignition.msgs.SerializedStateMap.entities)
484  return entities_.GetMap();
485 }
486 inline ::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap >*
488  // @@protoc_insertion_point(field_mutable_map:ignition.msgs.SerializedStateMap.entities)
489  return entities_.MutableMap();
490 }
491 
492 // optional bool has_one_time_component_changes = 3;
494  has_one_time_component_changes_ = false;
495 }
497  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedStateMap.has_one_time_component_changes)
498  return has_one_time_component_changes_;
499 }
501 
502  has_one_time_component_changes_ = value;
503  // @@protoc_insertion_point(field_set:ignition.msgs.SerializedStateMap.has_one_time_component_changes)
504 }
505 
506 // -------------------------------------------------------------------
507 
508 // SerializedStepMap
509 
510 // optional .ignition.msgs.WorldStatistics stats = 1;
511 inline bool SerializedStepMap::has_stats() const {
512  return !_is_default_instance_ && stats_ != NULL;
513 }
515  if (GetArenaNoVirtual() == NULL && stats_ != NULL) delete stats_;
516  stats_ = NULL;
517 }
518 inline const ::ignition::msgs::WorldStatistics& SerializedStepMap::stats() const {
519  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedStepMap.stats)
520  return stats_ != NULL ? *stats_ : *default_instance_->stats_;
521 }
522 inline ::ignition::msgs::WorldStatistics* SerializedStepMap::mutable_stats() {
523 
524  if (stats_ == NULL) {
525  stats_ = new ::ignition::msgs::WorldStatistics;
526  }
527  // @@protoc_insertion_point(field_mutable:ignition.msgs.SerializedStepMap.stats)
528  return stats_;
529 }
530 inline ::ignition::msgs::WorldStatistics* SerializedStepMap::release_stats() {
531  // @@protoc_insertion_point(field_release:ignition.msgs.SerializedStepMap.stats)
532 
533  ::ignition::msgs::WorldStatistics* temp = stats_;
534  stats_ = NULL;
535  return temp;
536 }
538  delete stats_;
539  stats_ = stats;
540  if (stats) {
541 
542  } else {
543 
544  }
545  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SerializedStepMap.stats)
546 }
547 
548 // optional .ignition.msgs.SerializedStateMap state = 2;
549 inline bool SerializedStepMap::has_state() const {
550  return !_is_default_instance_ && state_ != NULL;
551 }
553  if (GetArenaNoVirtual() == NULL && state_ != NULL) delete state_;
554  state_ = NULL;
555 }
556 inline const ::ignition::msgs::SerializedStateMap& SerializedStepMap::state() const {
557  // @@protoc_insertion_point(field_get:ignition.msgs.SerializedStepMap.state)
558  return state_ != NULL ? *state_ : *default_instance_->state_;
559 }
560 inline ::ignition::msgs::SerializedStateMap* SerializedStepMap::mutable_state() {
561 
562  if (state_ == NULL) {
563  state_ = new ::ignition::msgs::SerializedStateMap;
564  }
565  // @@protoc_insertion_point(field_mutable:ignition.msgs.SerializedStepMap.state)
566  return state_;
567 }
568 inline ::ignition::msgs::SerializedStateMap* SerializedStepMap::release_state() {
569  // @@protoc_insertion_point(field_release:ignition.msgs.SerializedStepMap.state)
570 
572  state_ = NULL;
573  return temp;
574 }
576  delete state_;
577  state_ = state;
578  if (state) {
579 
580  } else {
581 
582  }
583  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SerializedStepMap.state)
584 }
585 
586 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
587 // -------------------------------------------------------------------
588 
589 // -------------------------------------------------------------------
590 
591 
604 // @@protoc_insertion_point(namespace_scope)
605 
606 } // namespace msgs
607 } // namespace ignition
608 
609 #ifdef _MSC_VER
610 #pragma warning(pop)
611 #endif
612 // @@protoc_insertion_point(global_scope)
613 
614 #endif // PROTOBUF_ignition_2fmsgs_2fserialized_5fmap_2eproto__INCLUDED
::ignition::msgs::SerializedStateMap * mutable_state()
Definition: serialized_map.pb.h:560
int GetCachedSize() const
Definition: serialized_map.pb.h:324
int GetCachedSize() const
Definition: serialized_map.pb.h:101
::ignition::msgs::WorldStatistics * mutable_stats()
Definition: serialized_map.pb.h:522
std::shared_ptr< SerializedEntityMap > SerializedEntityMapSharedPtr
Definition: serialized_map.pb.h:594
void set_id(::google::protobuf::uint64 value)
Definition: serialized_map.pb.h:394
void protobuf_ShutdownFile_ignition_2fmsgs_2fserialized_5fmap_2eproto()
Definition: serialized_map.pb.h:285
bool has_stats() const
Definition: serialized_map.pb.h:511
::ignition::msgs::Header * release_header()
Definition: serialized_map.pb.h:456
void clear_id()
Definition: serialized_map.pb.h:387
Definition: world_stats.pb.h:58
std::shared_ptr< SerializedStateMap > SerializedStateMapSharedPtr
Definition: serialized_map.pb.h:598
SerializedEntityMap & operator=(const SerializedEntityMap &from)
Definition: serialized_map.pb.h:69
int components_size() const
Definition: serialized_map.pb.h:401
::google::protobuf::uint64 id() const
Definition: serialized_map.pb.h:390
void clear_entities()
Definition: serialized_map.pb.h:478
SerializedStateMap & operator=(const SerializedStateMap &from)
Definition: serialized_map.pb.h:179
std::shared_ptr< const SerializedEntityMap > ConstSerializedEntityMapSharedPtr
Definition: serialized_map.pb.h:595
const ::ignition::msgs::Header & header() const
Definition: serialized_map.pb.h:444
const ::google::protobuf::Map< ::google::protobuf::uint64, ::ignition::msgs::SerializedEntityMap > & entities() const
Definition: serialized_map.pb.h:482
std::unique_ptr< SerializedStateMap > SerializedStateMapUniquePtr
Definition: serialized_map.pb.h:596
bool remove() const
Definition: serialized_map.pb.h:422
const ::ignition::msgs::WorldStatistics & stats() const
Definition: serialized_map.pb.h:518
std::unique_ptr< const SerializedStepMap > ConstSerializedStepMapUniquePtr
Definition: serialized_map.pb.h:601
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:487
std::unique_ptr< const SerializedStateMap > ConstSerializedStateMapUniquePtr
Definition: serialized_map.pb.h:597
Definition: serialized.pb.h:60
std::shared_ptr< const SerializedStepMap > ConstSerializedStepMapSharedPtr
Definition: serialized_map.pb.h:603
bool has_one_time_component_changes() const
Definition: serialized_map.pb.h:496
SerializedEntityMap * New() const
Definition: serialized_map.pb.h:81
std::shared_ptr< const SerializedStateMap > ConstSerializedStateMapSharedPtr
Definition: serialized_map.pb.h:599
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
Definition: serialized_map.pb.h:321
SerializedStepMap & operator=(const SerializedStepMap &from)
Definition: serialized_map.pb.h:292
::ignition::msgs::Header * mutable_header()
Definition: serialized_map.pb.h:448
void set_allocated_header(::ignition::msgs::Header *header)
Definition: serialized_map.pb.h:463
::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:568
void clear_stats()
Definition: serialized_map.pb.h:514
SerializedStepMap * New() const
Definition: serialized_map.pb.h:304
std::shared_ptr< SerializedStepMap > SerializedStepMapSharedPtr
Definition: serialized_map.pb.h:602
std::unique_ptr< SerializedStepMap > SerializedStepMapUniquePtr
Definition: serialized_map.pb.h:600
bool has_state() const
Definition: serialized_map.pb.h:549
Definition: serialized_map.pb.h:62
SerializedStateMap * New() const
Definition: serialized_map.pb.h:191
void set_has_one_time_component_changes(bool value)
Definition: serialized_map.pb.h:500
STL class.
bool has_header() const
Definition: serialized_map.pb.h:437
std::unique_ptr< SerializedEntityMap > SerializedEntityMapUniquePtr
Definition: serialized_map.pb.h:592
const ::ignition::msgs::SerializedStateMap & state() const
Definition: serialized_map.pb.h:556
void set_remove(bool value)
Definition: serialized_map.pb.h:426
void set_allocated_state(::ignition::msgs::SerializedStateMap *state)
Definition: serialized_map.pb.h:575
::ignition::msgs::WorldStatistics * release_stats()
Definition: serialized_map.pb.h:530
::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:404
void clear_header()
Definition: serialized_map.pb.h:440
const ::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent > & components() const
Definition: serialized_map.pb.h:408
void set_allocated_stats(::ignition::msgs::WorldStatistics *stats)
Definition: serialized_map.pb.h:537
void clear_has_one_time_component_changes()
Definition: serialized_map.pb.h:493
::google::protobuf::Map< ::google::protobuf::int64, ::ignition::msgs::SerializedComponent > * mutable_components()
Definition: serialized_map.pb.h:413
std::unique_ptr< const SerializedEntityMap > ConstSerializedEntityMapUniquePtr
Definition: serialized_map.pb.h:593
void clear_remove()
Definition: serialized_map.pb.h:419
int entities_size() const
Definition: serialized_map.pb.h:475
void clear_state()
Definition: serialized_map.pb.h:552
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserialized_5fmap_2eproto()