Gazebo Msgs

API Reference

9.5.0
empty.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: gz/msgs/empty.proto
3 
4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2fempty_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2fempty_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_2fempty_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_2fempty_2eproto
48 namespace gz {
49 namespace msgs {
50 class Empty;
51 class EmptyDefaultTypeInternal;
52 GZ_MSGS_VISIBLE extern EmptyDefaultTypeInternal _Empty_default_instance_;
53 } // namespace msgs
54 } // namespace gz
55 namespace google {
56 namespace protobuf {
57 template<> GZ_MSGS_VISIBLE ::gz::msgs::Empty* Arena::CreateMaybeMessage<::gz::msgs::Empty>(Arena*);
58 } // namespace protobuf
59 } // namespace google
60 namespace gz {
61 namespace msgs {
62 
63 // ===================================================================
64 
65 class GZ_MSGS_VISIBLE Empty : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:gz.msgs.Empty) */ {
66  public:
67  Empty();
68  virtual ~Empty();
69 
70  Empty(const Empty& from);
71 
72  inline Empty& operator=(const Empty& from) {
73  CopyFrom(from);
74  return *this;
75  }
76  #if LANG_CXX11
77  Empty(Empty&& from) noexcept
78  : Empty() {
79  *this = ::std::move(from);
80  }
81 
82  inline Empty& operator=(Empty&& 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 Empty& default_instance();
93 
94  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
95  static inline const Empty* internal_default_instance() {
96  return reinterpret_cast<const Empty*>(
98  }
99  static constexpr int kIndexInFileMessages =
100  0;
101 
102  void Swap(Empty* other);
103  friend void swap(Empty& a, Empty& b) {
104  a.Swap(&b);
105  }
106 
107  // implements Message ----------------------------------------------
108 
109  inline Empty* New() const final {
110  return CreateMaybeMessage<Empty>(NULL);
111  }
112 
113  Empty* New(::google::protobuf::Arena* arena) const final {
114  return CreateMaybeMessage<Empty>(arena);
115  }
116  void CopyFrom(const ::google::protobuf::Message& from) final;
117  void MergeFrom(const ::google::protobuf::Message& from) final;
118  void CopyFrom(const Empty& from);
119  void MergeFrom(const Empty& 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(Empty* 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  // bool unused = 1;
153  void clear_unused();
154  static const int kUnusedFieldNumber = 1;
155  bool unused() const;
156  void set_unused(bool value);
157 
158  // @@protoc_insertion_point(class_scope:gz.msgs.Empty)
159  private:
160 
161  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
162  bool unused_;
163  mutable ::google::protobuf::internal::CachedSize _cached_size_;
164  friend struct ::protobuf_gz_2fmsgs_2fempty_2eproto::TableStruct;
165 };
166 // ===================================================================
167 
168 
169 // ===================================================================
170 
171 #ifdef __GNUC__
172  #pragma GCC diagnostic push
173  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
174 #endif // __GNUC__
175 // Empty
176 
177 // bool unused = 1;
178 inline void Empty::clear_unused() {
179  unused_ = false;
180 }
181 inline bool Empty::unused() const {
182  // @@protoc_insertion_point(field_get:gz.msgs.Empty.unused)
183  return unused_;
184 }
185 inline void Empty::set_unused(bool value) {
186 
187  unused_ = value;
188  // @@protoc_insertion_point(field_set:gz.msgs.Empty.unused)
189 }
190 
191 #ifdef __GNUC__
192  #pragma GCC diagnostic pop
193 #endif // __GNUC__
194 
195 // @@protoc_insertion_point(namespace_scope)
196 
197 } // namespace msgs
198 } // namespace gz
199 
200 // @@protoc_insertion_point(global_scope)
201 
202 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2fempty_2eproto