Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/parameter_value.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fparameter_5fvalue_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fparameter_5fvalue_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>
33 #include <google/protobuf/any.pb.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_2fparameter_5fvalue_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_2fparameter_5fvalue_2eproto
60 namespace ignition {
61 namespace msgs {
62 class ParameterValue;
63 class ParameterValueDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern ParameterValueDefaultTypeInternal _ParameterValue_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::ParameterValue* Arena::CreateMaybeMessage<::ignition::msgs::ParameterValue>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE ParameterValue : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.ParameterValue) */ {
78  public:
80  virtual ~ParameterValue();
81 
82  ParameterValue(const ParameterValue& from);
83 
84  inline ParameterValue& operator=(const ParameterValue& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  ParameterValue(ParameterValue&& from) noexcept
90  : ParameterValue() {
91  *this = ::std::move(from);
92  }
93 
94  inline ParameterValue& operator=(ParameterValue&& 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 ParameterValue& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const ParameterValue* internal_default_instance() {
108  return reinterpret_cast<const ParameterValue*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(ParameterValue* other);
115  friend void swap(ParameterValue& a, ParameterValue& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline ParameterValue* New() const final {
122  return CreateMaybeMessage<ParameterValue>(NULL);
123  }
124 
125  ParameterValue* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<ParameterValue>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const ParameterValue& from);
131  void MergeFrom(const ParameterValue& 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(ParameterValue* 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  // .google.protobuf.Any data = 1;
165  bool has_data() const;
166  void clear_data();
167  static const int kDataFieldNumber = 1;
168  private:
169  const ::google::protobuf::Any& _internal_data() const;
170  public:
171  const ::google::protobuf::Any& data() const;
172  ::google::protobuf::Any* release_data();
173  ::google::protobuf::Any* mutable_data();
174  void set_allocated_data(::google::protobuf::Any* data);
175 
176  // @@protoc_insertion_point(class_scope:ignition.msgs.ParameterValue)
177  private:
178 
179  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
180  ::google::protobuf::Any* data_;
181  mutable ::google::protobuf::internal::CachedSize _cached_size_;
183 };
184 // ===================================================================
185 
186 
187 // ===================================================================
188 
189 #ifdef __GNUC__
190  #pragma GCC diagnostic push
191  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
192 #endif // __GNUC__
193 // ParameterValue
194 
195 // .google.protobuf.Any data = 1;
196 inline bool ParameterValue::has_data() const {
197  return this != internal_default_instance() && data_ != NULL;
198 }
199 inline const ::google::protobuf::Any& ParameterValue::_internal_data() const {
200  return *data_;
201 }
202 inline const ::google::protobuf::Any& ParameterValue::data() const {
203  const ::google::protobuf::Any* p = data_;
204  // @@protoc_insertion_point(field_get:ignition.msgs.ParameterValue.data)
205  return p != NULL ? *p : *reinterpret_cast<const ::google::protobuf::Any*>(
207 }
208 inline ::google::protobuf::Any* ParameterValue::release_data() {
209  // @@protoc_insertion_point(field_release:ignition.msgs.ParameterValue.data)
210 
211  ::google::protobuf::Any* temp = data_;
212  data_ = NULL;
213  return temp;
214 }
215 inline ::google::protobuf::Any* ParameterValue::mutable_data() {
216 
217  if (data_ == NULL) {
218  auto* p = CreateMaybeMessage<::google::protobuf::Any>(GetArenaNoVirtual());
219  data_ = p;
220  }
221  // @@protoc_insertion_point(field_mutable:ignition.msgs.ParameterValue.data)
222  return data_;
223 }
224 inline void ParameterValue::set_allocated_data(::google::protobuf::Any* data) {
225  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
226  if (message_arena == NULL) {
227  delete reinterpret_cast< ::google::protobuf::MessageLite*>(data_);
228  }
229  if (data) {
230  ::google::protobuf::Arena* submessage_arena = NULL;
231  if (message_arena != submessage_arena) {
232  data = ::google::protobuf::internal::GetOwnedMessage(
233  message_arena, data, submessage_arena);
234  }
235 
236  } else {
237 
238  }
239  data_ = data;
240  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.ParameterValue.data)
241 }
242 
243 #ifdef __GNUC__
244  #pragma GCC diagnostic pop
245 #endif // __GNUC__
246 
251 // @@protoc_insertion_point(namespace_scope)
252 
253 } // namespace msgs
254 } // namespace ignition
255 
256 #ifdef _MSC_VER
257 #pragma warning(pop)
258 #endif
259 // @@protoc_insertion_point(global_scope)
260 
261 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fparameter_5fvalue_2eproto
std::shared_ptr< const ParameterValue > ConstParameterValueSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:250
STL class.
::google::protobuf::Any * release_data()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:208
IGNITION_MSGS_VISIBLE ParameterValueDefaultTypeInternal _ParameterValue_default_instance_
bool has_data() const
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:196
std::unique_ptr< ParameterValue > ParameterValueUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:247
ParameterValue * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:125
IGNITION_MSGS_VISIBLE AnyDefaultTypeInternal _Any_default_instance_
friend void swap(ParameterValue &a, ParameterValue &b)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:115
ParameterValue * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:121
std::shared_ptr< ParameterValue > ParameterValueSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:249
void set_allocated_data(::google::protobuf::Any *data)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:224
static const ParameterValue * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:107
void Swap(ParameterValue *other)
const ::google::protobuf::Any & data() const
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:202
std::unique_ptr< const ParameterValue > ConstParameterValueUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:248
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:77
ParameterValue & operator=(const ParameterValue &from)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:84
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:48
Definition: build/ignition-msgs8/include/ignition/msgs/any.pb.h:112
STL class.
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:50
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
::google::protobuf::Any * mutable_data()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_value.pb.h:215