Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/fog.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/fog.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2ffog_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2ffog_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>
36 #include "ignition/msgs/color.pb.h"
38 #ifndef _MSC_VER
39 #pragma GCC system_header
40 #else
41 #pragma warning(push)
42 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
43 #endif
44 #ifdef __linux__
45 #include <sys/sysmacros.h>
46 #endif
47 #include <memory>
48 #include <ignition/msgs/Export.hh>
49 // @@protoc_insertion_point(includes)
50 #include <google/protobuf/port_def.inc>
51 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2ffog_2eproto IGNITION_MSGS_VISIBLE
52 PROTOBUF_NAMESPACE_OPEN
53 namespace internal {
54 class AnyMetadata;
55 } // namespace internal
56 PROTOBUF_NAMESPACE_CLOSE
57 
58 // Internal implementation detail -- do not use these members.
59 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2ffog_2eproto {
60  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
64  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
65  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
66  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
67  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
68  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
69 };
70 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2ffog_2eproto;
71 namespace ignition {
72 namespace msgs {
73 class Fog;
74 class FogDefaultTypeInternal;
75 IGNITION_MSGS_VISIBLE extern FogDefaultTypeInternal _Fog_default_instance_;
76 } // namespace msgs
77 } // namespace ignition
78 PROTOBUF_NAMESPACE_OPEN
79 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Fog* Arena::CreateMaybeMessage<::ignition::msgs::Fog>(Arena*);
80 PROTOBUF_NAMESPACE_CLOSE
81 namespace ignition {
82 namespace msgs {
83 
84 enum Fog_FogType : int {
91 };
92 IGNITION_MSGS_VISIBLE bool Fog_FogType_IsValid(int value);
96 
97 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Fog_FogType_descriptor();
98 template<typename T>
99 inline const std::string& Fog_FogType_Name(T enum_t_value) {
100  static_assert(::std::is_same<T, Fog_FogType>::value ||
102  "Incorrect type passed to function Fog_FogType_Name.");
103  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
104  Fog_FogType_descriptor(), enum_t_value);
105 }
106 inline bool Fog_FogType_Parse(
107  const std::string& name, Fog_FogType* value) {
108  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Fog_FogType>(
109  Fog_FogType_descriptor(), name, value);
110 }
111 // ===================================================================
112 
113 class IGNITION_MSGS_VISIBLE Fog PROTOBUF_FINAL :
114  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Fog) */ {
115  public:
116  inline Fog() : Fog(nullptr) {};
117  virtual ~Fog();
118 
119  Fog(const Fog& from);
120  Fog(Fog&& from) noexcept
121  : Fog() {
122  *this = ::std::move(from);
123  }
124 
125  inline Fog& operator=(const Fog& from) {
126  CopyFrom(from);
127  return *this;
128  }
129  inline Fog& operator=(Fog&& from) noexcept {
130  if (GetArena() == from.GetArena()) {
131  if (this != &from) InternalSwap(&from);
132  } else {
133  CopyFrom(from);
134  }
135  return *this;
136  }
137 
138  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
139  return GetDescriptor();
140  }
141  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
142  return GetMetadataStatic().descriptor;
143  }
144  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
145  return GetMetadataStatic().reflection;
146  }
147  static const Fog& default_instance();
148 
149  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
150  static inline const Fog* internal_default_instance() {
151  return reinterpret_cast<const Fog*>(
153  }
154  static constexpr int kIndexInFileMessages =
155  0;
156 
157  friend void swap(Fog& a, Fog& b) {
158  a.Swap(&b);
159  }
160  inline void Swap(Fog* other) {
161  if (other == this) return;
162  if (GetArena() == other->GetArena()) {
163  InternalSwap(other);
164  } else {
165  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
166  }
167  }
168  void UnsafeArenaSwap(Fog* other) {
169  if (other == this) return;
170  GOOGLE_DCHECK(GetArena() == other->GetArena());
171  InternalSwap(other);
172  }
173 
174  // implements Message ----------------------------------------------
175 
176  inline Fog* New() const final {
177  return CreateMaybeMessage<Fog>(nullptr);
178  }
179 
180  Fog* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
181  return CreateMaybeMessage<Fog>(arena);
182  }
183  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
184  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
185  void CopyFrom(const Fog& from);
186  void MergeFrom(const Fog& from);
187  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
188  bool IsInitialized() const final;
189 
190  size_t ByteSizeLong() const final;
191  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
192  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
193  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
194  int GetCachedSize() const final { return _cached_size_.Get(); }
195 
196  private:
197  inline void SharedCtor();
198  inline void SharedDtor();
199  void SetCachedSize(int size) const final;
200  void InternalSwap(Fog* other);
201  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
202  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
203  return "ignition.msgs.Fog";
204  }
205  protected:
206  explicit Fog(::PROTOBUF_NAMESPACE_ID::Arena* arena);
207  private:
208  static void ArenaDtor(void* object);
209  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
210  public:
211 
212  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
213  private:
214  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
215  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2ffog_2eproto);
216  return ::descriptor_table_ignition_2fmsgs_2ffog_2eproto.file_level_metadata[kIndexInFileMessages];
217  }
218 
219  public:
220 
221  // nested types ----------------------------------------------------
222 
224  static constexpr FogType NONE =
226  static constexpr FogType LINEAR =
228  static constexpr FogType EXPONENTIAL =
230  static constexpr FogType EXPONENTIAL2 =
232  static inline bool FogType_IsValid(int value) {
233  return Fog_FogType_IsValid(value);
234  }
235  static constexpr FogType FogType_MIN =
237  static constexpr FogType FogType_MAX =
239  static constexpr int FogType_ARRAYSIZE =
241  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
243  return Fog_FogType_descriptor();
244  }
245  template<typename T>
246  static inline const std::string& FogType_Name(T enum_t_value) {
247  static_assert(::std::is_same<T, FogType>::value ||
249  "Incorrect type passed to function FogType_Name.");
250  return Fog_FogType_Name(enum_t_value);
251  }
252  static inline bool FogType_Parse(const std::string& name,
253  FogType* value) {
254  return Fog_FogType_Parse(name, value);
255  }
256 
257  // accessors -------------------------------------------------------
258 
259  enum : int {
260  kHeaderFieldNumber = 1,
261  kColorFieldNumber = 3,
262  kTypeFieldNumber = 2,
263  kDensityFieldNumber = 4,
264  kStartFieldNumber = 5,
265  kEndFieldNumber = 6,
266  };
267  // .ignition.msgs.Header header = 1;
268  bool has_header() const;
269  private:
270  bool _internal_has_header() const;
271  public:
272  void clear_header();
273  const ::ignition::msgs::Header& header() const;
274  ::ignition::msgs::Header* release_header();
275  ::ignition::msgs::Header* mutable_header();
276  void set_allocated_header(::ignition::msgs::Header* header);
277  private:
278  const ::ignition::msgs::Header& _internal_header() const;
279  ::ignition::msgs::Header* _internal_mutable_header();
280  public:
282  ::ignition::msgs::Header* header);
283  ::ignition::msgs::Header* unsafe_arena_release_header();
284 
285  // .ignition.msgs.Color color = 3;
286  bool has_color() const;
287  private:
288  bool _internal_has_color() const;
289  public:
290  void clear_color();
291  const ::ignition::msgs::Color& color() const;
292  ::ignition::msgs::Color* release_color();
293  ::ignition::msgs::Color* mutable_color();
294  void set_allocated_color(::ignition::msgs::Color* color);
295  private:
296  const ::ignition::msgs::Color& _internal_color() const;
297  ::ignition::msgs::Color* _internal_mutable_color();
298  public:
300  ::ignition::msgs::Color* color);
301  ::ignition::msgs::Color* unsafe_arena_release_color();
302 
303  // .ignition.msgs.Fog.FogType type = 2;
304  void clear_type();
307  private:
308  ::ignition::msgs::Fog_FogType _internal_type() const;
309  void _internal_set_type(::ignition::msgs::Fog_FogType value);
310  public:
311 
312  // float density = 4;
314  float density() const;
315  void set_density(float value);
316  private:
317  float _internal_density() const;
318  void _internal_set_density(float value);
319  public:
320 
321  // float start = 5;
322  void clear_start();
323  float start() const;
324  void set_start(float value);
325  private:
326  float _internal_start() const;
327  void _internal_set_start(float value);
328  public:
329 
330  // float end = 6;
331  void clear_end();
332  float end() const;
333  void set_end(float value);
334  private:
335  float _internal_end() const;
336  void _internal_set_end(float value);
337  public:
338 
339  // @@protoc_insertion_point(class_scope:ignition.msgs.Fog)
340  private:
341  class _Internal;
342 
343  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
344  typedef void InternalArenaConstructable_;
345  typedef void DestructorSkippable_;
346  ::ignition::msgs::Header* header_;
347  ::ignition::msgs::Color* color_;
348  int type_;
349  float density_;
350  float start_;
351  float end_;
352  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
353  friend struct ::TableStruct_ignition_2fmsgs_2ffog_2eproto;
354 };
355 // ===================================================================
356 
357 
358 // ===================================================================
359 
360 #ifdef __GNUC__
361  #pragma GCC diagnostic push
362  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
363 #endif // __GNUC__
364 // Fog
365 
366 // .ignition.msgs.Header header = 1;
367 inline bool Fog::_internal_has_header() const {
368  return this != internal_default_instance() && header_ != nullptr;
369 }
370 inline bool Fog::has_header() const {
371  return _internal_has_header();
372 }
373 inline const ::ignition::msgs::Header& Fog::_internal_header() const {
374  const ::ignition::msgs::Header* p = header_;
375  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
377 }
378 inline const ::ignition::msgs::Header& Fog::header() const {
379  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.header)
380  return _internal_header();
381 }
382 inline void Fog::unsafe_arena_set_allocated_header(
383  ::ignition::msgs::Header* header) {
384  if (GetArena() == nullptr) {
385  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
386  }
387  header_ = header;
388  if (header) {
389 
390  } else {
391 
392  }
393  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Fog.header)
394 }
395 inline ::ignition::msgs::Header* Fog::release_header() {
396  auto temp = unsafe_arena_release_header();
397  if (GetArena() != nullptr) {
398  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
399  }
400  return temp;
401 }
402 inline ::ignition::msgs::Header* Fog::unsafe_arena_release_header() {
403  // @@protoc_insertion_point(field_release:ignition.msgs.Fog.header)
404 
405  ::ignition::msgs::Header* temp = header_;
406  header_ = nullptr;
407  return temp;
408 }
409 inline ::ignition::msgs::Header* Fog::_internal_mutable_header() {
410 
411  if (header_ == nullptr) {
412  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
413  header_ = p;
414  }
415  return header_;
416 }
417 inline ::ignition::msgs::Header* Fog::mutable_header() {
418  // @@protoc_insertion_point(field_mutable:ignition.msgs.Fog.header)
419  return _internal_mutable_header();
420 }
421 inline void Fog::set_allocated_header(::ignition::msgs::Header* header) {
422  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
423  if (message_arena == nullptr) {
424  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
425  }
426  if (header) {
427  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
428  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
429  if (message_arena != submessage_arena) {
430  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
431  message_arena, header, submessage_arena);
432  }
433 
434  } else {
435 
436  }
437  header_ = header;
438  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Fog.header)
439 }
440 
441 // .ignition.msgs.Fog.FogType type = 2;
442 inline void Fog::clear_type() {
443  type_ = 0;
444 }
445 inline ::ignition::msgs::Fog_FogType Fog::_internal_type() const {
446  return static_cast< ::ignition::msgs::Fog_FogType >(type_);
447 }
448 inline ::ignition::msgs::Fog_FogType Fog::type() const {
449  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.type)
450  return _internal_type();
451 }
452 inline void Fog::_internal_set_type(::ignition::msgs::Fog_FogType value) {
453 
454  type_ = value;
455 }
456 inline void Fog::set_type(::ignition::msgs::Fog_FogType value) {
457  _internal_set_type(value);
458  // @@protoc_insertion_point(field_set:ignition.msgs.Fog.type)
459 }
460 
461 // .ignition.msgs.Color color = 3;
462 inline bool Fog::_internal_has_color() const {
463  return this != internal_default_instance() && color_ != nullptr;
464 }
465 inline bool Fog::has_color() const {
466  return _internal_has_color();
467 }
468 inline const ::ignition::msgs::Color& Fog::_internal_color() const {
469  const ::ignition::msgs::Color* p = color_;
470  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Color*>(
472 }
473 inline const ::ignition::msgs::Color& Fog::color() const {
474  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.color)
475  return _internal_color();
476 }
477 inline void Fog::unsafe_arena_set_allocated_color(
478  ::ignition::msgs::Color* color) {
479  if (GetArena() == nullptr) {
480  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(color_);
481  }
482  color_ = color;
483  if (color) {
484 
485  } else {
486 
487  }
488  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Fog.color)
489 }
490 inline ::ignition::msgs::Color* Fog::release_color() {
491  auto temp = unsafe_arena_release_color();
492  if (GetArena() != nullptr) {
493  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
494  }
495  return temp;
496 }
497 inline ::ignition::msgs::Color* Fog::unsafe_arena_release_color() {
498  // @@protoc_insertion_point(field_release:ignition.msgs.Fog.color)
499 
500  ::ignition::msgs::Color* temp = color_;
501  color_ = nullptr;
502  return temp;
503 }
504 inline ::ignition::msgs::Color* Fog::_internal_mutable_color() {
505 
506  if (color_ == nullptr) {
507  auto* p = CreateMaybeMessage<::ignition::msgs::Color>(GetArena());
508  color_ = p;
509  }
510  return color_;
511 }
512 inline ::ignition::msgs::Color* Fog::mutable_color() {
513  // @@protoc_insertion_point(field_mutable:ignition.msgs.Fog.color)
514  return _internal_mutable_color();
515 }
516 inline void Fog::set_allocated_color(::ignition::msgs::Color* color) {
517  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
518  if (message_arena == nullptr) {
519  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(color_);
520  }
521  if (color) {
522  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
523  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(color)->GetArena();
524  if (message_arena != submessage_arena) {
525  color = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
526  message_arena, color, submessage_arena);
527  }
528 
529  } else {
530 
531  }
532  color_ = color;
533  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Fog.color)
534 }
535 
536 // float density = 4;
537 inline void Fog::clear_density() {
538  density_ = 0;
539 }
540 inline float Fog::_internal_density() const {
541  return density_;
542 }
543 inline float Fog::density() const {
544  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.density)
545  return _internal_density();
546 }
547 inline void Fog::_internal_set_density(float value) {
548 
549  density_ = value;
550 }
551 inline void Fog::set_density(float value) {
552  _internal_set_density(value);
553  // @@protoc_insertion_point(field_set:ignition.msgs.Fog.density)
554 }
555 
556 // float start = 5;
557 inline void Fog::clear_start() {
558  start_ = 0;
559 }
560 inline float Fog::_internal_start() const {
561  return start_;
562 }
563 inline float Fog::start() const {
564  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.start)
565  return _internal_start();
566 }
567 inline void Fog::_internal_set_start(float value) {
568 
569  start_ = value;
570 }
571 inline void Fog::set_start(float value) {
572  _internal_set_start(value);
573  // @@protoc_insertion_point(field_set:ignition.msgs.Fog.start)
574 }
575 
576 // float end = 6;
577 inline void Fog::clear_end() {
578  end_ = 0;
579 }
580 inline float Fog::_internal_end() const {
581  return end_;
582 }
583 inline float Fog::end() const {
584  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.end)
585  return _internal_end();
586 }
587 inline void Fog::_internal_set_end(float value) {
588 
589  end_ = value;
590 }
591 inline void Fog::set_end(float value) {
592  _internal_set_end(value);
593  // @@protoc_insertion_point(field_set:ignition.msgs.Fog.end)
594 }
595 
596 #ifdef __GNUC__
597  #pragma GCC diagnostic pop
598 #endif // __GNUC__
599 
604 // @@protoc_insertion_point(namespace_scope)
605 
606 } // namespace msgs
607 } // namespace ignition
608 
609 PROTOBUF_NAMESPACE_OPEN
610 
611 template <> struct is_proto_enum< ::ignition::msgs::Fog_FogType> : ::std::true_type {};
612 template <>
613 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Fog_FogType>() {
615 }
616 
617 PROTOBUF_NAMESPACE_CLOSE
618 
619 #ifdef _MSC_VER
620 #pragma warning(pop)
621 #endif
622 // @@protoc_insertion_point(global_scope)
623 
624 #include <google/protobuf/port_undef.inc>
625 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2ffog_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2ffog_2eproto
void set_density(float value)
static bool FogType_IsValid(int value)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:232
Fog & operator=(Fog &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:129
void CopyFrom(const Fog &from)
Fog(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void Swap(Fog *other)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:160
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:144
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
Fog()
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:116
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:138
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void unsafe_arena_set_allocated_color(::ignition::msgs::Color *color)
static const Fog * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:150
Fog & operator=(const Fog &from)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:125
void UnsafeArenaSwap(Fog *other)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:168
void set_allocated_color(::ignition::msgs::Color *color)
::ignition::msgs::Color * unsafe_arena_release_color()
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
static bool FogType_Parse(const std::string &name, FogType *value)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:252
Fog(Fog &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:120
::ignition::msgs::Header * unsafe_arena_release_header()
static const Fog & default_instance()
friend void swap(Fog &a, Fog &b)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:157
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const std::string & FogType_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:246
void MergeFrom(const Fog &from)
const ::ignition::msgs::Color & color() const
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * FogType_descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:242
Fog_FogType FogType
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:223
Fog * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:180
::ignition::msgs::Color * mutable_color()
void set_allocated_header(::ignition::msgs::Header *header)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:141
::ignition::msgs::Fog_FogType type() const
Fog * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:176
void set_type(::ignition::msgs::Fog_FogType value)
const ::ignition::msgs::Header & header() const
::ignition::msgs::Color * release_color()
T max(T... args)
T min(T... args)
IGNITION_MSGS_VISIBLE ColorDefaultTypeInternal _Color_default_instance_
std::shared_ptr< const Fog > ConstFogSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:603
std::shared_ptr< Fog > FogSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:602
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Fog_FogType_descriptor()
IGNITION_MSGS_VISIBLE bool Fog_FogType_IsValid(int value)
IGNITION_MSGS_VISIBLE FogDefaultTypeInternal _Fog_default_instance_
constexpr Fog_FogType Fog_FogType_FogType_MIN
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:93
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
const std::string & Fog_FogType_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:99
std::unique_ptr< const Fog > ConstFogUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:601
bool Fog_FogType_Parse(const std::string &name, Fog_FogType *value)
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:106
constexpr Fog_FogType Fog_FogType_FogType_MAX
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:94
Fog_FogType
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:84
@ Fog_FogType_EXPONENTIAL2
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:88
@ Fog_FogType_EXPONENTIAL
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:87
@ Fog_FogType_Fog_FogType_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:90
@ Fog_FogType_LINEAR
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:86
@ Fog_FogType_NONE
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:85
@ Fog_FogType_Fog_FogType_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:89
std::unique_ptr< Fog > FogUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:600
constexpr int Fog_FogType_FogType_ARRAYSIZE
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:95
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:59
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)