Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/empty.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/empty.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fempty_2eproto
5 #define PROTOBUF_INCLUDED_ignition_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 #ifndef _MSC_VER
34 #pragma GCC system_header
35 #else
36 #pragma warning(push)
37 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
38 #endif
39 #ifdef __linux__
40 #include <sys/sysmacros.h>
41 #endif
42 #include <memory>
43 #include <ignition/msgs/Export.hh>
44 // @@protoc_insertion_point(includes)
45 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fempty_2eproto IGNITION_MSGS_VISIBLE
46 
48 // Internal implementation detail -- do not use these members.
49 struct IGNITION_MSGS_VISIBLE TableStruct {
50  static const ::google::protobuf::internal::ParseTableField entries[];
51  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
52  static const ::google::protobuf::internal::ParseTable schema[1];
53  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
54  static const ::google::protobuf::internal::SerializationTable serialization_table[];
55  static const ::google::protobuf::uint32 offsets[];
56 };
57 void IGNITION_MSGS_VISIBLE AddDescriptors();
58 } // namespace protobuf_ignition_2fmsgs_2fempty_2eproto
59 namespace ignition {
60 namespace msgs {
61 class Empty;
62 class EmptyDefaultTypeInternal;
63 IGNITION_MSGS_VISIBLE extern EmptyDefaultTypeInternal _Empty_default_instance_;
64 } // namespace msgs
65 } // namespace ignition
66 namespace google {
67 namespace protobuf {
68 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Empty* Arena::CreateMaybeMessage<::ignition::msgs::Empty>(Arena*);
69 } // namespace protobuf
70 } // namespace google
71 namespace ignition {
72 namespace msgs {
73 
74 // ===================================================================
75 
76 class IGNITION_MSGS_VISIBLE Empty : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Empty) */ {
77  public:
78  Empty();
79  virtual ~Empty();
80 
81  Empty(const Empty& from);
82 
83  inline Empty& operator=(const Empty& from) {
84  CopyFrom(from);
85  return *this;
86  }
87  #if LANG_CXX11
88  Empty(Empty&& from) noexcept
89  : Empty() {
90  *this = ::std::move(from);
91  }
92 
93  inline Empty& operator=(Empty&& from) noexcept {
94  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
95  if (this != &from) InternalSwap(&from);
96  } else {
97  CopyFrom(from);
98  }
99  return *this;
100  }
101  #endif
102  static const ::google::protobuf::Descriptor* descriptor();
103  static const Empty& default_instance();
104 
105  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
106  static inline const Empty* internal_default_instance() {
107  return reinterpret_cast<const Empty*>(
109  }
110  static constexpr int kIndexInFileMessages =
111  0;
112 
113  void Swap(Empty* other);
114  friend void swap(Empty& a, Empty& b) {
115  a.Swap(&b);
116  }
117 
118  // implements Message ----------------------------------------------
119 
120  inline Empty* New() const final {
121  return CreateMaybeMessage<Empty>(NULL);
122  }
123 
124  Empty* New(::google::protobuf::Arena* arena) const final {
125  return CreateMaybeMessage<Empty>(arena);
126  }
127  void CopyFrom(const ::google::protobuf::Message& from) final;
128  void MergeFrom(const ::google::protobuf::Message& from) final;
129  void CopyFrom(const Empty& from);
130  void MergeFrom(const Empty& from);
131  void Clear() final;
132  bool IsInitialized() const final;
133 
134  size_t ByteSizeLong() const final;
135  bool MergePartialFromCodedStream(
136  ::google::protobuf::io::CodedInputStream* input) final;
137  void SerializeWithCachedSizes(
138  ::google::protobuf::io::CodedOutputStream* output) const final;
139  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
140  bool deterministic, ::google::protobuf::uint8* target) const final;
141  int GetCachedSize() const final { return _cached_size_.Get(); }
142 
143  private:
144  void SharedCtor();
145  void SharedDtor();
146  void SetCachedSize(int size) const final;
147  void InternalSwap(Empty* other);
148  private:
149  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
150  return NULL;
151  }
152  inline void* MaybeArenaPtr() const {
153  return NULL;
154  }
155  public:
156 
157  ::google::protobuf::Metadata GetMetadata() const final;
158 
159  // nested types ----------------------------------------------------
160 
161  // accessors -------------------------------------------------------
162 
163  // bool unused = 1;
164  void clear_unused();
165  static const int kUnusedFieldNumber = 1;
166  bool unused() const;
167  void set_unused(bool value);
168 
169  // @@protoc_insertion_point(class_scope:ignition.msgs.Empty)
170  private:
171 
172  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
173  bool unused_;
174  mutable ::google::protobuf::internal::CachedSize _cached_size_;
175  friend struct ::protobuf_ignition_2fmsgs_2fempty_2eproto::TableStruct;
176 };
177 // ===================================================================
178 
179 
180 // ===================================================================
181 
182 #ifdef __GNUC__
183  #pragma GCC diagnostic push
184  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
185 #endif // __GNUC__
186 // Empty
187 
188 // bool unused = 1;
189 inline void Empty::clear_unused() {
190  unused_ = false;
191 }
192 inline bool Empty::unused() const {
193  // @@protoc_insertion_point(field_get:ignition.msgs.Empty.unused)
194  return unused_;
195 }
196 inline void Empty::set_unused(bool value) {
197 
198  unused_ = value;
199  // @@protoc_insertion_point(field_set:ignition.msgs.Empty.unused)
200 }
201 
202 #ifdef __GNUC__
203  #pragma GCC diagnostic pop
204 #endif // __GNUC__
205 
210 // @@protoc_insertion_point(namespace_scope)
211 
212 } // namespace msgs
213 } // namespace ignition
214 
215 #ifdef _MSC_VER
216 #pragma warning(pop)
217 #endif
218 // @@protoc_insertion_point(global_scope)
219 
220 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fempty_2eproto
void Swap(Empty *other)
void IGNITION_MSGS_VISIBLE AddDescriptors()
std::unique_ptr< Empty > EmptyUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:206
STL class.
bool unused() const
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:192
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:76
IGNITION_MSGS_VISIBLE EmptyDefaultTypeInternal _Empty_default_instance_
void clear_unused()
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:189
std::unique_ptr< const Empty > ConstEmptyUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:207
Empty & operator=(const Empty &from)
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:83
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:47
void set_unused(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:196
std::shared_ptr< Empty > EmptySharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:208
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:49
friend void swap(Empty &a, Empty &b)
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:114
Empty * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:124
Empty * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:120
static const Empty * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:106
STL class.
std::shared_ptr< const Empty > ConstEmptySharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/empty.pb.h:209
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78