Go to the documentation of this file.
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fdouble_5fv_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fdouble_5fv_2eproto
9 #include <google/protobuf/stubs/common.h>
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
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.
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>
31 #include <google/protobuf/extension_set.h>
32 #include <google/protobuf/unknown_field_set.h>
34 #pragma GCC system_header
37 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #include <sys/sysmacros.h>
45 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fdouble_5fv_2eproto IGNITION_MSGS_VISIBLE
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[];
62 class Double_VDefaultTypeInternal;
68 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Double_V* Arena::CreateMaybeMessage<::ignition::msgs::Double_V>(Arena*);
76 class IGNITION_MSGS_VISIBLE
Double_V :
public ::google::protobuf::Message {
90 *
this = ::std::move(from);
93 inline Double_V& operator=(Double_V&& from) noexcept {
94 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
95 if (
this != &from) InternalSwap(&from);
102 static const ::google::protobuf::Descriptor* descriptor();
103 static const Double_V& default_instance();
105 static void InitAsDefaultInstance();
107 return reinterpret_cast<const Double_V*
>(
110 static constexpr
int kIndexInFileMessages =
121 return CreateMaybeMessage<Double_V>(NULL);
125 return CreateMaybeMessage<Double_V>(arena);
127 void CopyFrom(const ::google::protobuf::Message& from)
final;
128 void MergeFrom(const ::google::protobuf::Message& from)
final;
129 void CopyFrom(
const Double_V& from);
130 void MergeFrom(
const Double_V& from);
132 bool IsInitialized() const final;
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(); }
146 void SetCachedSize(
int size)
const final;
149 inline ::google::protobuf::Arena* GetArenaNoVirtual()
const {
152 inline void* MaybeArenaPtr()
const {
157 ::google::protobuf::Metadata GetMetadata() const final;
164 int data_size() const;
166 static const
int kDataFieldNumber = 1;
167 double data(
int index) const;
168 void set_data(
int index,
double value);
169 void add_data(
double value);
170 const ::
google::protobuf::RepeatedField<
double >&
172 ::
google::protobuf::RepeatedField<
double >*
178 ::
google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
179 ::
google::protobuf::RepeatedField<
double > data_;
180 mutable
int _data_cached_byte_size_;
181 mutable ::
google::protobuf::internal::CachedSize _cached_size_;
190 #pragma GCC diagnostic push
191 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
204 return data_.Get(index);
207 data_.Set(index, value);
214 inline const ::google::protobuf::RepeatedField< double >&
219 inline ::google::protobuf::RepeatedField< double >*
226 #pragma GCC diagnostic pop
243 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fdouble_5fv_2eproto
Double_V * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:124
static const Double_V * internal_default_instance()
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:106
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:76
void set_data(int index, double value)
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:206
Double_V & operator=(const Double_V &from)
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:83
const ::google::protobuf::RepeatedField< double > & data() const
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:215
::google::protobuf::RepeatedField< double > * mutable_data()
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:220
void clear_data()
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:199
void Swap(Double_V *other)
void add_data(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:210
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:49
void IGNITION_MSGS_VISIBLE AddDescriptors()
std::unique_ptr< const Double_V > ConstDouble_VUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:230
std::unique_ptr< Double_V > Double_VUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:229
IGNITION_MSGS_VISIBLE Double_VDefaultTypeInternal _Double_V_default_instance_
int data_size() const
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:196
std::shared_ptr< Double_V > Double_VSharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:231
Definition: build/ignition-msgs5/include/ignition/msgs/actor.pb.h:78
friend void swap(Double_V &a, Double_V &b)
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:114
Double_V * New() const final
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:120
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:47
std::shared_ptr< const Double_V > ConstDouble_VSharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/double_v.pb.h:232