Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/version.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/version.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fversion_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fversion_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/unknown_field_set.h>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 #include <google/protobuf/port_def.inc>
48 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fversion_2eproto IGNITION_MSGS_VISIBLE
49 PROTOBUF_NAMESPACE_OPEN
50 namespace internal {
51 class AnyMetadata;
52 } // namespace internal
53 PROTOBUF_NAMESPACE_CLOSE
54 
55 // Internal implementation detail -- do not use these members.
56 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fversion_2eproto {
57  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
58  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
59  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
64  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
65  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
66 };
67 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fversion_2eproto;
68 namespace ignition {
69 namespace msgs {
70 class Version;
71 class VersionDefaultTypeInternal;
72 IGNITION_MSGS_VISIBLE extern VersionDefaultTypeInternal _Version_default_instance_;
73 } // namespace msgs
74 } // namespace ignition
75 PROTOBUF_NAMESPACE_OPEN
76 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Version* Arena::CreateMaybeMessage<::ignition::msgs::Version>(Arena*);
77 PROTOBUF_NAMESPACE_CLOSE
78 namespace ignition {
79 namespace msgs {
80 
81 // ===================================================================
82 
83 class IGNITION_MSGS_VISIBLE Version PROTOBUF_FINAL :
84  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Version) */ {
85  public:
86  inline Version() : Version(nullptr) {};
87  virtual ~Version();
88 
89  Version(const Version& from);
90  Version(Version&& from) noexcept
91  : Version() {
92  *this = ::std::move(from);
93  }
94 
95  inline Version& operator=(const Version& from) {
96  CopyFrom(from);
97  return *this;
98  }
99  inline Version& operator=(Version&& from) noexcept {
100  if (GetArena() == from.GetArena()) {
101  if (this != &from) InternalSwap(&from);
102  } else {
103  CopyFrom(from);
104  }
105  return *this;
106  }
107 
108  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
109  return GetDescriptor();
110  }
111  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
112  return GetMetadataStatic().descriptor;
113  }
114  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
115  return GetMetadataStatic().reflection;
116  }
117  static const Version& default_instance();
118 
119  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
120  static inline const Version* internal_default_instance() {
121  return reinterpret_cast<const Version*>(
123  }
124  static constexpr int kIndexInFileMessages =
125  0;
126 
127  friend void swap(Version& a, Version& b) {
128  a.Swap(&b);
129  }
130  inline void Swap(Version* other) {
131  if (other == this) return;
132  if (GetArena() == other->GetArena()) {
133  InternalSwap(other);
134  } else {
135  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
136  }
137  }
138  void UnsafeArenaSwap(Version* other) {
139  if (other == this) return;
140  GOOGLE_DCHECK(GetArena() == other->GetArena());
141  InternalSwap(other);
142  }
143 
144  // implements Message ----------------------------------------------
145 
146  inline Version* New() const final {
147  return CreateMaybeMessage<Version>(nullptr);
148  }
149 
150  Version* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
151  return CreateMaybeMessage<Version>(arena);
152  }
153  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
154  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
155  void CopyFrom(const Version& from);
156  void MergeFrom(const Version& from);
157  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
158  bool IsInitialized() const final;
159 
160  size_t ByteSizeLong() const final;
161  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
162  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
163  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
164  int GetCachedSize() const final { return _cached_size_.Get(); }
165 
166  private:
167  inline void SharedCtor();
168  inline void SharedDtor();
169  void SetCachedSize(int size) const final;
170  void InternalSwap(Version* other);
171  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
172  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
173  return "ignition.msgs.Version";
174  }
175  protected:
176  explicit Version(::PROTOBUF_NAMESPACE_ID::Arena* arena);
177  private:
178  static void ArenaDtor(void* object);
179  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
180  public:
181 
182  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
183  private:
184  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
185  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fversion_2eproto);
186  return ::descriptor_table_ignition_2fmsgs_2fversion_2eproto.file_level_metadata[kIndexInFileMessages];
187  }
188 
189  public:
190 
191  // nested types ----------------------------------------------------
192 
193  // accessors -------------------------------------------------------
194 
195  enum : int {
196  kPrereleaseFieldNumber = 4,
197  kBuildFieldNumber = 5,
198  kMajorFieldNumber = 1,
199  kMinorFieldNumber = 2,
200  kPatchFieldNumber = 3,
201  };
202  // string prerelease = 4;
204  const std::string& prerelease() const;
205  void set_prerelease(const std::string& value);
207  void set_prerelease(const char* value);
208  void set_prerelease(const char* value, size_t size);
212  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
213  " string fields are deprecated and will be removed in a"
214  " future release.")
215  std::string* unsafe_arena_release_prerelease();
216  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
217  " string fields are deprecated and will be removed in a"
218  " future release.")
219  void unsafe_arena_set_allocated_prerelease(
220  std::string* prerelease);
221  private:
222  const std::string& _internal_prerelease() const;
223  void _internal_set_prerelease(const std::string& value);
224  std::string* _internal_mutable_prerelease();
225  public:
226 
227  // string build = 5;
228  void clear_build();
229  const std::string& build() const;
230  void set_build(const std::string& value);
231  void set_build(std::string&& value);
232  void set_build(const char* value);
233  void set_build(const char* value, size_t size);
234  std::string* mutable_build();
235  std::string* release_build();
236  void set_allocated_build(std::string* build);
237  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
238  " string fields are deprecated and will be removed in a"
239  " future release.")
240  std::string* unsafe_arena_release_build();
241  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
242  " string fields are deprecated and will be removed in a"
243  " future release.")
244  void unsafe_arena_set_allocated_build(
245  std::string* build);
246  private:
247  const std::string& _internal_build() const;
248  void _internal_set_build(const std::string& value);
249  std::string* _internal_mutable_build();
250  public:
251 
252  // int32 major = 1;
253  void clear_major();
254  ::PROTOBUF_NAMESPACE_ID::int32 major() const;
255  void set_major(::PROTOBUF_NAMESPACE_ID::int32 value);
256  private:
257  ::PROTOBUF_NAMESPACE_ID::int32 _internal_major() const;
258  void _internal_set_major(::PROTOBUF_NAMESPACE_ID::int32 value);
259  public:
260 
261  // int32 minor = 2;
262  void clear_minor();
263  ::PROTOBUF_NAMESPACE_ID::int32 minor() const;
264  void set_minor(::PROTOBUF_NAMESPACE_ID::int32 value);
265  private:
266  ::PROTOBUF_NAMESPACE_ID::int32 _internal_minor() const;
267  void _internal_set_minor(::PROTOBUF_NAMESPACE_ID::int32 value);
268  public:
269 
270  // int32 patch = 3;
271  void clear_patch();
272  ::PROTOBUF_NAMESPACE_ID::int32 patch() const;
273  void set_patch(::PROTOBUF_NAMESPACE_ID::int32 value);
274  private:
275  ::PROTOBUF_NAMESPACE_ID::int32 _internal_patch() const;
276  void _internal_set_patch(::PROTOBUF_NAMESPACE_ID::int32 value);
277  public:
278 
279  // @@protoc_insertion_point(class_scope:ignition.msgs.Version)
280  private:
281  class _Internal;
282 
283  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
284  typedef void InternalArenaConstructable_;
285  typedef void DestructorSkippable_;
286  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr prerelease_;
287  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr build_;
288  ::PROTOBUF_NAMESPACE_ID::int32 major_;
289  ::PROTOBUF_NAMESPACE_ID::int32 minor_;
290  ::PROTOBUF_NAMESPACE_ID::int32 patch_;
291  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
293 };
294 // ===================================================================
295 
296 
297 // ===================================================================
298 
299 #ifdef __GNUC__
300  #pragma GCC diagnostic push
301  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
302 #endif // __GNUC__
303 // Version
304 
305 // int32 major = 1;
306 inline void Version::clear_major() {
307  major_ = 0;
308 }
309 inline ::PROTOBUF_NAMESPACE_ID::int32 Version::_internal_major() const {
310  return major_;
311 }
312 inline ::PROTOBUF_NAMESPACE_ID::int32 Version::major() const {
313  // @@protoc_insertion_point(field_get:ignition.msgs.Version.major)
314  return _internal_major();
315 }
316 inline void Version::_internal_set_major(::PROTOBUF_NAMESPACE_ID::int32 value) {
317 
318  major_ = value;
319 }
320 inline void Version::set_major(::PROTOBUF_NAMESPACE_ID::int32 value) {
321  _internal_set_major(value);
322  // @@protoc_insertion_point(field_set:ignition.msgs.Version.major)
323 }
324 
325 // int32 minor = 2;
326 inline void Version::clear_minor() {
327  minor_ = 0;
328 }
329 inline ::PROTOBUF_NAMESPACE_ID::int32 Version::_internal_minor() const {
330  return minor_;
331 }
332 inline ::PROTOBUF_NAMESPACE_ID::int32 Version::minor() const {
333  // @@protoc_insertion_point(field_get:ignition.msgs.Version.minor)
334  return _internal_minor();
335 }
336 inline void Version::_internal_set_minor(::PROTOBUF_NAMESPACE_ID::int32 value) {
337 
338  minor_ = value;
339 }
340 inline void Version::set_minor(::PROTOBUF_NAMESPACE_ID::int32 value) {
341  _internal_set_minor(value);
342  // @@protoc_insertion_point(field_set:ignition.msgs.Version.minor)
343 }
344 
345 // int32 patch = 3;
346 inline void Version::clear_patch() {
347  patch_ = 0;
348 }
349 inline ::PROTOBUF_NAMESPACE_ID::int32 Version::_internal_patch() const {
350  return patch_;
351 }
352 inline ::PROTOBUF_NAMESPACE_ID::int32 Version::patch() const {
353  // @@protoc_insertion_point(field_get:ignition.msgs.Version.patch)
354  return _internal_patch();
355 }
356 inline void Version::_internal_set_patch(::PROTOBUF_NAMESPACE_ID::int32 value) {
357 
358  patch_ = value;
359 }
360 inline void Version::set_patch(::PROTOBUF_NAMESPACE_ID::int32 value) {
361  _internal_set_patch(value);
362  // @@protoc_insertion_point(field_set:ignition.msgs.Version.patch)
363 }
364 
365 // string prerelease = 4;
366 inline void Version::clear_prerelease() {
367  prerelease_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
368 }
369 inline const std::string& Version::prerelease() const {
370  // @@protoc_insertion_point(field_get:ignition.msgs.Version.prerelease)
371  return _internal_prerelease();
372 }
373 inline void Version::set_prerelease(const std::string& value) {
374  _internal_set_prerelease(value);
375  // @@protoc_insertion_point(field_set:ignition.msgs.Version.prerelease)
376 }
377 inline std::string* Version::mutable_prerelease() {
378  // @@protoc_insertion_point(field_mutable:ignition.msgs.Version.prerelease)
379  return _internal_mutable_prerelease();
380 }
381 inline const std::string& Version::_internal_prerelease() const {
382  return prerelease_.Get();
383 }
384 inline void Version::_internal_set_prerelease(const std::string& value) {
385 
386  prerelease_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
387 }
388 inline void Version::set_prerelease(std::string&& value) {
389 
390  prerelease_.Set(
391  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
392  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Version.prerelease)
393 }
394 inline void Version::set_prerelease(const char* value) {
395  GOOGLE_DCHECK(value != nullptr);
396 
397  prerelease_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
398  GetArena());
399  // @@protoc_insertion_point(field_set_char:ignition.msgs.Version.prerelease)
400 }
401 inline void Version::set_prerelease(const char* value,
402  size_t size) {
403 
404  prerelease_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
405  reinterpret_cast<const char*>(value), size), GetArena());
406  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Version.prerelease)
407 }
408 inline std::string* Version::_internal_mutable_prerelease() {
409 
410  return prerelease_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
411 }
412 inline std::string* Version::release_prerelease() {
413  // @@protoc_insertion_point(field_release:ignition.msgs.Version.prerelease)
414  return prerelease_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
415 }
416 inline void Version::set_allocated_prerelease(std::string* prerelease) {
417  if (prerelease != nullptr) {
418 
419  } else {
420 
421  }
422  prerelease_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), prerelease,
423  GetArena());
424  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Version.prerelease)
425 }
426 inline std::string* Version::unsafe_arena_release_prerelease() {
427  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.Version.prerelease)
428  GOOGLE_DCHECK(GetArena() != nullptr);
429 
430  return prerelease_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
431  GetArena());
432 }
433 inline void Version::unsafe_arena_set_allocated_prerelease(
434  std::string* prerelease) {
435  GOOGLE_DCHECK(GetArena() != nullptr);
436  if (prerelease != nullptr) {
437 
438  } else {
439 
440  }
441  prerelease_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
442  prerelease, GetArena());
443  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Version.prerelease)
444 }
445 
446 // string build = 5;
447 inline void Version::clear_build() {
448  build_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
449 }
450 inline const std::string& Version::build() const {
451  // @@protoc_insertion_point(field_get:ignition.msgs.Version.build)
452  return _internal_build();
453 }
454 inline void Version::set_build(const std::string& value) {
455  _internal_set_build(value);
456  // @@protoc_insertion_point(field_set:ignition.msgs.Version.build)
457 }
458 inline std::string* Version::mutable_build() {
459  // @@protoc_insertion_point(field_mutable:ignition.msgs.Version.build)
460  return _internal_mutable_build();
461 }
462 inline const std::string& Version::_internal_build() const {
463  return build_.Get();
464 }
465 inline void Version::_internal_set_build(const std::string& value) {
466 
467  build_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
468 }
469 inline void Version::set_build(std::string&& value) {
470 
471  build_.Set(
472  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
473  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Version.build)
474 }
475 inline void Version::set_build(const char* value) {
476  GOOGLE_DCHECK(value != nullptr);
477 
478  build_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
479  GetArena());
480  // @@protoc_insertion_point(field_set_char:ignition.msgs.Version.build)
481 }
482 inline void Version::set_build(const char* value,
483  size_t size) {
484 
485  build_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
486  reinterpret_cast<const char*>(value), size), GetArena());
487  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Version.build)
488 }
489 inline std::string* Version::_internal_mutable_build() {
490 
491  return build_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
492 }
493 inline std::string* Version::release_build() {
494  // @@protoc_insertion_point(field_release:ignition.msgs.Version.build)
495  return build_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
496 }
497 inline void Version::set_allocated_build(std::string* build) {
498  if (build != nullptr) {
499 
500  } else {
501 
502  }
503  build_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), build,
504  GetArena());
505  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Version.build)
506 }
507 inline std::string* Version::unsafe_arena_release_build() {
508  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.Version.build)
509  GOOGLE_DCHECK(GetArena() != nullptr);
510 
511  return build_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
512  GetArena());
513 }
514 inline void Version::unsafe_arena_set_allocated_build(
515  std::string* build) {
516  GOOGLE_DCHECK(GetArena() != nullptr);
517  if (build != nullptr) {
518 
519  } else {
520 
521  }
522  build_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
523  build, GetArena());
524  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Version.build)
525 }
526 
527 #ifdef __GNUC__
528  #pragma GCC diagnostic pop
529 #endif // __GNUC__
530 
535 // @@protoc_insertion_point(namespace_scope)
536 
537 } // namespace msgs
538 } // namespace ignition
539 
540 #ifdef _MSC_VER
541 #pragma warning(pop)
542 #endif
543 // @@protoc_insertion_point(global_scope)
544 
545 #include <google/protobuf/port_undef.inc>
546 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fversion_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fversion_2eproto
void MergeFrom(const Version &from)
void UnsafeArenaSwap(Version *other)
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:138
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:114
Version & operator=(Version &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:99
std::string * mutable_prerelease()
void CopyFrom(const Version &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Version(Version &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:90
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:108
static const Version & default_instance()
Version(const Version &from)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Version()
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:86
Version * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:150
void set_prerelease(const std::string &value)
void set_prerelease(const char *value)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void Swap(Version *other)
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:130
void set_prerelease(std::string &&value)
Version * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:146
void set_allocated_prerelease(std::string *prerelease)
static const Version * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:120
Version(::PROTOBUF_NAMESPACE_ID::Arena *arena)
std::string * release_prerelease()
Version & operator=(const Version &from)
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:95
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void set_prerelease(const char *value, size_t size)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:111
friend void swap(Version &a, Version &b)
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:127
const std::string & prerelease() const
T move(T... args)
std::unique_ptr< const Version > ConstVersionUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:532
IGNITION_MSGS_VISIBLE VersionDefaultTypeInternal _Version_default_instance_
std::shared_ptr< const Version > ConstVersionSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:534
std::shared_ptr< Version > VersionSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:533
std::unique_ptr< Version > VersionUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:531
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:56
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)