List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
ServerControl Class Referencefinal
#include <server_control.pb.h>
Public Types | |
enum | : int { kSaveWorldNameFieldNumber = 2 , kSaveFilenameFieldNumber = 3 , kOpenFilenameFieldNumber = 4 , kHeaderFieldNumber = 1 , kNewWorldFieldNumber = 5 , kStopFieldNumber = 6 , kCloneFieldNumber = 7 , kNewPortFieldNumber = 8 } |
Public Member Functions | |
ServerControl () | |
constexpr | ServerControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
ServerControl (const ServerControl &from) | |
ServerControl (ServerControl &&from) noexcept | |
~ServerControl () 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_clone () |
void | clear_header () |
void | clear_new_port () |
void | clear_new_world () |
void | clear_open_filename () |
void | clear_save_filename () |
void | clear_save_world_name () |
void | clear_stop () |
bool | clone () const |
void | CopyFrom (const ServerControl &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 |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
void | MergeFrom (const ServerControl &from) |
::ignition::msgs::Header * | mutable_header () |
std::string * | mutable_open_filename () |
std::string * | mutable_save_filename () |
std::string * | mutable_save_world_name () |
ServerControl * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
uint32_t | new_port () const |
bool | new_world () const |
const std::string & | open_filename () const |
ServerControl & | operator= (const ServerControl &from) |
ServerControl & | operator= (ServerControl &&from) noexcept |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD std::string * | release_open_filename () |
PROTOBUF_NODISCARD std::string * | release_save_filename () |
PROTOBUF_NODISCARD std::string * | release_save_world_name () |
const std::string & | save_filename () const |
const std::string & | save_world_name () const |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_open_filename (std::string *open_filename) |
void | set_allocated_save_filename (std::string *save_filename) |
void | set_allocated_save_world_name (std::string *save_world_name) |
void | set_clone (bool value) |
void | set_new_port (uint32_t value) |
void | set_new_world (bool value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_open_filename (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_open_filename (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_save_filename (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_save_filename (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_save_world_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_save_world_name (ArgT0 &&arg0, ArgT... args) |
void | set_stop (bool value) |
bool | stop () const |
void | Swap (ServerControl *other) |
::ignition::msgs::Header * | unsafe_arena_release_header () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | UnsafeArenaSwap (ServerControl *other) |
Static Public Member Functions | |
static const ServerControl & | 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 ServerControl * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
ServerControl (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ ServerControl() [1/5]
|
inline |
◆ ~ServerControl()
|
override |
◆ ServerControl() [2/5]
|
explicitconstexpr |
◆ ServerControl() [3/5]
ServerControl | ( | const ServerControl & | from | ) |
◆ ServerControl() [4/5]
|
inlinenoexcept |
◆ ServerControl() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_clone()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_new_port()
|
inline |
◆ clear_new_world()
|
inline |
◆ clear_open_filename()
|
inline |
◆ clear_save_filename()
|
inline |
◆ clear_save_world_name()
|
inline |
◆ clear_stop()
|
inline |
◆ clone()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const ServerControl & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_ServerControl_default_instance_.
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const ServerControl & | from | ) |
◆ mutable_header()
|
inline |
◆ mutable_open_filename()
|
inline |
◆ mutable_save_filename()
|
inline |
◆ mutable_save_world_name()
|
inline |
◆ New()
|
inlinefinal |
◆ new_port()
|
inline |
◆ new_world()
|
inline |
◆ open_filename()
|
inline |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ release_header()
|
inline |
◆ release_open_filename()
|
inline |
◆ release_save_filename()
|
inline |
◆ release_save_world_name()
|
inline |
◆ save_filename()
|
inline |
◆ save_world_name()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_open_filename()
|
inline |
◆ set_allocated_save_filename()
|
inline |
◆ set_allocated_save_world_name()
|
inline |
◆ set_clone()
|
inline |
◆ set_new_port()
|
inline |
◆ set_new_world()
|
inline |
◆ set_open_filename() [1/2]
void set_open_filename | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_open_filename() [2/2]
|
inline |
◆ set_save_filename() [1/2]
void set_save_filename | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_save_filename() [2/2]
|
inline |
◆ set_save_world_name() [1/2]
void set_save_world_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_save_world_name() [2/2]
|
inline |
◆ set_stop()
|
inline |
◆ stop()
|
inline |
◆ Swap()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
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: