List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
Road Class Referencefinal
#include <road.pb.h>
Public Types | |
enum | : int { kPointFieldNumber = 4 , kNameFieldNumber = 2 , kHeaderFieldNumber = 1 , kMaterialFieldNumber = 5 , kWidthFieldNumber = 3 } |
Public Member Functions | |
Road () | |
constexpr | Road (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Road (const Road &from) | |
Road (Road &&from) noexcept | |
~Road () 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 |
::ignition::msgs::Vector3d * | add_point () |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_header () |
void | clear_material () |
void | clear_name () |
void | clear_point () |
void | clear_width () |
void | CopyFrom (const Road &from) |
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_material () const |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
const ::ignition::msgs::Material & | material () const |
void | MergeFrom (const Road &from) |
::ignition::msgs::Header * | mutable_header () |
::ignition::msgs::Material * | mutable_material () |
std::string * | mutable_name () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Vector3d > * | mutable_point () |
::ignition::msgs::Vector3d * | mutable_point (int index) |
const std::string & | name () const |
Road * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
Road & | operator= (const Road &from) |
Road & | operator= (Road &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Vector3d > & | point () const |
const ::ignition::msgs::Vector3d & | point (int index) const |
int | point_size () const |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD ::ignition::msgs::Material * | release_material () |
PROTOBUF_NODISCARD std::string * | release_name () |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_material (::ignition::msgs::Material *material) |
void | set_allocated_name (std::string *name) |
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_width (double value) |
void | Swap (Road *other) |
::ignition::msgs::Header * | unsafe_arena_release_header () |
::ignition::msgs::Material * | unsafe_arena_release_material () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | unsafe_arena_set_allocated_material (::ignition::msgs::Material *material) |
void | UnsafeArenaSwap (Road *other) |
double | width () const |
Static Public Member Functions | |
static const Road & | 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 Road * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
Road (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ Road() [1/5]
|
inline |
◆ ~Road()
|
override |
◆ Road() [2/5]
|
explicitconstexpr |
◆ Road() [3/5]
◆ Road() [4/5]
◆ Road() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_point()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_material()
void clear_material | ( | ) |
◆ clear_name()
|
inline |
◆ clear_point()
void clear_point | ( | ) |
◆ clear_width()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const Road & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ has_material()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_Road_default_instance_.
◆ IsInitialized()
|
final |
◆ material()
|
inline |
◆ MergeFrom()
void MergeFrom | ( | const Road & | from | ) |
◆ mutable_header()
|
inline |
◆ mutable_material()
|
inline |
◆ mutable_name()
|
inline |
◆ mutable_point() [1/2]
|
inline |
◆ mutable_point() [2/2]
|
inline |
◆ name()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ point() [1/2]
|
inline |
◆ point() [2/2]
|
inline |
◆ point_size()
|
inline |
◆ release_header()
|
inline |
◆ release_material()
|
inline |
◆ release_name()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_material()
|
inline |
◆ set_allocated_name()
|
inline |
◆ set_name() [1/2]
void set_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_name() [2/2]
|
inline |
◆ set_width()
|
inline |
◆ Swap()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_release_material()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ unsafe_arena_set_allocated_material()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
◆ width()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
The documentation for this class was generated from the following file: