Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/topic_info.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2ftopic_5finfo_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2ftopic_5finfo_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
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 3012004 < 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/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
38 #ifndef _MSC_VER
39 #pragma GCC system_header
40 #else
41 #pragma warning(push)
42 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
43 #endif
44 #ifdef __linux__
45 #include <sys/sysmacros.h>
46 #endif
47 #include <memory>
48 #include <ignition/msgs/Export.hh>
49 // @@protoc_insertion_point(includes)
50 #include <google/protobuf/port_def.inc>
51 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2ftopic_5finfo_2eproto IGNITION_MSGS_VISIBLE
52 PROTOBUF_NAMESPACE_OPEN
53 namespace internal {
54 class AnyMetadata;
55 } // namespace internal
56 PROTOBUF_NAMESPACE_CLOSE
57 
58 // Internal implementation detail -- do not use these members.
60  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
64  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
65  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
66  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
67  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
68  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
69 };
70 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2ftopic_5finfo_2eproto;
71 namespace ignition {
72 namespace msgs {
73 class TopicInfo;
74 class TopicInfoDefaultTypeInternal;
75 IGNITION_MSGS_VISIBLE extern TopicInfoDefaultTypeInternal _TopicInfo_default_instance_;
76 } // namespace msgs
77 } // namespace ignition
78 PROTOBUF_NAMESPACE_OPEN
79 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::TopicInfo* Arena::CreateMaybeMessage<::ignition::msgs::TopicInfo>(Arena*);
80 PROTOBUF_NAMESPACE_CLOSE
81 namespace ignition {
82 namespace msgs {
83 
84 // ===================================================================
85 
86 class IGNITION_MSGS_VISIBLE TopicInfo PROTOBUF_FINAL :
87  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.TopicInfo) */ {
88  public:
89  inline TopicInfo() : TopicInfo(nullptr) {};
90  virtual ~TopicInfo();
91 
92  TopicInfo(const TopicInfo& from);
93  TopicInfo(TopicInfo&& from) noexcept
94  : TopicInfo() {
95  *this = ::std::move(from);
96  }
97 
98  inline TopicInfo& operator=(const TopicInfo& from) {
99  CopyFrom(from);
100  return *this;
101  }
102  inline TopicInfo& operator=(TopicInfo&& from) noexcept {
103  if (GetArena() == from.GetArena()) {
104  if (this != &from) InternalSwap(&from);
105  } else {
106  CopyFrom(from);
107  }
108  return *this;
109  }
110 
111  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
112  return GetDescriptor();
113  }
114  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
115  return GetMetadataStatic().descriptor;
116  }
117  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
118  return GetMetadataStatic().reflection;
119  }
120  static const TopicInfo& default_instance();
121 
122  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
123  static inline const TopicInfo* internal_default_instance() {
124  return reinterpret_cast<const TopicInfo*>(
126  }
127  static constexpr int kIndexInFileMessages =
128  0;
129 
130  friend void swap(TopicInfo& a, TopicInfo& b) {
131  a.Swap(&b);
132  }
133  inline void Swap(TopicInfo* other) {
134  if (other == this) return;
135  if (GetArena() == other->GetArena()) {
136  InternalSwap(other);
137  } else {
138  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
139  }
140  }
141  void UnsafeArenaSwap(TopicInfo* other) {
142  if (other == this) return;
143  GOOGLE_DCHECK(GetArena() == other->GetArena());
144  InternalSwap(other);
145  }
146 
147  // implements Message ----------------------------------------------
148 
149  inline TopicInfo* New() const final {
150  return CreateMaybeMessage<TopicInfo>(nullptr);
151  }
152 
153  TopicInfo* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
154  return CreateMaybeMessage<TopicInfo>(arena);
155  }
156  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
157  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
158  void CopyFrom(const TopicInfo& from);
159  void MergeFrom(const TopicInfo& from);
160  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
161  bool IsInitialized() const final;
162 
163  size_t ByteSizeLong() const final;
164  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
165  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
166  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
167  int GetCachedSize() const final { return _cached_size_.Get(); }
168 
169  private:
170  inline void SharedCtor();
171  inline void SharedDtor();
172  void SetCachedSize(int size) const final;
173  void InternalSwap(TopicInfo* other);
174  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
175  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
176  return "ignition.msgs.TopicInfo";
177  }
178  protected:
179  explicit TopicInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena);
180  private:
181  static void ArenaDtor(void* object);
182  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
183  public:
184 
185  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
186  private:
187  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
188  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2ftopic_5finfo_2eproto);
189  return ::descriptor_table_ignition_2fmsgs_2ftopic_5finfo_2eproto.file_level_metadata[kIndexInFileMessages];
190  }
191 
192  public:
193 
194  // nested types ----------------------------------------------------
195 
196  // accessors -------------------------------------------------------
197 
198  enum : int {
199  kPublisherFieldNumber = 3,
200  kSubscriberFieldNumber = 4,
201  kMsgTypeFieldNumber = 2,
202  kHeaderFieldNumber = 1,
203  };
204  // repeated .ignition.msgs.Publish publisher = 3;
205  int publisher_size() const;
206  private:
207  int _internal_publisher_size() const;
208  public:
210  ::ignition::msgs::Publish* mutable_publisher(int index);
211  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Publish >*
213  private:
214  const ::ignition::msgs::Publish& _internal_publisher(int index) const;
215  ::ignition::msgs::Publish* _internal_add_publisher();
216  public:
217  const ::ignition::msgs::Publish& publisher(int index) const;
218  ::ignition::msgs::Publish* add_publisher();
219  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Publish >&
220  publisher() const;
221 
222  // repeated .ignition.msgs.Subscribe subscriber = 4;
223  int subscriber_size() const;
224  private:
225  int _internal_subscriber_size() const;
226  public:
228  ::ignition::msgs::Subscribe* mutable_subscriber(int index);
229  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Subscribe >*
231  private:
232  const ::ignition::msgs::Subscribe& _internal_subscriber(int index) const;
233  ::ignition::msgs::Subscribe* _internal_add_subscriber();
234  public:
235  const ::ignition::msgs::Subscribe& subscriber(int index) const;
236  ::ignition::msgs::Subscribe* add_subscriber();
237  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Subscribe >&
238  subscriber() const;
239 
240  // string msg_type = 2;
242  const std::string& msg_type() const;
243  void set_msg_type(const std::string& value);
244  void set_msg_type(std::string&& value);
245  void set_msg_type(const char* value);
246  void set_msg_type(const char* value, size_t size);
250  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
251  " string fields are deprecated and will be removed in a"
252  " future release.")
253  std::string* unsafe_arena_release_msg_type();
254  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
255  " string fields are deprecated and will be removed in a"
256  " future release.")
257  void unsafe_arena_set_allocated_msg_type(
258  std::string* msg_type);
259  private:
260  const std::string& _internal_msg_type() const;
261  void _internal_set_msg_type(const std::string& value);
262  std::string* _internal_mutable_msg_type();
263  public:
264 
265  // .ignition.msgs.Header header = 1;
266  bool has_header() const;
267  private:
268  bool _internal_has_header() const;
269  public:
270  void clear_header();
271  const ::ignition::msgs::Header& header() const;
272  ::ignition::msgs::Header* release_header();
273  ::ignition::msgs::Header* mutable_header();
274  void set_allocated_header(::ignition::msgs::Header* header);
275  private:
276  const ::ignition::msgs::Header& _internal_header() const;
277  ::ignition::msgs::Header* _internal_mutable_header();
278  public:
279  void unsafe_arena_set_allocated_header(
280  ::ignition::msgs::Header* header);
281  ::ignition::msgs::Header* unsafe_arena_release_header();
282 
283  // @@protoc_insertion_point(class_scope:ignition.msgs.TopicInfo)
284  private:
285  class _Internal;
286 
287  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
288  typedef void InternalArenaConstructable_;
289  typedef void DestructorSkippable_;
290  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Publish > publisher_;
291  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Subscribe > subscriber_;
292  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr msg_type_;
293  ::ignition::msgs::Header* header_;
294  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
296 };
297 // ===================================================================
298 
299 
300 // ===================================================================
301 
302 #ifdef __GNUC__
303  #pragma GCC diagnostic push
304  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
305 #endif // __GNUC__
306 // TopicInfo
307 
308 // .ignition.msgs.Header header = 1;
309 inline bool TopicInfo::_internal_has_header() const {
310  return this != internal_default_instance() && header_ != nullptr;
311 }
312 inline bool TopicInfo::has_header() const {
313  return _internal_has_header();
314 }
315 inline const ::ignition::msgs::Header& TopicInfo::_internal_header() const {
316  const ::ignition::msgs::Header* p = header_;
317  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
319 }
320 inline const ::ignition::msgs::Header& TopicInfo::header() const {
321  // @@protoc_insertion_point(field_get:ignition.msgs.TopicInfo.header)
322  return _internal_header();
323 }
324 inline void TopicInfo::unsafe_arena_set_allocated_header(
325  ::ignition::msgs::Header* header) {
326  if (GetArena() == nullptr) {
327  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
328  }
329  header_ = header;
330  if (header) {
331 
332  } else {
333 
334  }
335  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.TopicInfo.header)
336 }
337 inline ::ignition::msgs::Header* TopicInfo::release_header() {
338  auto temp = unsafe_arena_release_header();
339  if (GetArena() != nullptr) {
340  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
341  }
342  return temp;
343 }
344 inline ::ignition::msgs::Header* TopicInfo::unsafe_arena_release_header() {
345  // @@protoc_insertion_point(field_release:ignition.msgs.TopicInfo.header)
346 
347  ::ignition::msgs::Header* temp = header_;
348  header_ = nullptr;
349  return temp;
350 }
351 inline ::ignition::msgs::Header* TopicInfo::_internal_mutable_header() {
352 
353  if (header_ == nullptr) {
354  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
355  header_ = p;
356  }
357  return header_;
358 }
359 inline ::ignition::msgs::Header* TopicInfo::mutable_header() {
360  // @@protoc_insertion_point(field_mutable:ignition.msgs.TopicInfo.header)
361  return _internal_mutable_header();
362 }
363 inline void TopicInfo::set_allocated_header(::ignition::msgs::Header* header) {
364  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
365  if (message_arena == nullptr) {
366  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
367  }
368  if (header) {
369  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
370  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
371  if (message_arena != submessage_arena) {
372  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
373  message_arena, header, submessage_arena);
374  }
375 
376  } else {
377 
378  }
379  header_ = header;
380  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.TopicInfo.header)
381 }
382 
383 // string msg_type = 2;
384 inline void TopicInfo::clear_msg_type() {
385  msg_type_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
386 }
387 inline const std::string& TopicInfo::msg_type() const {
388  // @@protoc_insertion_point(field_get:ignition.msgs.TopicInfo.msg_type)
389  return _internal_msg_type();
390 }
391 inline void TopicInfo::set_msg_type(const std::string& value) {
392  _internal_set_msg_type(value);
393  // @@protoc_insertion_point(field_set:ignition.msgs.TopicInfo.msg_type)
394 }
395 inline std::string* TopicInfo::mutable_msg_type() {
396  // @@protoc_insertion_point(field_mutable:ignition.msgs.TopicInfo.msg_type)
397  return _internal_mutable_msg_type();
398 }
399 inline const std::string& TopicInfo::_internal_msg_type() const {
400  return msg_type_.Get();
401 }
402 inline void TopicInfo::_internal_set_msg_type(const std::string& value) {
403 
404  msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
405 }
406 inline void TopicInfo::set_msg_type(std::string&& value) {
407 
408  msg_type_.Set(
409  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
410  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.TopicInfo.msg_type)
411 }
412 inline void TopicInfo::set_msg_type(const char* value) {
413  GOOGLE_DCHECK(value != nullptr);
414 
415  msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
416  GetArena());
417  // @@protoc_insertion_point(field_set_char:ignition.msgs.TopicInfo.msg_type)
418 }
419 inline void TopicInfo::set_msg_type(const char* value,
420  size_t size) {
421 
422  msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
423  reinterpret_cast<const char*>(value), size), GetArena());
424  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.TopicInfo.msg_type)
425 }
426 inline std::string* TopicInfo::_internal_mutable_msg_type() {
427 
428  return msg_type_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
429 }
430 inline std::string* TopicInfo::release_msg_type() {
431  // @@protoc_insertion_point(field_release:ignition.msgs.TopicInfo.msg_type)
432  return msg_type_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
433 }
434 inline void TopicInfo::set_allocated_msg_type(std::string* msg_type) {
435  if (msg_type != nullptr) {
436 
437  } else {
438 
439  }
440  msg_type_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), msg_type,
441  GetArena());
442  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.TopicInfo.msg_type)
443 }
444 inline std::string* TopicInfo::unsafe_arena_release_msg_type() {
445  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.TopicInfo.msg_type)
446  GOOGLE_DCHECK(GetArena() != nullptr);
447 
448  return msg_type_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
449  GetArena());
450 }
451 inline void TopicInfo::unsafe_arena_set_allocated_msg_type(
452  std::string* msg_type) {
453  GOOGLE_DCHECK(GetArena() != nullptr);
454  if (msg_type != nullptr) {
455 
456  } else {
457 
458  }
459  msg_type_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
460  msg_type, GetArena());
461  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.TopicInfo.msg_type)
462 }
463 
464 // repeated .ignition.msgs.Publish publisher = 3;
465 inline int TopicInfo::_internal_publisher_size() const {
466  return publisher_.size();
467 }
468 inline int TopicInfo::publisher_size() const {
469  return _internal_publisher_size();
470 }
471 inline ::ignition::msgs::Publish* TopicInfo::mutable_publisher(int index) {
472  // @@protoc_insertion_point(field_mutable:ignition.msgs.TopicInfo.publisher)
473  return publisher_.Mutable(index);
474 }
475 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Publish >*
476 TopicInfo::mutable_publisher() {
477  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.TopicInfo.publisher)
478  return &publisher_;
479 }
480 inline const ::ignition::msgs::Publish& TopicInfo::_internal_publisher(int index) const {
481  return publisher_.Get(index);
482 }
483 inline const ::ignition::msgs::Publish& TopicInfo::publisher(int index) const {
484  // @@protoc_insertion_point(field_get:ignition.msgs.TopicInfo.publisher)
485  return _internal_publisher(index);
486 }
487 inline ::ignition::msgs::Publish* TopicInfo::_internal_add_publisher() {
488  return publisher_.Add();
489 }
490 inline ::ignition::msgs::Publish* TopicInfo::add_publisher() {
491  // @@protoc_insertion_point(field_add:ignition.msgs.TopicInfo.publisher)
492  return _internal_add_publisher();
493 }
494 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Publish >&
495 TopicInfo::publisher() const {
496  // @@protoc_insertion_point(field_list:ignition.msgs.TopicInfo.publisher)
497  return publisher_;
498 }
499 
500 // repeated .ignition.msgs.Subscribe subscriber = 4;
501 inline int TopicInfo::_internal_subscriber_size() const {
502  return subscriber_.size();
503 }
504 inline int TopicInfo::subscriber_size() const {
505  return _internal_subscriber_size();
506 }
507 inline ::ignition::msgs::Subscribe* TopicInfo::mutable_subscriber(int index) {
508  // @@protoc_insertion_point(field_mutable:ignition.msgs.TopicInfo.subscriber)
509  return subscriber_.Mutable(index);
510 }
511 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Subscribe >*
512 TopicInfo::mutable_subscriber() {
513  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.TopicInfo.subscriber)
514  return &subscriber_;
515 }
516 inline const ::ignition::msgs::Subscribe& TopicInfo::_internal_subscriber(int index) const {
517  return subscriber_.Get(index);
518 }
519 inline const ::ignition::msgs::Subscribe& TopicInfo::subscriber(int index) const {
520  // @@protoc_insertion_point(field_get:ignition.msgs.TopicInfo.subscriber)
521  return _internal_subscriber(index);
522 }
523 inline ::ignition::msgs::Subscribe* TopicInfo::_internal_add_subscriber() {
524  return subscriber_.Add();
525 }
526 inline ::ignition::msgs::Subscribe* TopicInfo::add_subscriber() {
527  // @@protoc_insertion_point(field_add:ignition.msgs.TopicInfo.subscriber)
528  return _internal_add_subscriber();
529 }
530 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Subscribe >&
531 TopicInfo::subscriber() const {
532  // @@protoc_insertion_point(field_list:ignition.msgs.TopicInfo.subscriber)
533  return subscriber_;
534 }
535 
536 #ifdef __GNUC__
537  #pragma GCC diagnostic pop
538 #endif // __GNUC__
539 
544 // @@protoc_insertion_point(namespace_scope)
545 
546 } // namespace msgs
547 } // namespace ignition
548 
549 #ifdef _MSC_VER
550 #pragma warning(pop)
551 #endif
552 // @@protoc_insertion_point(global_scope)
553 
554 #include <google/protobuf/port_undef.inc>
555 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2ftopic_5finfo_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2ftopic_5finfo_2eproto
TopicInfo & operator=(const TopicInfo &from)
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:98
TopicInfo & operator=(TopicInfo &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:102
TopicInfo(const TopicInfo &from)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:117
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Publish > * mutable_publisher()
TopicInfo * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:153
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Subscribe > & subscriber() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:111
const ::ignition::msgs::Subscribe & subscriber(int index) const
void set_allocated_msg_type(std::string *msg_type)
void CopyFrom(const TopicInfo &from)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void UnsafeArenaSwap(TopicInfo *other)
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:141
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Publish > & publisher() const
::ignition::msgs::Publish * add_publisher()
TopicInfo()
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:89
friend void swap(TopicInfo &a, TopicInfo &b)
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:130
TopicInfo * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:149
void set_msg_type(std::string &&value)
TopicInfo(TopicInfo &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:93
::ignition::msgs::Subscribe * mutable_subscriber(int index)
void Swap(TopicInfo *other)
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:133
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
std::string * release_msg_type()
const std::string & msg_type() const
::ignition::msgs::Subscribe * add_subscriber()
void set_msg_type(const char *value, size_t size)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Subscribe > * mutable_subscriber()
void MergeFrom(const TopicInfo &from)
std::string * mutable_msg_type()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:114
::ignition::msgs::Publish * mutable_publisher(int index)
TopicInfo(::PROTOBUF_NAMESPACE_ID::Arena *arena)
const ::ignition::msgs::Publish & publisher(int index) const
static const TopicInfo & default_instance()
static const TopicInfo * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:123
void set_msg_type(const char *value)
void set_msg_type(const std::string &value)
T move(T... args)
std::unique_ptr< TopicInfo > TopicInfoUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:540
std::shared_ptr< TopicInfo > TopicInfoSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:542
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const TopicInfo > ConstTopicInfoSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:543
IGNITION_MSGS_VISIBLE TopicInfoDefaultTypeInternal _TopicInfo_default_instance_
std::unique_ptr< const TopicInfo > ConstTopicInfoUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:541
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/topic_info.pb.h:59
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)