Ignition Msgs

API Reference

8.0.0~pre1
plugin.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/plugin.proto
3 
4 #ifndef PROTOBUF_ignition_2fmsgs_2fplugin_2eproto__INCLUDED
5 #define PROTOBUF_ignition_2fmsgs_2fplugin_2eproto__INCLUDED
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3000000
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 3000000 < 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/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/unknown_field_set.h>
31 #ifndef _MSC_VER
32 #pragma GCC system_header
33 #else
34 #pragma warning(push)
35 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
36 #endif
37 #ifdef __linux__
38 #include <sys/sysmacros.h>
39 #endif
40 #include <memory>
41 #include <ignition/msgs/Export.hh>
42 // @@protoc_insertion_point(includes)
43 
44 namespace ignition {
45 namespace msgs {
46 
47 // Internal implementation detail -- do not call these.
48 void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fplugin_2eproto();
51 
52 class Plugin;
53 
54 // ===================================================================
55 
56 class IGNITION_MSGS_VISIBLE Plugin : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Plugin) */ {
57  public:
58  Plugin();
59  virtual ~Plugin();
60 
61  Plugin(const Plugin& from);
62 
63  inline Plugin& operator=(const Plugin& from) {
64  CopyFrom(from);
65  return *this;
66  }
67 
68  static const ::google::protobuf::Descriptor* descriptor();
69  static const Plugin& default_instance();
70 
71  void Swap(Plugin* other);
72 
73  // implements Message ----------------------------------------------
74 
75  inline Plugin* New() const { return New(NULL); }
76 
77  Plugin* New(::google::protobuf::Arena* arena) const;
78  void CopyFrom(const ::google::protobuf::Message& from);
79  void MergeFrom(const ::google::protobuf::Message& from);
80  void CopyFrom(const Plugin& from);
81  void MergeFrom(const Plugin& from);
82  void Clear();
83  bool IsInitialized() const;
84 
85  int ByteSize() const;
86  bool MergePartialFromCodedStream(
87  ::google::protobuf::io::CodedInputStream* input);
88  void SerializeWithCachedSizes(
89  ::google::protobuf::io::CodedOutputStream* output) const;
90  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
91  bool deterministic, ::google::protobuf::uint8* output) const;
92  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
93  return InternalSerializeWithCachedSizesToArray(false, output);
94  }
95  int GetCachedSize() const { return _cached_size_; }
96  private:
97  void SharedCtor();
98  void SharedDtor();
99  void SetCachedSize(int size) const;
100  void InternalSwap(Plugin* other);
101  private:
102  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
103  return _internal_metadata_.arena();
104  }
105  inline void* MaybeArenaPtr() const {
106  return _internal_metadata_.raw_arena_ptr();
107  }
108  public:
109 
110  ::google::protobuf::Metadata GetMetadata() const;
111 
112  // nested types ----------------------------------------------------
113 
114  // accessors -------------------------------------------------------
115 
116  // optional .ignition.msgs.Header header = 1;
117  bool has_header() const;
118  void clear_header();
119  static const int kHeaderFieldNumber = 1;
120  const ::ignition::msgs::Header& header() const;
121  ::ignition::msgs::Header* mutable_header();
122  ::ignition::msgs::Header* release_header();
123  void set_allocated_header(::ignition::msgs::Header* header);
124 
125  // optional string name = 2;
126  void clear_name();
127  static const int kNameFieldNumber = 2;
128  const ::std::string& name() const;
129  void set_name(const ::std::string& value);
130  void set_name(const char* value);
131  void set_name(const char* value, size_t size);
132  ::std::string* mutable_name();
133  ::std::string* release_name();
134  void set_allocated_name(::std::string* name);
135 
136  // optional string filename = 3;
137  void clear_filename();
138  static const int kFilenameFieldNumber = 3;
139  const ::std::string& filename() const;
140  void set_filename(const ::std::string& value);
141  void set_filename(const char* value);
142  void set_filename(const char* value, size_t size);
143  ::std::string* mutable_filename();
144  ::std::string* release_filename();
145  void set_allocated_filename(::std::string* filename);
146 
147  // optional string innerxml = 4;
148  void clear_innerxml();
149  static const int kInnerxmlFieldNumber = 4;
150  const ::std::string& innerxml() const;
151  void set_innerxml(const ::std::string& value);
152  void set_innerxml(const char* value);
153  void set_innerxml(const char* value, size_t size);
154  ::std::string* mutable_innerxml();
155  ::std::string* release_innerxml();
156  void set_allocated_innerxml(::std::string* innerxml);
157 
158  // @@protoc_insertion_point(class_scope:ignition.msgs.Plugin)
159  private:
160 
161  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
162  bool _is_default_instance_;
163  ::ignition::msgs::Header* header_;
164  ::google::protobuf::internal::ArenaStringPtr name_;
165  ::google::protobuf::internal::ArenaStringPtr filename_;
166  ::google::protobuf::internal::ArenaStringPtr innerxml_;
167  mutable int _cached_size_;
168  friend void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fplugin_2eproto();
171 
172  void InitAsDefaultInstance();
173  static Plugin* default_instance_;
174 };
175 // ===================================================================
176 
177 
178 // ===================================================================
179 
180 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
181 // Plugin
182 
183 // optional .ignition.msgs.Header header = 1;
184 inline bool Plugin::has_header() const {
185  return !_is_default_instance_ && header_ != NULL;
186 }
187 inline void Plugin::clear_header() {
188  if (GetArenaNoVirtual() == NULL && header_ != NULL) delete header_;
189  header_ = NULL;
190 }
191 inline const ::ignition::msgs::Header& Plugin::header() const {
192  // @@protoc_insertion_point(field_get:ignition.msgs.Plugin.header)
193  return header_ != NULL ? *header_ : *default_instance_->header_;
194 }
195 inline ::ignition::msgs::Header* Plugin::mutable_header() {
196 
197  if (header_ == NULL) {
198  header_ = new ::ignition::msgs::Header;
199  }
200  // @@protoc_insertion_point(field_mutable:ignition.msgs.Plugin.header)
201  return header_;
202 }
203 inline ::ignition::msgs::Header* Plugin::release_header() {
204  // @@protoc_insertion_point(field_release:ignition.msgs.Plugin.header)
205 
206  ::ignition::msgs::Header* temp = header_;
207  header_ = NULL;
208  return temp;
209 }
211  delete header_;
212  header_ = header;
213  if (header) {
214 
215  } else {
216 
217  }
218  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Plugin.header)
219 }
220 
221 // optional string name = 2;
222 inline void Plugin::clear_name() {
223  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
224 }
225 inline const ::std::string& Plugin::name() const {
226  // @@protoc_insertion_point(field_get:ignition.msgs.Plugin.name)
227  return name_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
228 }
229 inline void Plugin::set_name(const ::std::string& value) {
230 
231  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
232  // @@protoc_insertion_point(field_set:ignition.msgs.Plugin.name)
233 }
234 inline void Plugin::set_name(const char* value) {
235 
236  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
237  // @@protoc_insertion_point(field_set_char:ignition.msgs.Plugin.name)
238 }
239 inline void Plugin::set_name(const char* value, size_t size) {
240 
241  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
242  ::std::string(reinterpret_cast<const char*>(value), size));
243  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Plugin.name)
244 }
245 inline ::std::string* Plugin::mutable_name() {
246 
247  // @@protoc_insertion_point(field_mutable:ignition.msgs.Plugin.name)
248  return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
249 }
250 inline ::std::string* Plugin::release_name() {
251  // @@protoc_insertion_point(field_release:ignition.msgs.Plugin.name)
252 
253  return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
254 }
256  if (name != NULL) {
257 
258  } else {
259 
260  }
261  name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
262  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Plugin.name)
263 }
264 
265 // optional string filename = 3;
266 inline void Plugin::clear_filename() {
267  filename_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
268 }
269 inline const ::std::string& Plugin::filename() const {
270  // @@protoc_insertion_point(field_get:ignition.msgs.Plugin.filename)
271  return filename_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
272 }
273 inline void Plugin::set_filename(const ::std::string& value) {
274 
275  filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
276  // @@protoc_insertion_point(field_set:ignition.msgs.Plugin.filename)
277 }
278 inline void Plugin::set_filename(const char* value) {
279 
280  filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
281  // @@protoc_insertion_point(field_set_char:ignition.msgs.Plugin.filename)
282 }
283 inline void Plugin::set_filename(const char* value, size_t size) {
284 
285  filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
286  ::std::string(reinterpret_cast<const char*>(value), size));
287  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Plugin.filename)
288 }
289 inline ::std::string* Plugin::mutable_filename() {
290 
291  // @@protoc_insertion_point(field_mutable:ignition.msgs.Plugin.filename)
292  return filename_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
293 }
294 inline ::std::string* Plugin::release_filename() {
295  // @@protoc_insertion_point(field_release:ignition.msgs.Plugin.filename)
296 
297  return filename_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
298 }
299 inline void Plugin::set_allocated_filename(::std::string* filename) {
300  if (filename != NULL) {
301 
302  } else {
303 
304  }
305  filename_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), filename);
306  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Plugin.filename)
307 }
308 
309 // optional string innerxml = 4;
310 inline void Plugin::clear_innerxml() {
311  innerxml_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
312 }
313 inline const ::std::string& Plugin::innerxml() const {
314  // @@protoc_insertion_point(field_get:ignition.msgs.Plugin.innerxml)
315  return innerxml_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
316 }
317 inline void Plugin::set_innerxml(const ::std::string& value) {
318 
319  innerxml_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
320  // @@protoc_insertion_point(field_set:ignition.msgs.Plugin.innerxml)
321 }
322 inline void Plugin::set_innerxml(const char* value) {
323 
324  innerxml_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
325  // @@protoc_insertion_point(field_set_char:ignition.msgs.Plugin.innerxml)
326 }
327 inline void Plugin::set_innerxml(const char* value, size_t size) {
328 
329  innerxml_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
330  ::std::string(reinterpret_cast<const char*>(value), size));
331  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Plugin.innerxml)
332 }
333 inline ::std::string* Plugin::mutable_innerxml() {
334 
335  // @@protoc_insertion_point(field_mutable:ignition.msgs.Plugin.innerxml)
336  return innerxml_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
337 }
338 inline ::std::string* Plugin::release_innerxml() {
339  // @@protoc_insertion_point(field_release:ignition.msgs.Plugin.innerxml)
340 
341  return innerxml_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
342 }
343 inline void Plugin::set_allocated_innerxml(::std::string* innerxml) {
344  if (innerxml != NULL) {
345 
346  } else {
347 
348  }
349  innerxml_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), innerxml);
350  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Plugin.innerxml)
351 }
352 
353 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
354 
359 // @@protoc_insertion_point(namespace_scope)
360 
361 } // namespace msgs
362 } // namespace ignition
363 
364 #ifdef _MSC_VER
365 #pragma warning(pop)
366 #endif
367 // @@protoc_insertion_point(global_scope)
368 
369 #endif // PROTOBUF_ignition_2fmsgs_2fplugin_2eproto__INCLUDED
void set_allocated_header(::ignition::msgs::Header *header)
Definition: plugin.pb.h:210
::std::string * mutable_innerxml()
Definition: plugin.pb.h:333
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
Definition: plugin.pb.h:92
std::unique_ptr< Plugin > PluginUniquePtr
Definition: plugin.pb.h:355
void clear_header()
Definition: plugin.pb.h:187
void clear_innerxml()
Definition: plugin.pb.h:310
::ignition::msgs::Header * mutable_header()
Definition: plugin.pb.h:195
std::shared_ptr< const Plugin > ConstPluginSharedPtr
Definition: plugin.pb.h:358
const ::std::string & filename() const
Definition: plugin.pb.h:269
void set_innerxml(const ::std::string &value)
Definition: plugin.pb.h:317
::std::string * release_innerxml()
Definition: plugin.pb.h:338
const ::ignition::msgs::Header & header() const
Definition: plugin.pb.h:191
void set_allocated_filename(::std::string *filename)
Definition: plugin.pb.h:299
::ignition::msgs::Header * release_header()
Definition: plugin.pb.h:203
void clear_filename()
Definition: plugin.pb.h:266
int GetCachedSize() const
Definition: plugin.pb.h:95
Definition: plugin.pb.h:56
void set_allocated_name(::std::string *name)
Definition: plugin.pb.h:255
std::shared_ptr< Plugin > PluginSharedPtr
Definition: plugin.pb.h:357
void set_name(const ::std::string &value)
Definition: plugin.pb.h:229
::std::string * mutable_name()
Definition: plugin.pb.h:245
bool has_header() const
Definition: plugin.pb.h:184
Definition: header.pb.h:161
STL class.
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fplugin_2eproto()
void set_allocated_innerxml(::std::string *innerxml)
Definition: plugin.pb.h:343
const ::std::string & name() const
Definition: plugin.pb.h:225
Plugin * New() const
Definition: plugin.pb.h:75
void protobuf_AssignDesc_ignition_2fmsgs_2fplugin_2eproto()
Plugin & operator=(const Plugin &from)
Definition: plugin.pb.h:63
STL class.
const ::std::string & innerxml() const
Definition: plugin.pb.h:313
::std::string * release_name()
Definition: plugin.pb.h:250
void protobuf_ShutdownFile_ignition_2fmsgs_2fplugin_2eproto()
void set_filename(const ::std::string &value)
Definition: plugin.pb.h:273
void clear_name()
Definition: plugin.pb.h:222
std::unique_ptr< const Plugin > ConstPluginUniquePtr
Definition: plugin.pb.h:356
::std::string * mutable_filename()
Definition: plugin.pb.h:289
::std::string * release_filename()
Definition: plugin.pb.h:294