Ignition Msgs

API Reference

5.8.1
shadows.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/shadows.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fshadows_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fshadows_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_2fshadows_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_2fshadows_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_2fshadows_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class Shadows;
73 class ShadowsDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern ShadowsDefaultTypeInternal _Shadows_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Shadows* Arena::CreateMaybeMessage<::ignition::msgs::Shadows>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 enum Shadows_ShadowType : int {
90 };
91 IGNITION_MSGS_VISIBLE bool Shadows_ShadowType_IsValid(int value);
95 
96 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Shadows_ShadowType_descriptor();
97 template<typename T>
98 inline const std::string& Shadows_ShadowType_Name(T enum_t_value) {
101  "Incorrect type passed to function Shadows_ShadowType_Name.");
102  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
103  Shadows_ShadowType_descriptor(), enum_t_value);
104 }
106  ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Shadows_ShadowType* value) {
107  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Shadows_ShadowType>(
108  Shadows_ShadowType_descriptor(), name, value);
109 }
110 // ===================================================================
111 
112 class IGNITION_MSGS_VISIBLE Shadows PROTOBUF_FINAL :
113  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Shadows) */ {
114  public:
115  inline Shadows() : Shadows(nullptr) {}
116  virtual ~Shadows();
117 
118  Shadows(const Shadows& from);
119  Shadows(Shadows&& from) noexcept
120  : Shadows() {
121  *this = ::std::move(from);
122  }
123 
124  inline Shadows& operator=(const Shadows& from) {
125  CopyFrom(from);
126  return *this;
127  }
128  inline Shadows& operator=(Shadows&& 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 Shadows& default_instance();
147 
148  static inline const Shadows* internal_default_instance() {
149  return reinterpret_cast<const Shadows*>(
151  }
152  static constexpr int kIndexInFileMessages =
153  0;
154 
155  friend void swap(Shadows& a, Shadows& b) {
156  a.Swap(&b);
157  }
158  inline void Swap(Shadows* 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(Shadows* other) {
167  if (other == this) return;
168  GOOGLE_DCHECK(GetArena() == other->GetArena());
169  InternalSwap(other);
170  }
171 
172  // implements Message ----------------------------------------------
173 
174  inline Shadows* New() const final {
175  return CreateMaybeMessage<Shadows>(nullptr);
176  }
177 
178  Shadows* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
179  return CreateMaybeMessage<Shadows>(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 Shadows& from);
184  void MergeFrom(const Shadows& 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(Shadows* other);
199  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
200  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
201  return "ignition.msgs.Shadows";
202  }
203  protected:
204  explicit Shadows(::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_2fshadows_2eproto);
214  return ::descriptor_table_ignition_2fmsgs_2fshadows_2eproto.file_level_metadata[kIndexInFileMessages];
215  }
216 
217  public:
218 
219  // nested types ----------------------------------------------------
220 
222  static constexpr ShadowType STENCIL_ADDITIVE =
224  static constexpr ShadowType STENCIL_MODULATIVE =
226  static constexpr ShadowType TEXTURE_ADDITIVE =
228  static constexpr ShadowType TEXTURE_MODULATIVE =
230  static inline bool ShadowType_IsValid(int value) {
231  return Shadows_ShadowType_IsValid(value);
232  }
233  static constexpr ShadowType ShadowType_MIN =
235  static constexpr ShadowType ShadowType_MAX =
237  static constexpr int ShadowType_ARRAYSIZE =
239  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
242  }
243  template<typename T>
244  static inline const std::string& ShadowType_Name(T enum_t_value) {
245  static_assert(::std::is_same<T, ShadowType>::value ||
247  "Incorrect type passed to function ShadowType_Name.");
248  return Shadows_ShadowType_Name(enum_t_value);
249  }
250  static inline bool ShadowType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
251  ShadowType* value) {
252  return Shadows_ShadowType_Parse(name, value);
253  }
254 
255  // accessors -------------------------------------------------------
256 
257  enum : int {
258  kHeaderFieldNumber = 1,
259  kColorFieldNumber = 3,
260  kTypeFieldNumber = 2,
261  };
262  // .ignition.msgs.Header header = 1;
263  bool has_header() const;
264  private:
265  bool _internal_has_header() const;
266  public:
267  void clear_header();
268  const ::ignition::msgs::Header& header() const;
269  ::ignition::msgs::Header* release_header();
270  ::ignition::msgs::Header* mutable_header();
271  void set_allocated_header(::ignition::msgs::Header* header);
272  private:
273  const ::ignition::msgs::Header& _internal_header() const;
274  ::ignition::msgs::Header* _internal_mutable_header();
275  public:
277  ::ignition::msgs::Header* header);
278  ::ignition::msgs::Header* unsafe_arena_release_header();
279 
280  // .ignition.msgs.Color color = 3;
281  bool has_color() const;
282  private:
283  bool _internal_has_color() const;
284  public:
285  void clear_color();
286  const ::ignition::msgs::Color& color() const;
287  ::ignition::msgs::Color* release_color();
288  ::ignition::msgs::Color* mutable_color();
289  void set_allocated_color(::ignition::msgs::Color* color);
290  private:
291  const ::ignition::msgs::Color& _internal_color() const;
292  ::ignition::msgs::Color* _internal_mutable_color();
293  public:
295  ::ignition::msgs::Color* color);
296  ::ignition::msgs::Color* unsafe_arena_release_color();
297 
298  // .ignition.msgs.Shadows.ShadowType type = 2;
299  void clear_type();
302  private:
303  ::ignition::msgs::Shadows_ShadowType _internal_type() const;
304  void _internal_set_type(::ignition::msgs::Shadows_ShadowType value);
305  public:
306 
307  // @@protoc_insertion_point(class_scope:ignition.msgs.Shadows)
308  private:
309  class _Internal;
310 
311  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
312  typedef void InternalArenaConstructable_;
313  typedef void DestructorSkippable_;
314  ::ignition::msgs::Header* header_;
315  ::ignition::msgs::Color* color_;
316  int type_;
317  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
318  friend struct ::TableStruct_ignition_2fmsgs_2fshadows_2eproto;
319 };
320 // ===================================================================
321 
322 
323 // ===================================================================
324 
325 #ifdef __GNUC__
326  #pragma GCC diagnostic push
327  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
328 #endif // __GNUC__
329 // Shadows
330 
331 // .ignition.msgs.Header header = 1;
332 inline bool Shadows::_internal_has_header() const {
333  return this != internal_default_instance() && header_ != nullptr;
334 }
335 inline bool Shadows::has_header() const {
336  return _internal_has_header();
337 }
338 inline const ::ignition::msgs::Header& Shadows::_internal_header() const {
339  const ::ignition::msgs::Header* p = header_;
340  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
342 }
343 inline const ::ignition::msgs::Header& Shadows::header() const {
344  // @@protoc_insertion_point(field_get:ignition.msgs.Shadows.header)
345  return _internal_header();
346 }
347 inline void Shadows::unsafe_arena_set_allocated_header(
348  ::ignition::msgs::Header* header) {
349  if (GetArena() == nullptr) {
350  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
351  }
352  header_ = header;
353  if (header) {
354 
355  } else {
356 
357  }
358  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Shadows.header)
359 }
360 inline ::ignition::msgs::Header* Shadows::release_header() {
361 
362  ::ignition::msgs::Header* temp = header_;
363  header_ = nullptr;
364  if (GetArena() != nullptr) {
365  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
366  }
367  return temp;
368 }
369 inline ::ignition::msgs::Header* Shadows::unsafe_arena_release_header() {
370  // @@protoc_insertion_point(field_release:ignition.msgs.Shadows.header)
371 
372  ::ignition::msgs::Header* temp = header_;
373  header_ = nullptr;
374  return temp;
375 }
376 inline ::ignition::msgs::Header* Shadows::_internal_mutable_header() {
377 
378  if (header_ == nullptr) {
379  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
380  header_ = p;
381  }
382  return header_;
383 }
384 inline ::ignition::msgs::Header* Shadows::mutable_header() {
385  // @@protoc_insertion_point(field_mutable:ignition.msgs.Shadows.header)
386  return _internal_mutable_header();
387 }
388 inline void Shadows::set_allocated_header(::ignition::msgs::Header* header) {
389  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
390  if (message_arena == nullptr) {
391  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
392  }
393  if (header) {
394  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
395  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
396  if (message_arena != submessage_arena) {
397  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
398  message_arena, header, submessage_arena);
399  }
400 
401  } else {
402 
403  }
404  header_ = header;
405  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Shadows.header)
406 }
407 
408 // .ignition.msgs.Shadows.ShadowType type = 2;
409 inline void Shadows::clear_type() {
410  type_ = 0;
411 }
412 inline ::ignition::msgs::Shadows_ShadowType Shadows::_internal_type() const {
413  return static_cast< ::ignition::msgs::Shadows_ShadowType >(type_);
414 }
415 inline ::ignition::msgs::Shadows_ShadowType Shadows::type() const {
416  // @@protoc_insertion_point(field_get:ignition.msgs.Shadows.type)
417  return _internal_type();
418 }
419 inline void Shadows::_internal_set_type(::ignition::msgs::Shadows_ShadowType value) {
420 
421  type_ = value;
422 }
423 inline void Shadows::set_type(::ignition::msgs::Shadows_ShadowType value) {
424  _internal_set_type(value);
425  // @@protoc_insertion_point(field_set:ignition.msgs.Shadows.type)
426 }
427 
428 // .ignition.msgs.Color color = 3;
429 inline bool Shadows::_internal_has_color() const {
430  return this != internal_default_instance() && color_ != nullptr;
431 }
432 inline bool Shadows::has_color() const {
433  return _internal_has_color();
434 }
435 inline const ::ignition::msgs::Color& Shadows::_internal_color() const {
436  const ::ignition::msgs::Color* p = color_;
437  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Color&>(
439 }
440 inline const ::ignition::msgs::Color& Shadows::color() const {
441  // @@protoc_insertion_point(field_get:ignition.msgs.Shadows.color)
442  return _internal_color();
443 }
444 inline void Shadows::unsafe_arena_set_allocated_color(
445  ::ignition::msgs::Color* color) {
446  if (GetArena() == nullptr) {
447  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(color_);
448  }
449  color_ = color;
450  if (color) {
451 
452  } else {
453 
454  }
455  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Shadows.color)
456 }
457 inline ::ignition::msgs::Color* Shadows::release_color() {
458 
459  ::ignition::msgs::Color* temp = color_;
460  color_ = nullptr;
461  if (GetArena() != nullptr) {
462  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
463  }
464  return temp;
465 }
466 inline ::ignition::msgs::Color* Shadows::unsafe_arena_release_color() {
467  // @@protoc_insertion_point(field_release:ignition.msgs.Shadows.color)
468 
469  ::ignition::msgs::Color* temp = color_;
470  color_ = nullptr;
471  return temp;
472 }
473 inline ::ignition::msgs::Color* Shadows::_internal_mutable_color() {
474 
475  if (color_ == nullptr) {
476  auto* p = CreateMaybeMessage<::ignition::msgs::Color>(GetArena());
477  color_ = p;
478  }
479  return color_;
480 }
481 inline ::ignition::msgs::Color* Shadows::mutable_color() {
482  // @@protoc_insertion_point(field_mutable:ignition.msgs.Shadows.color)
483  return _internal_mutable_color();
484 }
485 inline void Shadows::set_allocated_color(::ignition::msgs::Color* color) {
486  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
487  if (message_arena == nullptr) {
488  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(color_);
489  }
490  if (color) {
491  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
492  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(color)->GetArena();
493  if (message_arena != submessage_arena) {
494  color = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
495  message_arena, color, submessage_arena);
496  }
497 
498  } else {
499 
500  }
501  color_ = color;
502  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Shadows.color)
503 }
504 
505 #ifdef __GNUC__
506  #pragma GCC diagnostic pop
507 #endif // __GNUC__
508 
513 // @@protoc_insertion_point(namespace_scope)
514 
515 } // namespace msgs
516 } // namespace ignition
517 
518 PROTOBUF_NAMESPACE_OPEN
519 
520 template <> struct is_proto_enum< ::ignition::msgs::Shadows_ShadowType> : ::std::true_type {};
521 template <>
522 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Shadows_ShadowType>() {
524 }
525 
526 PROTOBUF_NAMESPACE_CLOSE
527 
528 #ifdef _MSC_VER
529 #pragma warning(pop)
530 #endif
531 // @@protoc_insertion_point(global_scope)
532 
533 #include <google/protobuf/port_undef.inc>
534 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fshadows_2eproto
::ignition::msgs::Shadows_ShadowType type() const
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: shadows.pb.h:143
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
Shadows(::PROTOBUF_NAMESPACE_ID::Arena *arena)
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: shadows.pb.h:137
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const Shadows & default_instance()
void unsafe_arena_set_allocated_color(::ignition::msgs::Color *color)
Shadows()
Definition: shadows.pb.h:115
Shadows * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: shadows.pb.h:178
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)
void Swap(Shadows *other)
Definition: shadows.pb.h:158
Shadows(const Shadows &from)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ShadowType_descriptor()
Definition: shadows.pb.h:240
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Shadows & operator=(const Shadows &from)
Definition: shadows.pb.h:124
const ::ignition::msgs::Color & color() const
friend void swap(Shadows &a, Shadows &b)
Definition: shadows.pb.h:155
void MergeFrom(const Shadows &from)
::ignition::msgs::Color * mutable_color()
void UnsafeArenaSwap(Shadows *other)
Definition: shadows.pb.h:166
void set_allocated_header(::ignition::msgs::Header *header)
Shadows_ShadowType ShadowType
Definition: shadows.pb.h:221
static const std::string & ShadowType_Name(T enum_t_value)
Definition: shadows.pb.h:244
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: shadows.pb.h:140
Shadows(Shadows &&from) noexcept
Definition: shadows.pb.h:119
Shadows * New() const final
Definition: shadows.pb.h:174
static bool ShadowType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ShadowType *value)
Definition: shadows.pb.h:250
Shadows & operator=(Shadows &&from) noexcept
Definition: shadows.pb.h:128
void set_type(::ignition::msgs::Shadows_ShadowType value)
void CopyFrom(const Shadows &from)
static const Shadows * internal_default_instance()
Definition: shadows.pb.h:148
static bool ShadowType_IsValid(int value)
Definition: shadows.pb.h:230
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< Shadows > ShadowsSharedPtr
Definition: shadows.pb.h:511
std::unique_ptr< const Shadows > ConstShadowsUniquePtr
Definition: shadows.pb.h:510
constexpr Shadows_ShadowType Shadows_ShadowType_ShadowType_MAX
Definition: shadows.pb.h:93
IGNITION_MSGS_VISIBLE bool Shadows_ShadowType_IsValid(int value)
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< Shadows > ShadowsUniquePtr
Definition: shadows.pb.h:509
Shadows_ShadowType
Definition: shadows.pb.h:83
@ Shadows_ShadowType_STENCIL_MODULATIVE
Definition: shadows.pb.h:85
@ Shadows_ShadowType_Shadows_ShadowType_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: shadows.pb.h:89
@ Shadows_ShadowType_TEXTURE_MODULATIVE
Definition: shadows.pb.h:87
@ Shadows_ShadowType_Shadows_ShadowType_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: shadows.pb.h:88
@ Shadows_ShadowType_STENCIL_ADDITIVE
Definition: shadows.pb.h:84
@ Shadows_ShadowType_TEXTURE_ADDITIVE
Definition: shadows.pb.h:86
bool Shadows_ShadowType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Shadows_ShadowType *value)
Definition: shadows.pb.h:105
const std::string & Shadows_ShadowType_Name(T enum_t_value)
Definition: shadows.pb.h:98
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Shadows_ShadowType_descriptor()
IGNITION_MSGS_VISIBLE ShadowsDefaultTypeInternal _Shadows_default_instance_
std::shared_ptr< const Shadows > ConstShadowsSharedPtr
Definition: shadows.pb.h:512
constexpr int Shadows_ShadowType_ShadowType_ARRAYSIZE
Definition: shadows.pb.h:94
constexpr Shadows_ShadowType Shadows_ShadowType_ShadowType_MIN
Definition: shadows.pb.h:92
Definition: actor.pb.h:52
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fshadows_2eproto
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)