Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/version_range.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/version_range.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fversion_5frange_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fversion_5frange_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
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 3006001 < GOOGLE_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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
34 #ifndef _MSC_VER
35 #pragma GCC system_header
36 #else
37 #pragma warning(push)
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
39 #endif
40 #ifdef __linux__
41 #include <sys/sysmacros.h>
42 #endif
43 #include <memory>
44 #include <ignition/msgs/Export.hh>
45 // @@protoc_insertion_point(includes)
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fversion_5frange_2eproto IGNITION_MSGS_VISIBLE
47 
49 // Internal implementation detail -- do not use these members.
50 struct IGNITION_MSGS_VISIBLE TableStruct {
51  static const ::google::protobuf::internal::ParseTableField entries[];
52  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53  static const ::google::protobuf::internal::ParseTable schema[1];
54  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55  static const ::google::protobuf::internal::SerializationTable serialization_table[];
56  static const ::google::protobuf::uint32 offsets[];
57 };
58 void IGNITION_MSGS_VISIBLE AddDescriptors();
59 } // namespace protobuf_ignition_2fmsgs_2fversion_5frange_2eproto
60 namespace ignition {
61 namespace msgs {
62 class VersionRange;
63 class VersionRangeDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern VersionRangeDefaultTypeInternal _VersionRange_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::VersionRange* Arena::CreateMaybeMessage<::ignition::msgs::VersionRange>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE VersionRange : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.VersionRange) */ {
78  public:
79  VersionRange();
80  virtual ~VersionRange();
81 
82  VersionRange(const VersionRange& from);
83 
84  inline VersionRange& operator=(const VersionRange& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  VersionRange(VersionRange&& from) noexcept
90  : VersionRange() {
91  *this = ::std::move(from);
92  }
93 
94  inline VersionRange& operator=(VersionRange&& from) noexcept {
95  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96  if (this != &from) InternalSwap(&from);
97  } else {
98  CopyFrom(from);
99  }
100  return *this;
101  }
102  #endif
103  static const ::google::protobuf::Descriptor* descriptor();
104  static const VersionRange& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const VersionRange* internal_default_instance() {
108  return reinterpret_cast<const VersionRange*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(VersionRange* other);
115  friend void swap(VersionRange& a, VersionRange& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline VersionRange* New() const final {
122  return CreateMaybeMessage<VersionRange>(NULL);
123  }
124 
125  VersionRange* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<VersionRange>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const VersionRange& from);
131  void MergeFrom(const VersionRange& from);
132  void Clear() final;
133  bool IsInitialized() const final;
134 
135  size_t ByteSizeLong() const final;
136  bool MergePartialFromCodedStream(
137  ::google::protobuf::io::CodedInputStream* input) final;
138  void SerializeWithCachedSizes(
139  ::google::protobuf::io::CodedOutputStream* output) const final;
140  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141  bool deterministic, ::google::protobuf::uint8* target) const final;
142  int GetCachedSize() const final { return _cached_size_.Get(); }
143 
144  private:
145  void SharedCtor();
146  void SharedDtor();
147  void SetCachedSize(int size) const final;
148  void InternalSwap(VersionRange* other);
149  private:
150  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
151  return NULL;
152  }
153  inline void* MaybeArenaPtr() const {
154  return NULL;
155  }
156  public:
157 
158  ::google::protobuf::Metadata GetMetadata() const final;
159 
160  // nested types ----------------------------------------------------
161 
162  // accessors -------------------------------------------------------
163 
164  // .ignition.msgs.Version min = 1;
165  bool has_min() const;
166  void clear_min();
167  static const int kMinFieldNumber = 1;
168  private:
169  const ::ignition::msgs::Version& _internal_min() const;
170  public:
171  const ::ignition::msgs::Version& min() const;
172  ::ignition::msgs::Version* release_min();
173  ::ignition::msgs::Version* mutable_min();
174  void set_allocated_min(::ignition::msgs::Version* min);
175 
176  // .ignition.msgs.Version max = 2;
177  bool has_max() const;
178  void clear_max();
179  static const int kMaxFieldNumber = 2;
180  private:
181  const ::ignition::msgs::Version& _internal_max() const;
182  public:
183  const ::ignition::msgs::Version& max() const;
184  ::ignition::msgs::Version* release_max();
185  ::ignition::msgs::Version* mutable_max();
186  void set_allocated_max(::ignition::msgs::Version* max);
187 
188  // @@protoc_insertion_point(class_scope:ignition.msgs.VersionRange)
189  private:
190 
191  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
192  ::ignition::msgs::Version* min_;
193  ::ignition::msgs::Version* max_;
194  mutable ::google::protobuf::internal::CachedSize _cached_size_;
196 };
197 // ===================================================================
198 
199 
200 // ===================================================================
201 
202 #ifdef __GNUC__
203  #pragma GCC diagnostic push
204  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
205 #endif // __GNUC__
206 // VersionRange
207 
208 // .ignition.msgs.Version min = 1;
209 inline bool VersionRange::has_min() const {
210  return this != internal_default_instance() && min_ != NULL;
211 }
212 inline const ::ignition::msgs::Version& VersionRange::_internal_min() const {
213  return *min_;
214 }
215 inline const ::ignition::msgs::Version& VersionRange::min() const {
216  const ::ignition::msgs::Version* p = min_;
217  // @@protoc_insertion_point(field_get:ignition.msgs.VersionRange.min)
218  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Version*>(
220 }
221 inline ::ignition::msgs::Version* VersionRange::release_min() {
222  // @@protoc_insertion_point(field_release:ignition.msgs.VersionRange.min)
223 
224  ::ignition::msgs::Version* temp = min_;
225  min_ = NULL;
226  return temp;
227 }
228 inline ::ignition::msgs::Version* VersionRange::mutable_min() {
229 
230  if (min_ == NULL) {
231  auto* p = CreateMaybeMessage<::ignition::msgs::Version>(GetArenaNoVirtual());
232  min_ = p;
233  }
234  // @@protoc_insertion_point(field_mutable:ignition.msgs.VersionRange.min)
235  return min_;
236 }
238  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
239  if (message_arena == NULL) {
240  delete reinterpret_cast< ::google::protobuf::MessageLite*>(min_);
241  }
242  if (min) {
243  ::google::protobuf::Arena* submessage_arena = NULL;
244  if (message_arena != submessage_arena) {
245  min = ::google::protobuf::internal::GetOwnedMessage(
246  message_arena, min, submessage_arena);
247  }
248 
249  } else {
250 
251  }
252  min_ = min;
253  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.VersionRange.min)
254 }
255 
256 // .ignition.msgs.Version max = 2;
257 inline bool VersionRange::has_max() const {
258  return this != internal_default_instance() && max_ != NULL;
259 }
260 inline const ::ignition::msgs::Version& VersionRange::_internal_max() const {
261  return *max_;
262 }
263 inline const ::ignition::msgs::Version& VersionRange::max() const {
264  const ::ignition::msgs::Version* p = max_;
265  // @@protoc_insertion_point(field_get:ignition.msgs.VersionRange.max)
266  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Version*>(
268 }
269 inline ::ignition::msgs::Version* VersionRange::release_max() {
270  // @@protoc_insertion_point(field_release:ignition.msgs.VersionRange.max)
271 
272  ::ignition::msgs::Version* temp = max_;
273  max_ = NULL;
274  return temp;
275 }
276 inline ::ignition::msgs::Version* VersionRange::mutable_max() {
277 
278  if (max_ == NULL) {
279  auto* p = CreateMaybeMessage<::ignition::msgs::Version>(GetArenaNoVirtual());
280  max_ = p;
281  }
282  // @@protoc_insertion_point(field_mutable:ignition.msgs.VersionRange.max)
283  return max_;
284 }
286  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
287  if (message_arena == NULL) {
288  delete reinterpret_cast< ::google::protobuf::MessageLite*>(max_);
289  }
290  if (max) {
291  ::google::protobuf::Arena* submessage_arena = NULL;
292  if (message_arena != submessage_arena) {
293  max = ::google::protobuf::internal::GetOwnedMessage(
294  message_arena, max, submessage_arena);
295  }
296 
297  } else {
298 
299  }
300  max_ = max;
301  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.VersionRange.max)
302 }
303 
304 #ifdef __GNUC__
305  #pragma GCC diagnostic pop
306 #endif // __GNUC__
307 
312 // @@protoc_insertion_point(namespace_scope)
313 
314 } // namespace msgs
315 } // namespace ignition
316 
317 #ifdef _MSC_VER
318 #pragma warning(pop)
319 #endif
320 // @@protoc_insertion_point(global_scope)
321 
322 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fversion_5frange_2eproto
STL class.
std::shared_ptr< const VersionRange > ConstVersionRangeSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:311
::ignition::msgs::Version * mutable_min()
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:228
void Swap(VersionRange *other)
IGNITION_MSGS_VISIBLE VersionRangeDefaultTypeInternal _VersionRange_default_instance_
::ignition::msgs::Version * release_min()
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:221
const ::ignition::msgs::Version & min() const
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:215
VersionRange * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:125
const ::ignition::msgs::Version & max() const
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:263
::ignition::msgs::Version * mutable_max()
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:276
std::shared_ptr< VersionRange > VersionRangeSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:310
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:77
std::unique_ptr< VersionRange > VersionRangeUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:308
void set_allocated_min(::ignition::msgs::Version *min)
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:237
::ignition::msgs::Version * release_max()
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:269
void set_allocated_max(::ignition::msgs::Version *max)
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:285
bool has_max() const
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:257
VersionRange & operator=(const VersionRange &from)
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:84
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:48
friend void swap(VersionRange &a, VersionRange &b)
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:115
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:50
Definition: build/ignition-msgs8/include/ignition/msgs/version.pb.h:76
bool has_min() const
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:209
STL class.
std::unique_ptr< const VersionRange > ConstVersionRangeUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:309
IGNITION_MSGS_VISIBLE VersionDefaultTypeInternal _Version_default_instance_
static const VersionRange * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:107
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
VersionRange * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/version_range.pb.h:121