Ignition Msgs

API Reference

5.8.1
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 < 3014000
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 3014000 < 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/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/generated_enum_reflection.h>
34 #include <google/protobuf/unknown_field_set.h>
35 #include "ignition/msgs/color.pb.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_2ffog_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_2ffog_2eproto {
59  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField 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_2ffog_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class Fog;
73 class FogDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern FogDefaultTypeInternal _Fog_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Fog* Arena::CreateMaybeMessage<::ignition::msgs::Fog>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 enum Fog_FogType : int {
90 };
91 IGNITION_MSGS_VISIBLE bool Fog_FogType_IsValid(int value);
95 
96 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Fog_FogType_descriptor();
97 template<typename T>
98 inline const std::string& Fog_FogType_Name(T enum_t_value) {
99  static_assert(::std::is_same<T, Fog_FogType>::value ||
101  "Incorrect type passed to function Fog_FogType_Name.");
102  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
103  Fog_FogType_descriptor(), enum_t_value);
104 }
105 inline bool Fog_FogType_Parse(
106  ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Fog_FogType* value) {
107  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Fog_FogType>(
108  Fog_FogType_descriptor(), name, value);
109 }
110 // ===================================================================
111 
112 class IGNITION_MSGS_VISIBLE Fog PROTOBUF_FINAL :
113  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Fog) */ {
114  public:
115  inline Fog() : Fog(nullptr) {}
116  virtual ~Fog();
117 
118  Fog(const Fog& from);
119  Fog(Fog&& from) noexcept
120  : Fog() {
121  *this = ::std::move(from);
122  }
123 
124  inline Fog& operator=(const Fog& from) {
125  CopyFrom(from);
126  return *this;
127  }
128  inline Fog& operator=(Fog&& from) noexcept {
129  if (GetArena() == from.GetArena()) {
130  if (this != &from) InternalSwap(&from);
131  } else {
132  CopyFrom(from);
133  }
134  return *this;
135  }
136 
137  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
138  return GetDescriptor();
139  }
140  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
141  return GetMetadataStatic().descriptor;
142  }
143  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
144  return GetMetadataStatic().reflection;
145  }
146  static const Fog& default_instance();
147 
148  static inline const Fog* internal_default_instance() {
149  return reinterpret_cast<const Fog*>(
151  }
152  static constexpr int kIndexInFileMessages =
153  0;
154 
155  friend void swap(Fog& a, Fog& b) {
156  a.Swap(&b);
157  }
158  inline void Swap(Fog* other) {
159  if (other == this) return;
160  if (GetArena() == other->GetArena()) {
161  InternalSwap(other);
162  } else {
163  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
164  }
165  }
166  void UnsafeArenaSwap(Fog* other) {
167  if (other == this) return;
168  GOOGLE_DCHECK(GetArena() == other->GetArena());
169  InternalSwap(other);
170  }
171 
172  // implements Message ----------------------------------------------
173 
174  inline Fog* New() const final {
175  return CreateMaybeMessage<Fog>(nullptr);
176  }
177 
178  Fog* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
179  return CreateMaybeMessage<Fog>(arena);
180  }
181  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
182  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
183  void CopyFrom(const Fog& from);
184  void MergeFrom(const Fog& from);
185  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
186  bool IsInitialized() const final;
187 
188  size_t ByteSizeLong() const final;
189  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
190  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
191  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
192  int GetCachedSize() const final { return _cached_size_.Get(); }
193 
194  private:
195  inline void SharedCtor();
196  inline void SharedDtor();
197  void SetCachedSize(int size) const final;
198  void InternalSwap(Fog* other);
199  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
200  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
201  return "ignition.msgs.Fog";
202  }
203  protected:
204  explicit Fog(::PROTOBUF_NAMESPACE_ID::Arena* arena);
205  private:
206  static void ArenaDtor(void* object);
207  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
208  public:
209 
210  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
211  private:
212  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
213  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2ffog_2eproto);
214  return ::descriptor_table_ignition_2fmsgs_2ffog_2eproto.file_level_metadata[kIndexInFileMessages];
215  }
216 
217  public:
218 
219  // nested types ----------------------------------------------------
220 
222  static constexpr FogType NONE =
224  static constexpr FogType LINEAR =
226  static constexpr FogType EXPONENTIAL =
228  static constexpr FogType EXPONENTIAL2 =
230  static inline bool FogType_IsValid(int value) {
231  return Fog_FogType_IsValid(value);
232  }
233  static constexpr FogType FogType_MIN =
235  static constexpr FogType FogType_MAX =
237  static constexpr int FogType_ARRAYSIZE =
239  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
241  return Fog_FogType_descriptor();
242  }
243  template<typename T>
244  static inline const std::string& FogType_Name(T enum_t_value) {
245  static_assert(::std::is_same<T, FogType>::value ||
247  "Incorrect type passed to function FogType_Name.");
248  return Fog_FogType_Name(enum_t_value);
249  }
250  static inline bool FogType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
251  FogType* value) {
252  return Fog_FogType_Parse(name, value);
253  }
254 
255  // accessors -------------------------------------------------------
256 
257  enum : int {
258  kHeaderFieldNumber = 1,
259  kColorFieldNumber = 3,
260  kTypeFieldNumber = 2,
261  kDensityFieldNumber = 4,
262  kStartFieldNumber = 5,
263  kEndFieldNumber = 6,
264  };
265  // .ignition.msgs.Header header = 1;
266  bool has_header() const;
267  private:
268  bool _internal_has_header() const;
269  public:
270  void clear_header();
271  const ::ignition::msgs::Header& header() const;
272  ::ignition::msgs::Header* release_header();
273  ::ignition::msgs::Header* mutable_header();
274  void set_allocated_header(::ignition::msgs::Header* header);
275  private:
276  const ::ignition::msgs::Header& _internal_header() const;
277  ::ignition::msgs::Header* _internal_mutable_header();
278  public:
280  ::ignition::msgs::Header* header);
281  ::ignition::msgs::Header* unsafe_arena_release_header();
282 
283  // .ignition.msgs.Color color = 3;
284  bool has_color() const;
285  private:
286  bool _internal_has_color() const;
287  public:
288  void clear_color();
289  const ::ignition::msgs::Color& color() const;
290  ::ignition::msgs::Color* release_color();
291  ::ignition::msgs::Color* mutable_color();
292  void set_allocated_color(::ignition::msgs::Color* color);
293  private:
294  const ::ignition::msgs::Color& _internal_color() const;
295  ::ignition::msgs::Color* _internal_mutable_color();
296  public:
298  ::ignition::msgs::Color* color);
299  ::ignition::msgs::Color* unsafe_arena_release_color();
300 
301  // .ignition.msgs.Fog.FogType type = 2;
302  void clear_type();
305  private:
306  ::ignition::msgs::Fog_FogType _internal_type() const;
307  void _internal_set_type(::ignition::msgs::Fog_FogType value);
308  public:
309 
310  // float density = 4;
312  float density() const;
313  void set_density(float value);
314  private:
315  float _internal_density() const;
316  void _internal_set_density(float value);
317  public:
318 
319  // float start = 5;
320  void clear_start();
321  float start() const;
322  void set_start(float value);
323  private:
324  float _internal_start() const;
325  void _internal_set_start(float value);
326  public:
327 
328  // float end = 6;
329  void clear_end();
330  float end() const;
331  void set_end(float value);
332  private:
333  float _internal_end() const;
334  void _internal_set_end(float value);
335  public:
336 
337  // @@protoc_insertion_point(class_scope:ignition.msgs.Fog)
338  private:
339  class _Internal;
340 
341  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
342  typedef void InternalArenaConstructable_;
343  typedef void DestructorSkippable_;
344  ::ignition::msgs::Header* header_;
345  ::ignition::msgs::Color* color_;
346  int type_;
347  float density_;
348  float start_;
349  float end_;
350  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
351  friend struct ::TableStruct_ignition_2fmsgs_2ffog_2eproto;
352 };
353 // ===================================================================
354 
355 
356 // ===================================================================
357 
358 #ifdef __GNUC__
359  #pragma GCC diagnostic push
360  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
361 #endif // __GNUC__
362 // Fog
363 
364 // .ignition.msgs.Header header = 1;
365 inline bool Fog::_internal_has_header() const {
366  return this != internal_default_instance() && header_ != nullptr;
367 }
368 inline bool Fog::has_header() const {
369  return _internal_has_header();
370 }
371 inline const ::ignition::msgs::Header& Fog::_internal_header() const {
372  const ::ignition::msgs::Header* p = header_;
373  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
375 }
376 inline const ::ignition::msgs::Header& Fog::header() const {
377  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.header)
378  return _internal_header();
379 }
380 inline void Fog::unsafe_arena_set_allocated_header(
381  ::ignition::msgs::Header* header) {
382  if (GetArena() == nullptr) {
383  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
384  }
385  header_ = header;
386  if (header) {
387 
388  } else {
389 
390  }
391  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Fog.header)
392 }
393 inline ::ignition::msgs::Header* Fog::release_header() {
394 
395  ::ignition::msgs::Header* temp = header_;
396  header_ = nullptr;
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 
492  ::ignition::msgs::Color* temp = color_;
493  color_ = nullptr;
494  if (GetArena() != nullptr) {
495  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
496  }
497  return temp;
498 }
499 inline ::ignition::msgs::Color* Fog::unsafe_arena_release_color() {
500  // @@protoc_insertion_point(field_release:ignition.msgs.Fog.color)
501 
502  ::ignition::msgs::Color* temp = color_;
503  color_ = nullptr;
504  return temp;
505 }
506 inline ::ignition::msgs::Color* Fog::_internal_mutable_color() {
507 
508  if (color_ == nullptr) {
509  auto* p = CreateMaybeMessage<::ignition::msgs::Color>(GetArena());
510  color_ = p;
511  }
512  return color_;
513 }
514 inline ::ignition::msgs::Color* Fog::mutable_color() {
515  // @@protoc_insertion_point(field_mutable:ignition.msgs.Fog.color)
516  return _internal_mutable_color();
517 }
518 inline void Fog::set_allocated_color(::ignition::msgs::Color* color) {
519  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
520  if (message_arena == nullptr) {
521  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(color_);
522  }
523  if (color) {
524  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
525  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(color)->GetArena();
526  if (message_arena != submessage_arena) {
527  color = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
528  message_arena, color, submessage_arena);
529  }
530 
531  } else {
532 
533  }
534  color_ = color;
535  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Fog.color)
536 }
537 
538 // float density = 4;
539 inline void Fog::clear_density() {
540  density_ = 0;
541 }
542 inline float Fog::_internal_density() const {
543  return density_;
544 }
545 inline float Fog::density() const {
546  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.density)
547  return _internal_density();
548 }
549 inline void Fog::_internal_set_density(float value) {
550 
551  density_ = value;
552 }
553 inline void Fog::set_density(float value) {
554  _internal_set_density(value);
555  // @@protoc_insertion_point(field_set:ignition.msgs.Fog.density)
556 }
557 
558 // float start = 5;
559 inline void Fog::clear_start() {
560  start_ = 0;
561 }
562 inline float Fog::_internal_start() const {
563  return start_;
564 }
565 inline float Fog::start() const {
566  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.start)
567  return _internal_start();
568 }
569 inline void Fog::_internal_set_start(float value) {
570 
571  start_ = value;
572 }
573 inline void Fog::set_start(float value) {
574  _internal_set_start(value);
575  // @@protoc_insertion_point(field_set:ignition.msgs.Fog.start)
576 }
577 
578 // float end = 6;
579 inline void Fog::clear_end() {
580  end_ = 0;
581 }
582 inline float Fog::_internal_end() const {
583  return end_;
584 }
585 inline float Fog::end() const {
586  // @@protoc_insertion_point(field_get:ignition.msgs.Fog.end)
587  return _internal_end();
588 }
589 inline void Fog::_internal_set_end(float value) {
590 
591  end_ = value;
592 }
593 inline void Fog::set_end(float value) {
594  _internal_set_end(value);
595  // @@protoc_insertion_point(field_set:ignition.msgs.Fog.end)
596 }
597 
598 #ifdef __GNUC__
599  #pragma GCC diagnostic pop
600 #endif // __GNUC__
601 
606 // @@protoc_insertion_point(namespace_scope)
607 
608 } // namespace msgs
609 } // namespace ignition
610 
611 PROTOBUF_NAMESPACE_OPEN
612 
613 template <> struct is_proto_enum< ::ignition::msgs::Fog_FogType> : ::std::true_type {};
614 template <>
615 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Fog_FogType>() {
617 }
618 
619 PROTOBUF_NAMESPACE_CLOSE
620 
621 #ifdef _MSC_VER
622 #pragma warning(pop)
623 #endif
624 // @@protoc_insertion_point(global_scope)
625 
626 #include <google/protobuf/port_undef.inc>
627 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2ffog_2eproto
void set_density(float value)
static bool FogType_IsValid(int value)
Definition: fog.pb.h:230
Fog & operator=(Fog &&from) noexcept
Definition: fog.pb.h:128
void CopyFrom(const Fog &from)
Fog(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void Swap(Fog *other)
Definition: fog.pb.h:158
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: fog.pb.h:143
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
Fog()
Definition: fog.pb.h:115
static bool FogType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FogType *value)
Definition: fog.pb.h:250
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: fog.pb.h:137
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: fog.pb.h:148
Fog & operator=(const Fog &from)
Definition: fog.pb.h:124
void UnsafeArenaSwap(Fog *other)
Definition: fog.pb.h:166
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)
Fog(Fog &&from) noexcept
Definition: fog.pb.h:119
::ignition::msgs::Header * unsafe_arena_release_header()
static const Fog & default_instance()
friend void swap(Fog &a, Fog &b)
Definition: fog.pb.h:155
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const std::string & FogType_Name(T enum_t_value)
Definition: fog.pb.h:244
void MergeFrom(const Fog &from)
const ::ignition::msgs::Color & color() const
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * FogType_descriptor()
Definition: fog.pb.h:240
Fog_FogType FogType
Definition: fog.pb.h:221
Fog * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: fog.pb.h:178
::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: fog.pb.h:140
::ignition::msgs::Fog_FogType type() const
Fog * New() const final
Definition: fog.pb.h:174
void set_type(::ignition::msgs::Fog_FogType value)
const ::ignition::msgs::Header & header() const
::ignition::msgs::Color * release_color()
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2ffog_2eproto
T max(T... args)
T min(T... args)
IGNITION_MSGS_VISIBLE ColorDefaultTypeInternal _Color_default_instance_
std::shared_ptr< const Fog > ConstFogSharedPtr
Definition: fog.pb.h:605
std::shared_ptr< Fog > FogSharedPtr
Definition: fog.pb.h:604
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: fog.pb.h:92
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
const std::string & Fog_FogType_Name(T enum_t_value)
Definition: fog.pb.h:98
std::unique_ptr< const Fog > ConstFogUniquePtr
Definition: fog.pb.h:603
constexpr Fog_FogType Fog_FogType_FogType_MAX
Definition: fog.pb.h:93
Fog_FogType
Definition: fog.pb.h:83
@ Fog_FogType_EXPONENTIAL2
Definition: fog.pb.h:87
@ Fog_FogType_EXPONENTIAL
Definition: fog.pb.h:86
@ Fog_FogType_Fog_FogType_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: fog.pb.h:89
@ Fog_FogType_LINEAR
Definition: fog.pb.h:85
@ Fog_FogType_NONE
Definition: fog.pb.h:84
@ Fog_FogType_Fog_FogType_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: fog.pb.h:88
std::unique_ptr< Fog > FogUniquePtr
Definition: fog.pb.h:602
bool Fog_FogType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Fog_FogType *value)
Definition: fog.pb.h:105
constexpr int Fog_FogType_FogType_ARRAYSIZE
Definition: fog.pb.h:94
Definition: actor.pb.h:52
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
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)