Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/entity.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/entity.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fentity_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fentity_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
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 3012004 < 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/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/generated_enum_reflection.h>
35 #include <google/protobuf/unknown_field_set.h>
37 #ifndef _MSC_VER
38 #pragma GCC system_header
39 #else
40 #pragma warning(push)
41 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
42 #endif
43 #ifdef __linux__
44 #include <sys/sysmacros.h>
45 #endif
46 #include <memory>
47 #include <ignition/msgs/Export.hh>
48 // @@protoc_insertion_point(includes)
49 #include <google/protobuf/port_def.inc>
50 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fentity_2eproto IGNITION_MSGS_VISIBLE
51 PROTOBUF_NAMESPACE_OPEN
52 namespace internal {
53 class AnyMetadata;
54 } // namespace internal
55 PROTOBUF_NAMESPACE_CLOSE
56 
57 // Internal implementation detail -- do not use these members.
58 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fentity_2eproto {
59  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
64  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
65  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
66  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
67  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
68 };
69 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fentity_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class Entity;
73 class EntityDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern EntityDefaultTypeInternal _Entity_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Entity* Arena::CreateMaybeMessage<::ignition::msgs::Entity>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 enum Entity_Type : int {
96 };
97 IGNITION_MSGS_VISIBLE bool Entity_Type_IsValid(int value);
101 
102 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Entity_Type_descriptor();
103 template<typename T>
104 inline const std::string& Entity_Type_Name(T enum_t_value) {
105  static_assert(::std::is_same<T, Entity_Type>::value ||
107  "Incorrect type passed to function Entity_Type_Name.");
108  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
109  Entity_Type_descriptor(), enum_t_value);
110 }
111 inline bool Entity_Type_Parse(
112  const std::string& name, Entity_Type* value) {
113  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Entity_Type>(
114  Entity_Type_descriptor(), name, value);
115 }
116 // ===================================================================
117 
118 class IGNITION_MSGS_VISIBLE Entity PROTOBUF_FINAL :
119  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Entity) */ {
120  public:
121  inline Entity() : Entity(nullptr) {};
122  virtual ~Entity();
123 
124  Entity(const Entity& from);
125  Entity(Entity&& from) noexcept
126  : Entity() {
127  *this = ::std::move(from);
128  }
129 
130  inline Entity& operator=(const Entity& from) {
131  CopyFrom(from);
132  return *this;
133  }
134  inline Entity& operator=(Entity&& from) noexcept {
135  if (GetArena() == from.GetArena()) {
136  if (this != &from) InternalSwap(&from);
137  } else {
138  CopyFrom(from);
139  }
140  return *this;
141  }
142 
143  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
144  return GetDescriptor();
145  }
146  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
147  return GetMetadataStatic().descriptor;
148  }
149  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
150  return GetMetadataStatic().reflection;
151  }
152  static const Entity& default_instance();
153 
154  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
155  static inline const Entity* internal_default_instance() {
156  return reinterpret_cast<const Entity*>(
158  }
159  static constexpr int kIndexInFileMessages =
160  0;
161 
162  friend void swap(Entity& a, Entity& b) {
163  a.Swap(&b);
164  }
165  inline void Swap(Entity* other) {
166  if (other == this) return;
167  if (GetArena() == other->GetArena()) {
168  InternalSwap(other);
169  } else {
170  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
171  }
172  }
173  void UnsafeArenaSwap(Entity* other) {
174  if (other == this) return;
175  GOOGLE_DCHECK(GetArena() == other->GetArena());
176  InternalSwap(other);
177  }
178 
179  // implements Message ----------------------------------------------
180 
181  inline Entity* New() const final {
182  return CreateMaybeMessage<Entity>(nullptr);
183  }
184 
185  Entity* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
186  return CreateMaybeMessage<Entity>(arena);
187  }
188  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
189  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
190  void CopyFrom(const Entity& from);
191  void MergeFrom(const Entity& from);
192  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
193  bool IsInitialized() const final;
194 
195  size_t ByteSizeLong() const final;
196  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
197  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
198  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
199  int GetCachedSize() const final { return _cached_size_.Get(); }
200 
201  private:
202  inline void SharedCtor();
203  inline void SharedDtor();
204  void SetCachedSize(int size) const final;
205  void InternalSwap(Entity* other);
206  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
207  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
208  return "ignition.msgs.Entity";
209  }
210  protected:
211  explicit Entity(::PROTOBUF_NAMESPACE_ID::Arena* arena);
212  private:
213  static void ArenaDtor(void* object);
214  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
215  public:
216 
217  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
218  private:
219  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
220  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fentity_2eproto);
221  return ::descriptor_table_ignition_2fmsgs_2fentity_2eproto.file_level_metadata[kIndexInFileMessages];
222  }
223 
224  public:
225 
226  // nested types ----------------------------------------------------
227 
228  typedef Entity_Type Type;
229  static constexpr Type NONE =
231  static constexpr Type LIGHT =
233  static constexpr Type MODEL =
235  static constexpr Type LINK =
237  static constexpr Type VISUAL =
239  static constexpr Type COLLISION =
241  static constexpr Type SENSOR =
243  static constexpr Type JOINT =
245  static constexpr Type ACTOR =
247  static constexpr Type WORLD =
249  static inline bool Type_IsValid(int value) {
250  return Entity_Type_IsValid(value);
251  }
252  static constexpr Type Type_MIN =
254  static constexpr Type Type_MAX =
256  static constexpr int Type_ARRAYSIZE =
258  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
260  return Entity_Type_descriptor();
261  }
262  template<typename T>
263  static inline const std::string& Type_Name(T enum_t_value) {
264  static_assert(::std::is_same<T, Type>::value ||
266  "Incorrect type passed to function Type_Name.");
267  return Entity_Type_Name(enum_t_value);
268  }
269  static inline bool Type_Parse(const std::string& name,
270  Type* value) {
271  return Entity_Type_Parse(name, value);
272  }
273 
274  // accessors -------------------------------------------------------
275 
276  enum : int {
277  kNameFieldNumber = 3,
278  kHeaderFieldNumber = 1,
279  kIdFieldNumber = 2,
280  kTypeFieldNumber = 4,
281  };
282  // string name = 3;
283  void clear_name();
284  const std::string& name() const;
285  void set_name(const std::string& value);
286  void set_name(std::string&& value);
287  void set_name(const char* value);
288  void set_name(const char* value, size_t size);
292  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
293  " string fields are deprecated and will be removed in a"
294  " future release.")
295  std::string* unsafe_arena_release_name();
296  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
297  " string fields are deprecated and will be removed in a"
298  " future release.")
299  void unsafe_arena_set_allocated_name(
300  std::string* name);
301  private:
302  const std::string& _internal_name() const;
303  void _internal_set_name(const std::string& value);
304  std::string* _internal_mutable_name();
305  public:
306 
307  // .ignition.msgs.Header header = 1;
308  bool has_header() const;
309  private:
310  bool _internal_has_header() const;
311  public:
312  void clear_header();
313  const ::ignition::msgs::Header& header() const;
314  ::ignition::msgs::Header* release_header();
315  ::ignition::msgs::Header* mutable_header();
316  void set_allocated_header(::ignition::msgs::Header* header);
317  private:
318  const ::ignition::msgs::Header& _internal_header() const;
319  ::ignition::msgs::Header* _internal_mutable_header();
320  public:
321  void unsafe_arena_set_allocated_header(
322  ::ignition::msgs::Header* header);
323  ::ignition::msgs::Header* unsafe_arena_release_header();
324 
325  // uint64 id = 2;
326  void clear_id();
327  ::PROTOBUF_NAMESPACE_ID::uint64 id() const;
328  void set_id(::PROTOBUF_NAMESPACE_ID::uint64 value);
329  private:
330  ::PROTOBUF_NAMESPACE_ID::uint64 _internal_id() const;
331  void _internal_set_id(::PROTOBUF_NAMESPACE_ID::uint64 value);
332  public:
333 
334  // .ignition.msgs.Entity.Type type = 4;
335  void clear_type();
336  ::ignition::msgs::Entity_Type type() const;
337  void set_type(::ignition::msgs::Entity_Type value);
338  private:
339  ::ignition::msgs::Entity_Type _internal_type() const;
340  void _internal_set_type(::ignition::msgs::Entity_Type value);
341  public:
342 
343  // @@protoc_insertion_point(class_scope:ignition.msgs.Entity)
344  private:
345  class _Internal;
346 
347  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
348  typedef void InternalArenaConstructable_;
349  typedef void DestructorSkippable_;
350  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
351  ::ignition::msgs::Header* header_;
352  ::PROTOBUF_NAMESPACE_ID::uint64 id_;
353  int type_;
354  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
356 };
357 // ===================================================================
358 
359 
360 // ===================================================================
361 
362 #ifdef __GNUC__
363  #pragma GCC diagnostic push
364  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
365 #endif // __GNUC__
366 // Entity
367 
368 // .ignition.msgs.Header header = 1;
369 inline bool Entity::_internal_has_header() const {
370  return this != internal_default_instance() && header_ != nullptr;
371 }
372 inline bool Entity::has_header() const {
373  return _internal_has_header();
374 }
375 inline const ::ignition::msgs::Header& Entity::_internal_header() const {
376  const ::ignition::msgs::Header* p = header_;
377  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
379 }
380 inline const ::ignition::msgs::Header& Entity::header() const {
381  // @@protoc_insertion_point(field_get:ignition.msgs.Entity.header)
382  return _internal_header();
383 }
384 inline void Entity::unsafe_arena_set_allocated_header(
385  ::ignition::msgs::Header* header) {
386  if (GetArena() == nullptr) {
387  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
388  }
389  header_ = header;
390  if (header) {
391 
392  } else {
393 
394  }
395  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Entity.header)
396 }
397 inline ::ignition::msgs::Header* Entity::release_header() {
398  auto temp = unsafe_arena_release_header();
399  if (GetArena() != nullptr) {
400  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
401  }
402  return temp;
403 }
404 inline ::ignition::msgs::Header* Entity::unsafe_arena_release_header() {
405  // @@protoc_insertion_point(field_release:ignition.msgs.Entity.header)
406 
407  ::ignition::msgs::Header* temp = header_;
408  header_ = nullptr;
409  return temp;
410 }
411 inline ::ignition::msgs::Header* Entity::_internal_mutable_header() {
412 
413  if (header_ == nullptr) {
414  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
415  header_ = p;
416  }
417  return header_;
418 }
419 inline ::ignition::msgs::Header* Entity::mutable_header() {
420  // @@protoc_insertion_point(field_mutable:ignition.msgs.Entity.header)
421  return _internal_mutable_header();
422 }
423 inline void Entity::set_allocated_header(::ignition::msgs::Header* header) {
424  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
425  if (message_arena == nullptr) {
426  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
427  }
428  if (header) {
429  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
430  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
431  if (message_arena != submessage_arena) {
432  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
433  message_arena, header, submessage_arena);
434  }
435 
436  } else {
437 
438  }
439  header_ = header;
440  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Entity.header)
441 }
442 
443 // uint64 id = 2;
444 inline void Entity::clear_id() {
445  id_ = PROTOBUF_ULONGLONG(0);
446 }
447 inline ::PROTOBUF_NAMESPACE_ID::uint64 Entity::_internal_id() const {
448  return id_;
449 }
450 inline ::PROTOBUF_NAMESPACE_ID::uint64 Entity::id() const {
451  // @@protoc_insertion_point(field_get:ignition.msgs.Entity.id)
452  return _internal_id();
453 }
454 inline void Entity::_internal_set_id(::PROTOBUF_NAMESPACE_ID::uint64 value) {
455 
456  id_ = value;
457 }
458 inline void Entity::set_id(::PROTOBUF_NAMESPACE_ID::uint64 value) {
459  _internal_set_id(value);
460  // @@protoc_insertion_point(field_set:ignition.msgs.Entity.id)
461 }
462 
463 // string name = 3;
464 inline void Entity::clear_name() {
465  name_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
466 }
467 inline const std::string& Entity::name() const {
468  // @@protoc_insertion_point(field_get:ignition.msgs.Entity.name)
469  return _internal_name();
470 }
471 inline void Entity::set_name(const std::string& value) {
472  _internal_set_name(value);
473  // @@protoc_insertion_point(field_set:ignition.msgs.Entity.name)
474 }
475 inline std::string* Entity::mutable_name() {
476  // @@protoc_insertion_point(field_mutable:ignition.msgs.Entity.name)
477  return _internal_mutable_name();
478 }
479 inline const std::string& Entity::_internal_name() const {
480  return name_.Get();
481 }
482 inline void Entity::_internal_set_name(const std::string& value) {
483 
484  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
485 }
486 inline void Entity::set_name(std::string&& value) {
487 
488  name_.Set(
489  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
490  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Entity.name)
491 }
492 inline void Entity::set_name(const char* value) {
493  GOOGLE_DCHECK(value != nullptr);
494 
495  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
496  GetArena());
497  // @@protoc_insertion_point(field_set_char:ignition.msgs.Entity.name)
498 }
499 inline void Entity::set_name(const char* value,
500  size_t size) {
501 
502  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
503  reinterpret_cast<const char*>(value), size), GetArena());
504  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Entity.name)
505 }
506 inline std::string* Entity::_internal_mutable_name() {
507 
508  return name_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
509 }
510 inline std::string* Entity::release_name() {
511  // @@protoc_insertion_point(field_release:ignition.msgs.Entity.name)
512  return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
513 }
514 inline void Entity::set_allocated_name(std::string* name) {
515  if (name != nullptr) {
516 
517  } else {
518 
519  }
520  name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
521  GetArena());
522  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Entity.name)
523 }
524 inline std::string* Entity::unsafe_arena_release_name() {
525  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.Entity.name)
526  GOOGLE_DCHECK(GetArena() != nullptr);
527 
528  return name_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
529  GetArena());
530 }
531 inline void Entity::unsafe_arena_set_allocated_name(
532  std::string* name) {
533  GOOGLE_DCHECK(GetArena() != nullptr);
534  if (name != nullptr) {
535 
536  } else {
537 
538  }
539  name_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
540  name, GetArena());
541  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Entity.name)
542 }
543 
544 // .ignition.msgs.Entity.Type type = 4;
545 inline void Entity::clear_type() {
546  type_ = 0;
547 }
548 inline ::ignition::msgs::Entity_Type Entity::_internal_type() const {
549  return static_cast< ::ignition::msgs::Entity_Type >(type_);
550 }
551 inline ::ignition::msgs::Entity_Type Entity::type() const {
552  // @@protoc_insertion_point(field_get:ignition.msgs.Entity.type)
553  return _internal_type();
554 }
555 inline void Entity::_internal_set_type(::ignition::msgs::Entity_Type value) {
556 
557  type_ = value;
558 }
559 inline void Entity::set_type(::ignition::msgs::Entity_Type value) {
560  _internal_set_type(value);
561  // @@protoc_insertion_point(field_set:ignition.msgs.Entity.type)
562 }
563 
564 #ifdef __GNUC__
565  #pragma GCC diagnostic pop
566 #endif // __GNUC__
567 
572 // @@protoc_insertion_point(namespace_scope)
573 
574 } // namespace msgs
575 } // namespace ignition
576 
577 PROTOBUF_NAMESPACE_OPEN
578 
579 template <> struct is_proto_enum< ::ignition::msgs::Entity_Type> : ::std::true_type {};
580 template <>
581 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Entity_Type>() {
583 }
584 
585 PROTOBUF_NAMESPACE_CLOSE
586 
587 #ifdef _MSC_VER
588 #pragma warning(pop)
589 #endif
590 // @@protoc_insertion_point(global_scope)
591 
592 #include <google/protobuf/port_undef.inc>
593 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fentity_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fentity_2eproto
Entity * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:181
void Swap(Entity *other)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:165
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:149
static const std::string & Type_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:263
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void set_name(const char *value, size_t size)
friend void swap(Entity &a, Entity &b)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:162
Entity * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:185
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:143
void set_name(const std::string &value)
Entity & operator=(Entity &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:134
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:259
static const Entity * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:155
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Entity & operator=(const Entity &from)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:130
static bool Type_IsValid(int value)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:249
static bool Type_Parse(const std::string &name, Type *value)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:269
Entity_Type Type
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:228
Entity(const Entity &from)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void MergeFrom(const Entity &from)
void CopyFrom(const Entity &from)
Entity(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Entity(Entity &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:125
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:146
const std::string & name() const
void set_name(const char *value)
void set_name(std::string &&value)
void set_allocated_name(std::string *name)
void UnsafeArenaSwap(Entity *other)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:173
static const Entity & default_instance()
Entity()
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:121
T max(T... args)
T min(T... args)
T move(T... args)
IGNITION_MSGS_VISIBLE EntityDefaultTypeInternal _Entity_default_instance_
IGNITION_MSGS_VISIBLE bool Entity_Type_IsValid(int value)
bool Entity_Type_Parse(const std::string &name, Entity_Type *value)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:111
std::unique_ptr< const Entity > ConstEntityUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:569
constexpr int Entity_Type_Type_ARRAYSIZE
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:100
const std::string & Entity_Type_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:104
std::unique_ptr< Entity > EntityUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:568
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Entity_Type_descriptor()
std::shared_ptr< Entity > EntitySharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:570
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const Entity > ConstEntitySharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:571
Entity_Type
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:83
@ Entity_Type_JOINT
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:91
@ Entity_Type_LIGHT
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:85
@ Entity_Type_SENSOR
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:90
@ Entity_Type_ACTOR
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:92
@ Entity_Type_Entity_Type_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:95
@ Entity_Type_VISUAL
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:88
@ Entity_Type_LINK
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:87
@ Entity_Type_Entity_Type_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:94
@ Entity_Type_COLLISION
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:89
@ Entity_Type_NONE
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:84
@ Entity_Type_WORLD
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:93
@ Entity_Type_MODEL
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:86
constexpr Entity_Type Entity_Type_Type_MAX
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:99
constexpr Entity_Type Entity_Type_Type_MIN
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:98
Atmosphere_Type
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:83
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:58
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)