List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
OccupancyGrid Class Referencefinal
#include <occupancy_grid.pb.h>
Public Types | |
enum | : int { kDataFieldNumber = 3 , kHeaderFieldNumber = 1 , kInfoFieldNumber = 2 } |
typedef OccupancyGrid_MapMetaInfo | MapMetaInfo |
Public Member Functions | |
OccupancyGrid () | |
constexpr | OccupancyGrid (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
OccupancyGrid (const OccupancyGrid &from) | |
OccupancyGrid (OccupancyGrid &&from) noexcept | |
~OccupancyGrid () 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_data () |
void | clear_header () |
void | clear_info () |
void | CopyFrom (const OccupancyGrid &from) |
const std::string & | data () const |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_header () const |
bool | has_info () const |
const ::ignition::msgs::Header & | header () const |
const ::ignition::msgs::OccupancyGrid_MapMetaInfo & | info () const |
bool | IsInitialized () const final |
void | MergeFrom (const OccupancyGrid &from) |
std::string * | mutable_data () |
::ignition::msgs::Header * | mutable_header () |
::ignition::msgs::OccupancyGrid_MapMetaInfo * | mutable_info () |
OccupancyGrid * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
OccupancyGrid & | operator= (const OccupancyGrid &from) |
OccupancyGrid & | operator= (OccupancyGrid &&from) noexcept |
PROTOBUF_NODISCARD std::string * | release_data () |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD ::ignition::msgs::OccupancyGrid_MapMetaInfo * | release_info () |
void | set_allocated_data (std::string *data) |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_info (::ignition::msgs::OccupancyGrid_MapMetaInfo *info) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_data (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_data (ArgT0 &&arg0, ArgT... args) |
void | Swap (OccupancyGrid *other) |
::ignition::msgs::Header * | unsafe_arena_release_header () |
::ignition::msgs::OccupancyGrid_MapMetaInfo * | unsafe_arena_release_info () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | unsafe_arena_set_allocated_info (::ignition::msgs::OccupancyGrid_MapMetaInfo *info) |
void | UnsafeArenaSwap (OccupancyGrid *other) |
Static Public Member Functions | |
static const OccupancyGrid & | 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 OccupancyGrid * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
OccupancyGrid (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Typedef Documentation
◆ MapMetaInfo
typedef OccupancyGrid_MapMetaInfo MapMetaInfo |
Member Enumeration Documentation
◆ anonymous enum
Constructor & Destructor Documentation
◆ OccupancyGrid() [1/5]
|
inline |
◆ ~OccupancyGrid()
|
override |
◆ OccupancyGrid() [2/5]
|
explicitconstexpr |
◆ OccupancyGrid() [3/5]
OccupancyGrid | ( | const OccupancyGrid & | from | ) |
◆ OccupancyGrid() [4/5]
|
inlinenoexcept |
◆ OccupancyGrid() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_data()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_info()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const OccupancyGrid & | from | ) |
◆ data()
|
inline |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ has_info()
|
inline |
◆ header()
|
inline |
◆ info()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_OccupancyGrid_default_instance_.
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const OccupancyGrid & | from | ) |
◆ mutable_data()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_info()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ release_data()
|
inline |
◆ release_header()
|
inline |
◆ release_info()
|
inline |
◆ set_allocated_data()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_info()
|
inline |
◆ set_data() [1/2]
void set_data | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_data() [2/2]
|
inline |
◆ Swap()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_release_info()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ unsafe_arena_set_allocated_info()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
1
The documentation for this class was generated from the following file: