Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/server_control.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/server_control.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fserver_5fcontrol_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fserver_5fcontrol_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_2fserver_5fcontrol_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_2fserver_5fcontrol_2eproto
60 namespace ignition {
61 namespace msgs {
62 class ServerControl;
63 class ServerControlDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern ServerControlDefaultTypeInternal _ServerControl_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::ServerControl* Arena::CreateMaybeMessage<::ignition::msgs::ServerControl>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE ServerControl : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.ServerControl) */ {
78  public:
79  ServerControl();
80  virtual ~ServerControl();
81 
82  ServerControl(const ServerControl& from);
83 
84  inline ServerControl& operator=(const ServerControl& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  ServerControl(ServerControl&& from) noexcept
90  : ServerControl() {
91  *this = ::std::move(from);
92  }
93 
94  inline ServerControl& operator=(ServerControl&& 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 ServerControl& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const ServerControl* internal_default_instance() {
108  return reinterpret_cast<const ServerControl*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(ServerControl* other);
115  friend void swap(ServerControl& a, ServerControl& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline ServerControl* New() const final {
122  return CreateMaybeMessage<ServerControl>(NULL);
123  }
124 
125  ServerControl* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<ServerControl>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const ServerControl& from);
131  void MergeFrom(const ServerControl& 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(ServerControl* 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  // string save_world_name = 2;
165  void clear_save_world_name();
166  static const int kSaveWorldNameFieldNumber = 2;
167  const ::std::string& save_world_name() const;
168  void set_save_world_name(const ::std::string& value);
169  #if LANG_CXX11
170  void set_save_world_name(::std::string&& value);
171  #endif
172  void set_save_world_name(const char* value);
173  void set_save_world_name(const char* value, size_t size);
174  ::std::string* mutable_save_world_name();
175  ::std::string* release_save_world_name();
176  void set_allocated_save_world_name(::std::string* save_world_name);
177 
178  // string save_filename = 3;
179  void clear_save_filename();
180  static const int kSaveFilenameFieldNumber = 3;
181  const ::std::string& save_filename() const;
182  void set_save_filename(const ::std::string& value);
183  #if LANG_CXX11
184  void set_save_filename(::std::string&& value);
185  #endif
186  void set_save_filename(const char* value);
187  void set_save_filename(const char* value, size_t size);
188  ::std::string* mutable_save_filename();
189  ::std::string* release_save_filename();
190  void set_allocated_save_filename(::std::string* save_filename);
191 
192  // string open_filename = 4;
193  void clear_open_filename();
194  static const int kOpenFilenameFieldNumber = 4;
195  const ::std::string& open_filename() const;
196  void set_open_filename(const ::std::string& value);
197  #if LANG_CXX11
198  void set_open_filename(::std::string&& value);
199  #endif
200  void set_open_filename(const char* value);
201  void set_open_filename(const char* value, size_t size);
202  ::std::string* mutable_open_filename();
203  ::std::string* release_open_filename();
204  void set_allocated_open_filename(::std::string* open_filename);
205 
206  // .ignition.msgs.Header header = 1;
207  bool has_header() const;
208  void clear_header();
209  static const int kHeaderFieldNumber = 1;
210  private:
211  const ::ignition::msgs::Header& _internal_header() const;
212  public:
213  const ::ignition::msgs::Header& header() const;
214  ::ignition::msgs::Header* release_header();
215  ::ignition::msgs::Header* mutable_header();
216  void set_allocated_header(::ignition::msgs::Header* header);
217 
218  // bool new_world = 5;
219  void clear_new_world();
220  static const int kNewWorldFieldNumber = 5;
221  bool new_world() const;
222  void set_new_world(bool value);
223 
224  // bool stop = 6;
225  void clear_stop();
226  static const int kStopFieldNumber = 6;
227  bool stop() const;
228  void set_stop(bool value);
229 
230  // bool clone = 7;
231  void clear_clone();
232  static const int kCloneFieldNumber = 7;
233  bool clone() const;
234  void set_clone(bool value);
235 
236  // uint32 new_port = 8;
237  void clear_new_port();
238  static const int kNewPortFieldNumber = 8;
239  ::google::protobuf::uint32 new_port() const;
240  void set_new_port(::google::protobuf::uint32 value);
241 
242  // @@protoc_insertion_point(class_scope:ignition.msgs.ServerControl)
243  private:
244 
245  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
246  ::google::protobuf::internal::ArenaStringPtr save_world_name_;
247  ::google::protobuf::internal::ArenaStringPtr save_filename_;
248  ::google::protobuf::internal::ArenaStringPtr open_filename_;
249  ::ignition::msgs::Header* header_;
250  bool new_world_;
251  bool stop_;
252  bool clone_;
253  ::google::protobuf::uint32 new_port_;
254  mutable ::google::protobuf::internal::CachedSize _cached_size_;
255  friend struct ::protobuf_ignition_2fmsgs_2fserver_5fcontrol_2eproto::TableStruct;
256 };
257 // ===================================================================
258 
259 
260 // ===================================================================
261 
262 #ifdef __GNUC__
263  #pragma GCC diagnostic push
264  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
265 #endif // __GNUC__
266 // ServerControl
267 
268 // .ignition.msgs.Header header = 1;
269 inline bool ServerControl::has_header() const {
270  return this != internal_default_instance() && header_ != NULL;
271 }
272 inline const ::ignition::msgs::Header& ServerControl::_internal_header() const {
273  return *header_;
274 }
275 inline const ::ignition::msgs::Header& ServerControl::header() const {
276  const ::ignition::msgs::Header* p = header_;
277  // @@protoc_insertion_point(field_get:ignition.msgs.ServerControl.header)
278  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
280 }
281 inline ::ignition::msgs::Header* ServerControl::release_header() {
282  // @@protoc_insertion_point(field_release:ignition.msgs.ServerControl.header)
283 
284  ::ignition::msgs::Header* temp = header_;
285  header_ = NULL;
286  return temp;
287 }
288 inline ::ignition::msgs::Header* ServerControl::mutable_header() {
289 
290  if (header_ == NULL) {
291  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
292  header_ = p;
293  }
294  // @@protoc_insertion_point(field_mutable:ignition.msgs.ServerControl.header)
295  return header_;
296 }
298  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
299  if (message_arena == NULL) {
300  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
301  }
302  if (header) {
303  ::google::protobuf::Arena* submessage_arena = NULL;
304  if (message_arena != submessage_arena) {
305  header = ::google::protobuf::internal::GetOwnedMessage(
306  message_arena, header, submessage_arena);
307  }
308 
309  } else {
310 
311  }
312  header_ = header;
313  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.ServerControl.header)
314 }
315 
316 // string save_world_name = 2;
318  save_world_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
319 }
320 inline const ::std::string& ServerControl::save_world_name() const {
321  // @@protoc_insertion_point(field_get:ignition.msgs.ServerControl.save_world_name)
322  return save_world_name_.GetNoArena();
323 }
324 inline void ServerControl::set_save_world_name(const ::std::string& value) {
325 
326  save_world_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
327  // @@protoc_insertion_point(field_set:ignition.msgs.ServerControl.save_world_name)
328 }
329 #if LANG_CXX11
330 inline void ServerControl::set_save_world_name(::std::string&& value) {
331 
332  save_world_name_.SetNoArena(
333  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
334  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.ServerControl.save_world_name)
335 }
336 #endif
337 inline void ServerControl::set_save_world_name(const char* value) {
338  GOOGLE_DCHECK(value != NULL);
339 
340  save_world_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
341  // @@protoc_insertion_point(field_set_char:ignition.msgs.ServerControl.save_world_name)
342 }
343 inline void ServerControl::set_save_world_name(const char* value, size_t size) {
344 
345  save_world_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
346  ::std::string(reinterpret_cast<const char*>(value), size));
347  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.ServerControl.save_world_name)
348 }
349 inline ::std::string* ServerControl::mutable_save_world_name() {
350 
351  // @@protoc_insertion_point(field_mutable:ignition.msgs.ServerControl.save_world_name)
352  return save_world_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
353 }
354 inline ::std::string* ServerControl::release_save_world_name() {
355  // @@protoc_insertion_point(field_release:ignition.msgs.ServerControl.save_world_name)
356 
357  return save_world_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
358 }
360  if (save_world_name != NULL) {
361 
362  } else {
363 
364  }
365  save_world_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), save_world_name);
366  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.ServerControl.save_world_name)
367 }
368 
369 // string save_filename = 3;
371  save_filename_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
372 }
373 inline const ::std::string& ServerControl::save_filename() const {
374  // @@protoc_insertion_point(field_get:ignition.msgs.ServerControl.save_filename)
375  return save_filename_.GetNoArena();
376 }
377 inline void ServerControl::set_save_filename(const ::std::string& value) {
378 
379  save_filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
380  // @@protoc_insertion_point(field_set:ignition.msgs.ServerControl.save_filename)
381 }
382 #if LANG_CXX11
383 inline void ServerControl::set_save_filename(::std::string&& value) {
384 
385  save_filename_.SetNoArena(
386  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
387  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.ServerControl.save_filename)
388 }
389 #endif
390 inline void ServerControl::set_save_filename(const char* value) {
391  GOOGLE_DCHECK(value != NULL);
392 
393  save_filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
394  // @@protoc_insertion_point(field_set_char:ignition.msgs.ServerControl.save_filename)
395 }
396 inline void ServerControl::set_save_filename(const char* value, size_t size) {
397 
398  save_filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
399  ::std::string(reinterpret_cast<const char*>(value), size));
400  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.ServerControl.save_filename)
401 }
402 inline ::std::string* ServerControl::mutable_save_filename() {
403 
404  // @@protoc_insertion_point(field_mutable:ignition.msgs.ServerControl.save_filename)
405  return save_filename_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
406 }
407 inline ::std::string* ServerControl::release_save_filename() {
408  // @@protoc_insertion_point(field_release:ignition.msgs.ServerControl.save_filename)
409 
410  return save_filename_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
411 }
413  if (save_filename != NULL) {
414 
415  } else {
416 
417  }
418  save_filename_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), save_filename);
419  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.ServerControl.save_filename)
420 }
421 
422 // string open_filename = 4;
424  open_filename_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
425 }
426 inline const ::std::string& ServerControl::open_filename() const {
427  // @@protoc_insertion_point(field_get:ignition.msgs.ServerControl.open_filename)
428  return open_filename_.GetNoArena();
429 }
430 inline void ServerControl::set_open_filename(const ::std::string& value) {
431 
432  open_filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
433  // @@protoc_insertion_point(field_set:ignition.msgs.ServerControl.open_filename)
434 }
435 #if LANG_CXX11
436 inline void ServerControl::set_open_filename(::std::string&& value) {
437 
438  open_filename_.SetNoArena(
439  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
440  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.ServerControl.open_filename)
441 }
442 #endif
443 inline void ServerControl::set_open_filename(const char* value) {
444  GOOGLE_DCHECK(value != NULL);
445 
446  open_filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
447  // @@protoc_insertion_point(field_set_char:ignition.msgs.ServerControl.open_filename)
448 }
449 inline void ServerControl::set_open_filename(const char* value, size_t size) {
450 
451  open_filename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
452  ::std::string(reinterpret_cast<const char*>(value), size));
453  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.ServerControl.open_filename)
454 }
455 inline ::std::string* ServerControl::mutable_open_filename() {
456 
457  // @@protoc_insertion_point(field_mutable:ignition.msgs.ServerControl.open_filename)
458  return open_filename_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
459 }
460 inline ::std::string* ServerControl::release_open_filename() {
461  // @@protoc_insertion_point(field_release:ignition.msgs.ServerControl.open_filename)
462 
463  return open_filename_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
464 }
466  if (open_filename != NULL) {
467 
468  } else {
469 
470  }
471  open_filename_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), open_filename);
472  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.ServerControl.open_filename)
473 }
474 
475 // bool new_world = 5;
477  new_world_ = false;
478 }
479 inline bool ServerControl::new_world() const {
480  // @@protoc_insertion_point(field_get:ignition.msgs.ServerControl.new_world)
481  return new_world_;
482 }
483 inline void ServerControl::set_new_world(bool value) {
484 
485  new_world_ = value;
486  // @@protoc_insertion_point(field_set:ignition.msgs.ServerControl.new_world)
487 }
488 
489 // bool stop = 6;
491  stop_ = false;
492 }
493 inline bool ServerControl::stop() const {
494  // @@protoc_insertion_point(field_get:ignition.msgs.ServerControl.stop)
495  return stop_;
496 }
497 inline void ServerControl::set_stop(bool value) {
498 
499  stop_ = value;
500  // @@protoc_insertion_point(field_set:ignition.msgs.ServerControl.stop)
501 }
502 
503 // bool clone = 7;
505  clone_ = false;
506 }
507 inline bool ServerControl::clone() const {
508  // @@protoc_insertion_point(field_get:ignition.msgs.ServerControl.clone)
509  return clone_;
510 }
511 inline void ServerControl::set_clone(bool value) {
512 
513  clone_ = value;
514  // @@protoc_insertion_point(field_set:ignition.msgs.ServerControl.clone)
515 }
516 
517 // uint32 new_port = 8;
519  new_port_ = 0u;
520 }
521 inline ::google::protobuf::uint32 ServerControl::new_port() const {
522  // @@protoc_insertion_point(field_get:ignition.msgs.ServerControl.new_port)
523  return new_port_;
524 }
525 inline void ServerControl::set_new_port(::google::protobuf::uint32 value) {
526 
527  new_port_ = value;
528  // @@protoc_insertion_point(field_set:ignition.msgs.ServerControl.new_port)
529 }
530 
531 #ifdef __GNUC__
532  #pragma GCC diagnostic pop
533 #endif // __GNUC__
534 
539 // @@protoc_insertion_point(namespace_scope)
540 
541 } // namespace msgs
542 } // namespace ignition
543 
544 #ifdef _MSC_VER
545 #pragma warning(pop)
546 #endif
547 // @@protoc_insertion_point(global_scope)
548 
549 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fserver_5fcontrol_2eproto
bool stop() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:493
void clear_save_world_name()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:317
ServerControl * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:121
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:77
::std::string * release_save_world_name()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:354
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:48
void clear_stop()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:490
STL class.
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:50
STL class.
void set_save_filename(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:377
T move(T... args)
void clear_new_port()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:518
void set_allocated_open_filename(::std::string *open_filename)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:465
void clear_clone()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:504
void set_stop(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:497
::std::string * mutable_save_world_name()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:349
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:275
void set_new_port(::google::protobuf::uint32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:525
void set_open_filename(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:430
void clear_open_filename()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:423
::std::string * mutable_save_filename()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:402
bool clone() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:507
const ::std::string & open_filename() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:426
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:281
void clear_save_filename()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:370
ServerControl * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:125
void set_allocated_save_world_name(::std::string *save_world_name)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:359
IGNITION_MSGS_VISIBLE ServerControlDefaultTypeInternal _ServerControl_default_instance_
std::shared_ptr< ServerControl > ServerControlSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:537
const ::std::string & save_world_name() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:320
::google::protobuf::uint32 new_port() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:521
::std::string * release_open_filename()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:460
std::shared_ptr< const ServerControl > ConstServerControlSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:538
bool new_world() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:479
void set_clone(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:511
::std::string * mutable_open_filename()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:455
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
ServerControl & operator=(const ServerControl &from)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:84
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
friend void swap(ServerControl &a, ServerControl &b)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:115
::std::string * release_save_filename()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:407
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:297
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:288
void set_save_world_name(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:324
void set_allocated_save_filename(::std::string *save_filename)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:412
void clear_new_world()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:476
void Swap(ServerControl *other)
void set_new_world(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:483
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:269
STL class.
const ::std::string & save_filename() const
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:373
static const ServerControl * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:107
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
std::unique_ptr< const ServerControl > ConstServerControlUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:536
std::unique_ptr< ServerControl > ServerControlUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/server_control.pb.h:535