List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
PointCloudPacked_Field Class Referencefinal
#include <pointcloud_packed.pb.h>
Public Types | |
enum | : int { kNameFieldNumber = 1 , kOffsetFieldNumber = 2 , kDatatypeFieldNumber = 3 , kCountFieldNumber = 4 } |
typedef PointCloudPacked_Field_DataType | DataType |
Public Member Functions | |
PointCloudPacked_Field () | |
constexpr | PointCloudPacked_Field (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
PointCloudPacked_Field (const PointCloudPacked_Field &from) | |
PointCloudPacked_Field (PointCloudPacked_Field &&from) noexcept | |
~PointCloudPacked_Field () override | |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_count () |
void | clear_datatype () |
void | clear_name () |
void | clear_offset () |
void | CopyFrom (const PointCloudPacked_Field &from) |
uint32_t | count () const |
::ignition::msgs::PointCloudPacked_Field_DataType | datatype () const |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | IsInitialized () const final |
void | MergeFrom (const PointCloudPacked_Field &from) |
std::string * | mutable_name () |
const std::string & | name () const |
PointCloudPacked_Field * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
uint32_t | offset () const |
PointCloudPacked_Field & | operator= (const PointCloudPacked_Field &from) |
PointCloudPacked_Field & | operator= (PointCloudPacked_Field &&from) noexcept |
PROTOBUF_NODISCARD std::string * | release_name () |
void | set_allocated_name (std::string *name) |
void | set_count (uint32_t value) |
void | set_datatype (::ignition::msgs::PointCloudPacked_Field_DataType value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_name (ArgT0 &&arg0, ArgT... args) |
void | set_offset (uint32_t value) |
void | Swap (PointCloudPacked_Field *other) |
void | UnsafeArenaSwap (PointCloudPacked_Field *other) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | DataType_descriptor () |
static bool | DataType_IsValid (int value) |
template<typename T > | |
static const std::string & | DataType_Name (T enum_t_value) |
static bool | DataType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, DataType *value) |
static const PointCloudPacked_Field & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const PointCloudPacked_Field * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | DataType_ARRAYSIZE |
static constexpr DataType | DataType_MAX |
static constexpr DataType | DataType_MIN |
static constexpr DataType | FLOAT32 |
static constexpr DataType | FLOAT64 |
static constexpr DataType | INT16 |
static constexpr DataType | INT32 |
static constexpr DataType | INT8 |
static constexpr int | kIndexInFileMessages |
static constexpr DataType | UINT16 |
static constexpr DataType | UINT32 |
static constexpr DataType | UINT8 |
Protected Member Functions | |
PointCloudPacked_Field (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Typedef Documentation
◆ DataType
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ PointCloudPacked_Field() [1/5]
|
inline |
◆ ~PointCloudPacked_Field()
|
override |
◆ PointCloudPacked_Field() [2/5]
|
explicitconstexpr |
◆ PointCloudPacked_Field() [3/5]
PointCloudPacked_Field | ( | const PointCloudPacked_Field & | from | ) |
◆ PointCloudPacked_Field() [4/5]
|
inlinenoexcept |
◆ PointCloudPacked_Field() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_count()
|
inline |
◆ clear_datatype()
|
inline |
◆ clear_name()
|
inline |
◆ clear_offset()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const PointCloudPacked_Field & | from | ) |
◆ count()
|
inline |
◆ datatype()
|
inline |
◆ DataType_descriptor()
|
inlinestatic |
◆ DataType_IsValid()
|
inlinestatic |
◆ DataType_Name()
|
inlinestatic |
◆ DataType_Parse()
|
inlinestatic |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ internal_default_instance()
|
inlinestatic |
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const PointCloudPacked_Field & | from | ) |
◆ mutable_name()
|
inline |
◆ name()
|
inline |
◆ New()
|
inlinefinal |
◆ offset()
|
inline |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ release_name()
|
inline |
◆ set_allocated_name()
|
inline |
◆ set_count()
|
inline |
◆ set_datatype()
|
inline |
◆ set_name() [1/2]
void set_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_name() [2/2]
|
inline |
◆ set_offset()
|
inline |
◆ Swap()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ DataType_ARRAYSIZE
|
staticconstexpr |
Initial value:
=
constexpr int PointCloudPacked_Field_DataType_DataType_ARRAYSIZE
Definition: pointcloud_packed.pb.h:101
◆ DataType_MAX
|
staticconstexpr |
Initial value:
=
constexpr PointCloudPacked_Field_DataType PointCloudPacked_Field_DataType_DataType_MAX
Definition: pointcloud_packed.pb.h:100
◆ DataType_MIN
|
staticconstexpr |
Initial value:
=
constexpr PointCloudPacked_Field_DataType PointCloudPacked_Field_DataType_DataType_MIN
Definition: pointcloud_packed.pb.h:99
◆ FLOAT32
|
staticconstexpr |
Initial value:
=
@ PointCloudPacked_Field_DataType_FLOAT32
Definition: pointcloud_packed.pb.h:93
◆ FLOAT64
|
staticconstexpr |
Initial value:
=
@ PointCloudPacked_Field_DataType_FLOAT64
Definition: pointcloud_packed.pb.h:94
◆ INT16
|
staticconstexpr |
Initial value:
=
@ PointCloudPacked_Field_DataType_INT16
Definition: pointcloud_packed.pb.h:89
◆ INT32
|
staticconstexpr |
Initial value:
=
@ PointCloudPacked_Field_DataType_INT32
Definition: pointcloud_packed.pb.h:91
◆ INT8
|
staticconstexpr |
Initial value:
=
@ PointCloudPacked_Field_DataType_INT8
Definition: pointcloud_packed.pb.h:87
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
◆ UINT16
|
staticconstexpr |
Initial value:
=
@ PointCloudPacked_Field_DataType_UINT16
Definition: pointcloud_packed.pb.h:90
◆ UINT32
|
staticconstexpr |
Initial value:
=
@ PointCloudPacked_Field_DataType_UINT32
Definition: pointcloud_packed.pb.h:92
◆ UINT8
|
staticconstexpr |
Initial value:
=
@ PointCloudPacked_Field_DataType_UINT8
Definition: pointcloud_packed.pb.h:88
The documentation for this class was generated from the following file: