Goby3 3.2.3
2025.05.13
|
#include <goby/protobuf/option_extensions.pb.h>
Public Types | |
enum | : int { kExternalCommandFieldNumber = 1 , kExternalHelpParamFieldNumber = 2 , kShortHelpMsgFieldNumber = 3 , kFullHelpMsgFieldNumber = 4 , kIncludeBinaryFlagFieldNumber = 5 } |
Public Member Functions | |
GobyEnumValueOptions_ConfigurationOptions () | |
~GobyEnumValueOptions_ConfigurationOptions () override | |
PROTOBUF_CONSTEXPR | GobyEnumValueOptions_ConfigurationOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
GobyEnumValueOptions_ConfigurationOptions (const GobyEnumValueOptions_ConfigurationOptions &from) | |
GobyEnumValueOptions_ConfigurationOptions (GobyEnumValueOptions_ConfigurationOptions &&from) noexcept | |
GobyEnumValueOptions_ConfigurationOptions & | operator= (const GobyEnumValueOptions_ConfigurationOptions &from) |
GobyEnumValueOptions_ConfigurationOptions & | operator= (GobyEnumValueOptions_ConfigurationOptions &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (GobyEnumValueOptions_ConfigurationOptions *other) |
void | UnsafeArenaSwap (GobyEnumValueOptions_ConfigurationOptions *other) |
GobyEnumValueOptions_ConfigurationOptions * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const GobyEnumValueOptions_ConfigurationOptions &from) |
void | MergeFrom (const GobyEnumValueOptions_ConfigurationOptions &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
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 |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_external_command () const |
void | clear_external_command () |
const std::string & | external_command () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_external_command (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_external_command () |
PROTOBUF_NODISCARD std::string * | release_external_command () |
void | set_allocated_external_command (std::string *external_command) |
bool | has_external_help_param () const |
void | clear_external_help_param () |
const std::string & | external_help_param () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_external_help_param (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_external_help_param () |
PROTOBUF_NODISCARD std::string * | release_external_help_param () |
void | set_allocated_external_help_param (std::string *external_help_param) |
bool | has_short_help_msg () const |
void | clear_short_help_msg () |
const std::string & | short_help_msg () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_short_help_msg (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_short_help_msg () |
PROTOBUF_NODISCARD std::string * | release_short_help_msg () |
void | set_allocated_short_help_msg (std::string *short_help_msg) |
bool | has_full_help_msg () const |
void | clear_full_help_msg () |
const std::string & | full_help_msg () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_full_help_msg (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_full_help_msg () |
PROTOBUF_NODISCARD std::string * | release_full_help_msg () |
void | set_allocated_full_help_msg (std::string *full_help_msg) |
bool | has_include_binary_flag () const |
void | clear_include_binary_flag () |
bool | include_binary_flag () const |
void | set_include_binary_flag (bool value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_external_command (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_external_help_param (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_short_help_msg (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_full_help_msg (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const GobyEnumValueOptions_ConfigurationOptions & | default_instance () |
static const GobyEnumValueOptions_ConfigurationOptions * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
GobyEnumValueOptions_ConfigurationOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2fprotobuf_2foption_5fextensions_2eproto |
void | swap (GobyEnumValueOptions_ConfigurationOptions &a, GobyEnumValueOptions_ConfigurationOptions &b) |
Definition at line 1323 of file option_extensions.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kExternalCommandFieldNumber | |
kExternalHelpParamFieldNumber | |
kShortHelpMsgFieldNumber | |
kFullHelpMsgFieldNumber | |
kIncludeBinaryFlagFieldNumber |
Definition at line 1450 of file option_extensions.pb.h.
|
inline |
Definition at line 1326 of file option_extensions.pb.h.
|
override |
|
explicit |
goby::GobyEnumValueOptions_ConfigurationOptions::GobyEnumValueOptions_ConfigurationOptions | ( | const GobyEnumValueOptions_ConfigurationOptions & | from | ) |
|
inlinenoexcept |
Definition at line 1331 of file option_extensions.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 2721 of file option_extensions.pb.h.
|
inline |
Definition at line 2789 of file option_extensions.pb.h.
|
inline |
Definition at line 2916 of file option_extensions.pb.h.
|
inline |
Definition at line 2984 of file option_extensions.pb.h.
|
inline |
Definition at line 2848 of file option_extensions.pb.h.
void goby::GobyEnumValueOptions_ConfigurationOptions::CopyFrom | ( | const GobyEnumValueOptions_ConfigurationOptions & | from | ) |
|
inlinestatic |
Definition at line 1370 of file option_extensions.pb.h.
|
inlinestatic |
Definition at line 1361 of file option_extensions.pb.h.
|
inline |
Definition at line 2725 of file option_extensions.pb.h.
|
inline |
Definition at line 2793 of file option_extensions.pb.h.
|
inline |
Definition at line 2920 of file option_extensions.pb.h.
|
inlinefinal |
Definition at line 1423 of file option_extensions.pb.h.
|
final |
|
inlinestatic |
Definition at line 1364 of file option_extensions.pb.h.
|
final |
|
inlinestatic |
Definition at line 1367 of file option_extensions.pb.h.
|
inline |
Definition at line 2718 of file option_extensions.pb.h.
|
inline |
Definition at line 2786 of file option_extensions.pb.h.
|
inline |
Definition at line 2913 of file option_extensions.pb.h.
|
inline |
Definition at line 2981 of file option_extensions.pb.h.
|
inline |
Definition at line 2845 of file option_extensions.pb.h.
|
inline |
Definition at line 2991 of file option_extensions.pb.h.
|
inlinestatic |
Definition at line 1373 of file option_extensions.pb.h.
|
final |
|
inline |
Definition at line 1410 of file option_extensions.pb.h.
|
inline |
Definition at line 2736 of file option_extensions.pb.h.
|
inline |
Definition at line 2805 of file option_extensions.pb.h.
|
inline |
Definition at line 2931 of file option_extensions.pb.h.
|
inline |
Definition at line 2863 of file option_extensions.pb.h.
|
inline |
Definition at line 1357 of file option_extensions.pb.h.
|
inlinefinal |
Definition at line 1404 of file option_extensions.pb.h.
|
inline |
Definition at line 1336 of file option_extensions.pb.h.
|
inlinenoexcept |
Definition at line 1340 of file option_extensions.pb.h.
|
inline |
Definition at line 2752 of file option_extensions.pb.h.
|
inline |
Definition at line 2821 of file option_extensions.pb.h.
|
inline |
Definition at line 2947 of file option_extensions.pb.h.
|
inline |
Definition at line 2879 of file option_extensions.pb.h.
|
inline |
Definition at line 2766 of file option_extensions.pb.h.
|
inline |
Definition at line 2830 of file option_extensions.pb.h.
|
inline |
Definition at line 2961 of file option_extensions.pb.h.
|
inline |
Definition at line 2893 of file option_extensions.pb.h.
void goby::GobyEnumValueOptions_ConfigurationOptions::set_external_command | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 2731 of file option_extensions.pb.h.
void goby::GobyEnumValueOptions_ConfigurationOptions::set_external_help_param | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 2800 of file option_extensions.pb.h.
void goby::GobyEnumValueOptions_ConfigurationOptions::set_full_help_msg | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 2926 of file option_extensions.pb.h.
|
inline |
Definition at line 2999 of file option_extensions.pb.h.
void goby::GobyEnumValueOptions_ConfigurationOptions::set_short_help_msg | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 2858 of file option_extensions.pb.h.
|
inline |
Definition at line 2852 of file option_extensions.pb.h.
|
inline |
Definition at line 1383 of file option_extensions.pb.h.
|
inline |
Definition at line 1354 of file option_extensions.pb.h.
|
inline |
Definition at line 1396 of file option_extensions.pb.h.
|
friend |
Definition at line 1546 of file option_extensions.pb.h.
|
friend |
Definition at line 1432 of file option_extensions.pb.h.
Definition at line 1560 of file option_extensions.pb.h.
|
friend |
Definition at line 1380 of file option_extensions.pb.h.
|
static |
Definition at line 1441 of file option_extensions.pb.h.
Impl_ goby::GobyEnumValueOptions_ConfigurationOptions::_impl_ |
Definition at line 1559 of file option_extensions.pb.h.
|
staticconstexpr |
Definition at line 1377 of file option_extensions.pb.h.