Gazebo Msgs

API Reference

9.5.0
parameter_name.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: gz/msgs/parameter_name.proto
3 
4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2fparameter_5fname_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2fparameter_5fname_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 // @@protoc_insertion_point(includes)
34 #define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2fparameter_5fname_2eproto GZ_MSGS_VISIBLE
35 
37 // Internal implementation detail -- do not use these members.
38 struct GZ_MSGS_VISIBLE TableStruct {
39  static const ::google::protobuf::internal::ParseTableField entries[];
40  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
41  static const ::google::protobuf::internal::ParseTable schema[1];
42  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
43  static const ::google::protobuf::internal::SerializationTable serialization_table[];
44  static const ::google::protobuf::uint32 offsets[];
45 };
46 void GZ_MSGS_VISIBLE AddDescriptors();
47 } // namespace protobuf_gz_2fmsgs_2fparameter_5fname_2eproto
48 namespace gz {
49 namespace msgs {
50 class ParameterName;
51 class ParameterNameDefaultTypeInternal;
52 GZ_MSGS_VISIBLE extern ParameterNameDefaultTypeInternal _ParameterName_default_instance_;
53 } // namespace msgs
54 } // namespace gz
55 namespace google {
56 namespace protobuf {
57 template<> GZ_MSGS_VISIBLE ::gz::msgs::ParameterName* Arena::CreateMaybeMessage<::gz::msgs::ParameterName>(Arena*);
58 } // namespace protobuf
59 } // namespace google
60 namespace gz {
61 namespace msgs {
62 
63 // ===================================================================
64 
65 class GZ_MSGS_VISIBLE ParameterName : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:gz.msgs.ParameterName) */ {
66  public:
67  ParameterName();
68  virtual ~ParameterName();
69 
70  ParameterName(const ParameterName& from);
71 
72  inline ParameterName& operator=(const ParameterName& from) {
73  CopyFrom(from);
74  return *this;
75  }
76  #if LANG_CXX11
77  ParameterName(ParameterName&& from) noexcept
78  : ParameterName() {
79  *this = ::std::move(from);
80  }
81 
82  inline ParameterName& operator=(ParameterName&& from) noexcept {
83  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
84  if (this != &from) InternalSwap(&from);
85  } else {
86  CopyFrom(from);
87  }
88  return *this;
89  }
90  #endif
91  static const ::google::protobuf::Descriptor* descriptor();
92  static const ParameterName& default_instance();
93 
94  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
95  static inline const ParameterName* internal_default_instance() {
96  return reinterpret_cast<const ParameterName*>(
98  }
99  static constexpr int kIndexInFileMessages =
100  0;
101 
102  void Swap(ParameterName* other);
103  friend void swap(ParameterName& a, ParameterName& b) {
104  a.Swap(&b);
105  }
106 
107  // implements Message ----------------------------------------------
108 
109  inline ParameterName* New() const final {
110  return CreateMaybeMessage<ParameterName>(NULL);
111  }
112 
113  ParameterName* New(::google::protobuf::Arena* arena) const final {
114  return CreateMaybeMessage<ParameterName>(arena);
115  }
116  void CopyFrom(const ::google::protobuf::Message& from) final;
117  void MergeFrom(const ::google::protobuf::Message& from) final;
118  void CopyFrom(const ParameterName& from);
119  void MergeFrom(const ParameterName& from);
120  void Clear() final;
121  bool IsInitialized() const final;
122 
123  size_t ByteSizeLong() const final;
124  bool MergePartialFromCodedStream(
125  ::google::protobuf::io::CodedInputStream* input) final;
126  void SerializeWithCachedSizes(
127  ::google::protobuf::io::CodedOutputStream* output) const final;
128  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
129  bool deterministic, ::google::protobuf::uint8* target) const final;
130  int GetCachedSize() const final { return _cached_size_.Get(); }
131 
132  private:
133  void SharedCtor();
134  void SharedDtor();
135  void SetCachedSize(int size) const final;
136  void InternalSwap(ParameterName* other);
137  private:
138  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
139  return NULL;
140  }
141  inline void* MaybeArenaPtr() const {
142  return NULL;
143  }
144  public:
145 
146  ::google::protobuf::Metadata GetMetadata() const final;
147 
148  // nested types ----------------------------------------------------
149 
150  // accessors -------------------------------------------------------
151 
152  // string name = 1;
153  void clear_name();
154  static const int kNameFieldNumber = 1;
155  const ::std::string& name() const;
156  void set_name(const ::std::string& value);
157  #if LANG_CXX11
158  void set_name(::std::string&& value);
159  #endif
160  void set_name(const char* value);
161  void set_name(const char* value, size_t size);
162  ::std::string* mutable_name();
163  ::std::string* release_name();
164  void set_allocated_name(::std::string* name);
165 
166  // @@protoc_insertion_point(class_scope:gz.msgs.ParameterName)
167  private:
168 
169  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
170  ::google::protobuf::internal::ArenaStringPtr name_;
171  mutable ::google::protobuf::internal::CachedSize _cached_size_;
172  friend struct ::protobuf_gz_2fmsgs_2fparameter_5fname_2eproto::TableStruct;
173 };
174 // ===================================================================
175 
176 
177 // ===================================================================
178 
179 #ifdef __GNUC__
180  #pragma GCC diagnostic push
181  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
182 #endif // __GNUC__
183 // ParameterName
184 
185 // string name = 1;
187  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
188 }
189 inline const ::std::string& ParameterName::name() const {
190  // @@protoc_insertion_point(field_get:gz.msgs.ParameterName.name)
191  return name_.GetNoArena();
192 }
193 inline void ParameterName::set_name(const ::std::string& value) {
194 
195  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
196  // @@protoc_insertion_point(field_set:gz.msgs.ParameterName.name)
197 }
198 #if LANG_CXX11
199 inline void ParameterName::set_name(::std::string&& value) {
200 
201  name_.SetNoArena(
202  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
203  // @@protoc_insertion_point(field_set_rvalue:gz.msgs.ParameterName.name)
204 }
205 #endif
206 inline void ParameterName::set_name(const char* value) {
207  GOOGLE_DCHECK(value != NULL);
208 
209  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
210  // @@protoc_insertion_point(field_set_char:gz.msgs.ParameterName.name)
211 }
212 inline void ParameterName::set_name(const char* value, size_t size) {
213 
214  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
215  ::std::string(reinterpret_cast<const char*>(value), size));
216  // @@protoc_insertion_point(field_set_pointer:gz.msgs.ParameterName.name)
217 }
218 inline ::std::string* ParameterName::mutable_name() {
219 
220  // @@protoc_insertion_point(field_mutable:gz.msgs.ParameterName.name)
221  return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
222 }
223 inline ::std::string* ParameterName::release_name() {
224  // @@protoc_insertion_point(field_release:gz.msgs.ParameterName.name)
225 
226  return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
227 }
229  if (name != NULL) {
230 
231  } else {
232 
233  }
234  name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
235  // @@protoc_insertion_point(field_set_allocated:gz.msgs.ParameterName.name)
236 }
237 
238 #ifdef __GNUC__
239  #pragma GCC diagnostic pop
240 #endif // __GNUC__
241 
242 // @@protoc_insertion_point(namespace_scope)
243 
244 } // namespace msgs
245 } // namespace gz
246 
247 // @@protoc_insertion_point(global_scope)
248 
249 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2fparameter_5fname_2eproto