List of all members |
Classes |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
EntityFactory Class Referencefinal
#include <entity_factory.pb.h>
Public Types | |
enum | : int { kNameFieldNumber = 8 , kRelativeToFieldNumber = 10 , kHeaderFieldNumber = 1 , kPoseFieldNumber = 7 , kAllowRenamingFieldNumber = 9 , kSdfFieldNumber = 2 , kSdfFilenameFieldNumber = 3 , kModelFieldNumber = 4 , kLightFieldNumber = 5 , kCloneNameFieldNumber = 6 } |
enum | FromCase { kSdf = 2 , kSdfFilename = 3 , kModel = 4 , kLight = 5 , kCloneName = 6 , FROM_NOT_SET = 0 } |
Public Member Functions | |
EntityFactory () | |
constexpr | EntityFactory (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
EntityFactory (const EntityFactory &from) | |
EntityFactory (EntityFactory &&from) noexcept | |
~EntityFactory () 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 |
bool | allow_renaming () const |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_allow_renaming () |
void | clear_clone_name () |
void | clear_from () |
void | clear_header () |
void | clear_light () |
void | clear_model () |
void | clear_name () |
void | clear_pose () |
void | clear_relative_to () |
void | clear_sdf () |
void | clear_sdf_filename () |
const std::string & | clone_name () const |
void | CopyFrom (const EntityFactory &from) |
FromCase | from_case () const |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_clone_name () const |
bool | has_header () const |
bool | has_light () const |
bool | has_model () const |
bool | has_pose () const |
bool | has_sdf () const |
bool | has_sdf_filename () const |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
const ::ignition::msgs::Light & | light () const |
void | MergeFrom (const EntityFactory &from) |
const ::ignition::msgs::Model & | model () const |
std::string * | mutable_clone_name () |
::ignition::msgs::Header * | mutable_header () |
::ignition::msgs::Light * | mutable_light () |
::ignition::msgs::Model * | mutable_model () |
std::string * | mutable_name () |
::ignition::msgs::Pose * | mutable_pose () |
std::string * | mutable_relative_to () |
std::string * | mutable_sdf () |
std::string * | mutable_sdf_filename () |
const std::string & | name () const |
EntityFactory * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
EntityFactory & | operator= (const EntityFactory &from) |
EntityFactory & | operator= (EntityFactory &&from) noexcept |
const ::ignition::msgs::Pose & | pose () const |
const std::string & | relative_to () const |
PROTOBUF_NODISCARD std::string * | release_clone_name () |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD ::ignition::msgs::Light * | release_light () |
PROTOBUF_NODISCARD ::ignition::msgs::Model * | release_model () |
PROTOBUF_NODISCARD std::string * | release_name () |
PROTOBUF_NODISCARD ::ignition::msgs::Pose * | release_pose () |
PROTOBUF_NODISCARD std::string * | release_relative_to () |
PROTOBUF_NODISCARD std::string * | release_sdf () |
PROTOBUF_NODISCARD std::string * | release_sdf_filename () |
const std::string & | sdf () const |
const std::string & | sdf_filename () const |
void | set_allocated_clone_name (std::string *clone_name) |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_light (::ignition::msgs::Light *light) |
void | set_allocated_model (::ignition::msgs::Model *model) |
void | set_allocated_name (std::string *name) |
void | set_allocated_pose (::ignition::msgs::Pose *pose) |
void | set_allocated_relative_to (std::string *relative_to) |
void | set_allocated_sdf (std::string *sdf) |
void | set_allocated_sdf_filename (std::string *sdf_filename) |
void | set_allow_renaming (bool value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_clone_name (ArgT0 &&arg0, ArgT... args) |
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) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_relative_to (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_relative_to (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_sdf (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_sdf_filename (ArgT0 &&arg0, ArgT... args) |
void | Swap (EntityFactory *other) |
::ignition::msgs::Header * | unsafe_arena_release_header () |
::ignition::msgs::Light * | unsafe_arena_release_light () |
::ignition::msgs::Model * | unsafe_arena_release_model () |
::ignition::msgs::Pose * | unsafe_arena_release_pose () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | unsafe_arena_set_allocated_light (::ignition::msgs::Light *light) |
void | unsafe_arena_set_allocated_model (::ignition::msgs::Model *model) |
void | unsafe_arena_set_allocated_pose (::ignition::msgs::Pose *pose) |
void | UnsafeArenaSwap (EntityFactory *other) |
Static Public Member Functions | |
static const EntityFactory & | 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 EntityFactory * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
EntityFactory (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
◆ FromCase
enum FromCase |
Constructor & Destructor Documentation
◆ EntityFactory() [1/5]
|
inline |
◆ ~EntityFactory()
|
override |
◆ EntityFactory() [2/5]
|
explicitconstexpr |
◆ EntityFactory() [3/5]
EntityFactory | ( | const EntityFactory & | from | ) |
◆ EntityFactory() [4/5]
|
inlinenoexcept |
◆ EntityFactory() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ allow_renaming()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_allow_renaming()
|
inline |
◆ clear_clone_name()
|
inline |
◆ clear_from()
void clear_from | ( | ) |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_light()
void clear_light | ( | ) |
◆ clear_model()
void clear_model | ( | ) |
◆ clear_name()
|
inline |
◆ clear_pose()
void clear_pose | ( | ) |
◆ clear_relative_to()
|
inline |
◆ clear_sdf()
|
inline |
◆ clear_sdf_filename()
|
inline |
◆ clone_name()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const EntityFactory & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ from_case()
|
inline |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_clone_name()
|
inline |
◆ has_header()
|
inline |
◆ has_light()
|
inline |
◆ has_model()
|
inline |
◆ has_pose()
|
inline |
◆ has_sdf()
|
inline |
◆ has_sdf_filename()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_EntityFactory_default_instance_.
◆ IsInitialized()
|
final |
◆ light()
|
inline |
◆ MergeFrom()
void MergeFrom | ( | const EntityFactory & | from | ) |
◆ model()
|
inline |
◆ mutable_clone_name()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_light()
|
inline |
◆ mutable_model()
|
inline |
◆ mutable_name()
|
inline |
◆ mutable_pose()
|
inline |
◆ mutable_relative_to()
|
inline |
◆ mutable_sdf()
|
inline |
◆ mutable_sdf_filename()
|
inline |
◆ name()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ pose()
|
inline |
◆ relative_to()
|
inline |
◆ release_clone_name()
|
inline |
◆ release_header()
|
inline |
◆ release_light()
|
inline |
◆ release_model()
|
inline |
◆ release_name()
|
inline |
◆ release_pose()
|
inline |
◆ release_relative_to()
|
inline |
◆ release_sdf()
|
inline |
◆ release_sdf_filename()
|
inline |
◆ sdf()
|
inline |
◆ sdf_filename()
|
inline |
◆ set_allocated_clone_name()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_light()
void set_allocated_light | ( | ::ignition::msgs::Light * | light | ) |
◆ set_allocated_model()
void set_allocated_model | ( | ::ignition::msgs::Model * | model | ) |
◆ set_allocated_name()
|
inline |
◆ set_allocated_pose()
|
inline |
◆ set_allocated_relative_to()
|
inline |
◆ set_allocated_sdf()
|
inline |
◆ set_allocated_sdf_filename()
|
inline |
◆ set_allow_renaming()
|
inline |
◆ set_clone_name()
|
inline |
◆ set_name() [1/2]
void set_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_name() [2/2]
|
inline |
◆ set_relative_to() [1/2]
void set_relative_to | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_relative_to() [2/2]
|
inline |
◆ set_sdf()
|
inline |
◆ set_sdf_filename()
|
inline |
◆ Swap()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_release_light()
|
inline |
◆ unsafe_arena_release_model()
|
inline |
◆ unsafe_arena_release_pose()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ unsafe_arena_set_allocated_light()
|
inline |
◆ unsafe_arena_set_allocated_model()
|
inline |
◆ unsafe_arena_set_allocated_pose()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
The documentation for this class was generated from the following file: