Ignition Msgs

API Reference

7.1.0
boxgeom.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/boxgeom.proto
3 
4 #ifndef PROTOBUF_ignition_2fmsgs_2fboxgeom_2eproto__INCLUDED
5 #define PROTOBUF_ignition_2fmsgs_2fboxgeom_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>
32 #ifndef _MSC_VER
33 #pragma GCC system_header
34 #else
35 #pragma warning(push)
36 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
37 #endif
38 #ifdef __linux__
39 #include <sys/sysmacros.h>
40 #endif
41 #include <memory>
42 #include <ignition/msgs/Export.hh>
43 // @@protoc_insertion_point(includes)
44 
45 namespace ignition {
46 namespace msgs {
47 
48 // Internal implementation detail -- do not call these.
49 void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fboxgeom_2eproto();
52 
53 class BoxGeom;
54 
55 // ===================================================================
56 
57 class IGNITION_MSGS_VISIBLE BoxGeom : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.BoxGeom) */ {
58  public:
59  BoxGeom();
60  virtual ~BoxGeom();
61 
62  BoxGeom(const BoxGeom& from);
63 
64  inline BoxGeom& operator=(const BoxGeom& from) {
65  CopyFrom(from);
66  return *this;
67  }
68 
69  static const ::google::protobuf::Descriptor* descriptor();
70  static const BoxGeom& default_instance();
71 
72  void Swap(BoxGeom* other);
73 
74  // implements Message ----------------------------------------------
75 
76  inline BoxGeom* New() const { return New(NULL); }
77 
78  BoxGeom* New(::google::protobuf::Arena* arena) const;
79  void CopyFrom(const ::google::protobuf::Message& from);
80  void MergeFrom(const ::google::protobuf::Message& from);
81  void CopyFrom(const BoxGeom& from);
82  void MergeFrom(const BoxGeom& from);
83  void Clear();
84  bool IsInitialized() const;
85 
86  int ByteSize() const;
87  bool MergePartialFromCodedStream(
88  ::google::protobuf::io::CodedInputStream* input);
89  void SerializeWithCachedSizes(
90  ::google::protobuf::io::CodedOutputStream* output) const;
91  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
92  bool deterministic, ::google::protobuf::uint8* output) const;
93  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
94  return InternalSerializeWithCachedSizesToArray(false, output);
95  }
96  int GetCachedSize() const { return _cached_size_; }
97  private:
98  void SharedCtor();
99  void SharedDtor();
100  void SetCachedSize(int size) const;
101  void InternalSwap(BoxGeom* other);
102  private:
103  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
104  return _internal_metadata_.arena();
105  }
106  inline void* MaybeArenaPtr() const {
107  return _internal_metadata_.raw_arena_ptr();
108  }
109  public:
110 
111  ::google::protobuf::Metadata GetMetadata() const;
112 
113  // nested types ----------------------------------------------------
114 
115  // accessors -------------------------------------------------------
116 
117  // optional .ignition.msgs.Header header = 1;
118  bool has_header() const;
119  void clear_header();
120  static const int kHeaderFieldNumber = 1;
121  const ::ignition::msgs::Header& header() const;
122  ::ignition::msgs::Header* mutable_header();
123  ::ignition::msgs::Header* release_header();
124  void set_allocated_header(::ignition::msgs::Header* header);
125 
126  // optional .ignition.msgs.Vector3d size = 2;
127  bool has_size() const;
128  void clear_size();
129  static const int kSizeFieldNumber = 2;
130  const ::ignition::msgs::Vector3d& size() const;
131  ::ignition::msgs::Vector3d* mutable_size();
132  ::ignition::msgs::Vector3d* release_size();
133  void set_allocated_size(::ignition::msgs::Vector3d* size);
134 
135  // @@protoc_insertion_point(class_scope:ignition.msgs.BoxGeom)
136  private:
137 
138  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
139  bool _is_default_instance_;
140  ::ignition::msgs::Header* header_;
142  mutable int _cached_size_;
143  friend void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fboxgeom_2eproto();
146 
147  void InitAsDefaultInstance();
148  static BoxGeom* default_instance_;
149 };
150 // ===================================================================
151 
152 
153 // ===================================================================
154 
155 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
156 // BoxGeom
157 
158 // optional .ignition.msgs.Header header = 1;
159 inline bool BoxGeom::has_header() const {
160  return !_is_default_instance_ && header_ != NULL;
161 }
162 inline void BoxGeom::clear_header() {
163  if (GetArenaNoVirtual() == NULL && header_ != NULL) delete header_;
164  header_ = NULL;
165 }
166 inline const ::ignition::msgs::Header& BoxGeom::header() const {
167  // @@protoc_insertion_point(field_get:ignition.msgs.BoxGeom.header)
168  return header_ != NULL ? *header_ : *default_instance_->header_;
169 }
170 inline ::ignition::msgs::Header* BoxGeom::mutable_header() {
171 
172  if (header_ == NULL) {
173  header_ = new ::ignition::msgs::Header;
174  }
175  // @@protoc_insertion_point(field_mutable:ignition.msgs.BoxGeom.header)
176  return header_;
177 }
178 inline ::ignition::msgs::Header* BoxGeom::release_header() {
179  // @@protoc_insertion_point(field_release:ignition.msgs.BoxGeom.header)
180 
181  ::ignition::msgs::Header* temp = header_;
182  header_ = NULL;
183  return temp;
184 }
186  delete header_;
187  header_ = header;
188  if (header) {
189 
190  } else {
191 
192  }
193  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.BoxGeom.header)
194 }
195 
196 // optional .ignition.msgs.Vector3d size = 2;
197 inline bool BoxGeom::has_size() const {
198  return !_is_default_instance_ && size_ != NULL;
199 }
200 inline void BoxGeom::clear_size() {
201  if (GetArenaNoVirtual() == NULL && size_ != NULL) delete size_;
202  size_ = NULL;
203 }
204 inline const ::ignition::msgs::Vector3d& BoxGeom::size() const {
205  // @@protoc_insertion_point(field_get:ignition.msgs.BoxGeom.size)
206  return size_ != NULL ? *size_ : *default_instance_->size_;
207 }
208 inline ::ignition::msgs::Vector3d* BoxGeom::mutable_size() {
209 
210  if (size_ == NULL) {
211  size_ = new ::ignition::msgs::Vector3d;
212  }
213  // @@protoc_insertion_point(field_mutable:ignition.msgs.BoxGeom.size)
214  return size_;
215 }
216 inline ::ignition::msgs::Vector3d* BoxGeom::release_size() {
217  // @@protoc_insertion_point(field_release:ignition.msgs.BoxGeom.size)
218 
219  ::ignition::msgs::Vector3d* temp = size_;
220  size_ = NULL;
221  return temp;
222 }
224  delete size_;
225  size_ = size;
226  if (size) {
227 
228  } else {
229 
230  }
231  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.BoxGeom.size)
232 }
233 
234 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
235 
240 // @@protoc_insertion_point(namespace_scope)
241 
242 } // namespace msgs
243 } // namespace ignition
244 
245 #ifdef _MSC_VER
246 #pragma warning(pop)
247 #endif
248 // @@protoc_insertion_point(global_scope)
249 
250 #endif // PROTOBUF_ignition_2fmsgs_2fboxgeom_2eproto__INCLUDED
const ::ignition::msgs::Header & header() const
Definition: boxgeom.pb.h:166
::ignition::msgs::Header * mutable_header()
Definition: boxgeom.pb.h:170
BoxGeom & operator=(const BoxGeom &from)
Definition: boxgeom.pb.h:64
const ::ignition::msgs::Vector3d & size() const
Definition: boxgeom.pb.h:204
std::unique_ptr< BoxGeom > BoxGeomUniquePtr
Definition: boxgeom.pb.h:236
::ignition::msgs::Vector3d * release_size()
Definition: boxgeom.pb.h:216
BoxGeom * New() const
Definition: boxgeom.pb.h:76
Definition: header.pb.h:161
void clear_size()
Definition: boxgeom.pb.h:200
std::shared_ptr< const BoxGeom > ConstBoxGeomSharedPtr
Definition: boxgeom.pb.h:239
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fboxgeom_2eproto()
Definition: boxgeom.pb.h:57
void clear_header()
Definition: boxgeom.pb.h:162
void set_allocated_size(::ignition::msgs::Vector3d *size)
Definition: boxgeom.pb.h:223
::ignition::msgs::Vector3d * mutable_size()
Definition: boxgeom.pb.h:208
int GetCachedSize() const
Definition: boxgeom.pb.h:96
void set_allocated_header(::ignition::msgs::Header *header)
Definition: boxgeom.pb.h:185
bool has_header() const
Definition: boxgeom.pb.h:159
void protobuf_AssignDesc_ignition_2fmsgs_2fboxgeom_2eproto()
std::shared_ptr< BoxGeom > BoxGeomSharedPtr
Definition: boxgeom.pb.h:238
Definition: vector3d.pb.h:56
void protobuf_ShutdownFile_ignition_2fmsgs_2fboxgeom_2eproto()
bool has_size() const
Definition: boxgeom.pb.h:197
STL class.
std::unique_ptr< const BoxGeom > ConstBoxGeomUniquePtr
Definition: boxgeom.pb.h:237
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
Definition: boxgeom.pb.h:93
::ignition::msgs::Header * release_header()
Definition: boxgeom.pb.h:178