Goby3  3.1.5
2024.05.14
goby::PROTOBUF_FINAL Class Reference

#include <goby/protobuf/option_extensions.pb.h>

Inheritance diagram for goby::PROTOBUF_FINAL:

Public Types

enum  : int { kEnableFieldNumber = 1 , kMaxCountFieldNumber = 2 }
 
enum  : int { kCliShortFieldNumber = 1 , kEnvFieldNumber = 4 , kPositionFieldNumber = 3 , kActionFieldNumber = 2 }
 
enum  : int { kDescriptionFieldNumber = 100 , kExampleFieldNumber = 101 , kMoosGlobalFieldNumber = 102 , kCfgFieldNumber = 200 }
 
enum  : int { kIsToolFieldNumber = 1 , kHasSubtoolsFieldNumber = 2 , kHasHelpActionFieldNumber = 3 }
 
enum  : int { kToolFieldNumber = 1 }
 
enum  : int { kConvertibleFromFieldNumber = 100 , kCfgFieldNumber = 200 }
 
enum  : int {
  kExternalCommandFieldNumber = 1 , kExternalHelpParamFieldNumber = 2 , kShortHelpMsgFieldNumber = 3 , kFullHelpMsgFieldNumber = 4 ,
  kIncludeBinaryFlagFieldNumber = 5
}
 
enum  : int { kCfgFieldNumber = 200 }
 
typedef GobyFieldOptions_ConfigurationOptions_Position Position
 
typedef GobyFieldOptions_ConfigurationOptions_ConfigAction ConfigAction
 
typedef GobyFieldOptions_ConfigurationOptions ConfigurationOptions
 
typedef GobyMessageOptions_ConfigurationOptions_Tool Tool
 
typedef GobyMessageOptions_ConfigurationOptions ConfigurationOptions
 
typedef GobyEnumValueOptions_ConfigurationOptions ConfigurationOptions
 

Public Member Functions

 GobyFieldOptions_ConfigurationOptions_Position ()
 
virtual ~GobyFieldOptions_ConfigurationOptions_Position ()
 
 GobyFieldOptions_ConfigurationOptions_Position (const GobyFieldOptions_ConfigurationOptions_Position &from)
 
 GobyFieldOptions_ConfigurationOptions_Position (GobyFieldOptions_ConfigurationOptions_Position &&from) noexcept
 
GobyFieldOptions_ConfigurationOptions_Positionoperator= (const GobyFieldOptions_ConfigurationOptions_Position &from)
 
GobyFieldOptions_ConfigurationOptions_Positionoperator= (GobyFieldOptions_ConfigurationOptions_Position &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyFieldOptions_ConfigurationOptions_Position *other)
 
void UnsafeArenaSwap (GobyFieldOptions_ConfigurationOptions_Position *other)
 
GobyFieldOptions_ConfigurationOptions_PositionNew () const final
 
GobyFieldOptions_ConfigurationOptions_PositionNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GobyFieldOptions_ConfigurationOptions_Position &from)
 
void MergeFrom (const GobyFieldOptions_ConfigurationOptions_Position &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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_enable () const
 
void clear_enable ()
 
bool enable () const
 
void set_enable (bool value)
 
bool has_max_count () const
 
void clear_max_count ()
 
::PROTOBUF_NAMESPACE_ID::int32 max_count () const
 
void set_max_count (::PROTOBUF_NAMESPACE_ID::int32 value)
 
 GobyFieldOptions_ConfigurationOptions ()
 
virtual ~GobyFieldOptions_ConfigurationOptions ()
 
 GobyFieldOptions_ConfigurationOptions (const GobyFieldOptions_ConfigurationOptions &from)
 
 GobyFieldOptions_ConfigurationOptions (GobyFieldOptions_ConfigurationOptions &&from) noexcept
 
GobyFieldOptions_ConfigurationOptionsoperator= (const GobyFieldOptions_ConfigurationOptions &from)
 
GobyFieldOptions_ConfigurationOptionsoperator= (GobyFieldOptions_ConfigurationOptions &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyFieldOptions_ConfigurationOptions *other)
 
void UnsafeArenaSwap (GobyFieldOptions_ConfigurationOptions *other)
 
GobyFieldOptions_ConfigurationOptionsNew () const final
 
GobyFieldOptions_ConfigurationOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GobyFieldOptions_ConfigurationOptions &from)
 
void MergeFrom (const GobyFieldOptions_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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_cli_short () const
 
void clear_cli_short ()
 
const std::string & cli_short () const
 
void set_cli_short (const std::string &value)
 
void set_cli_short (std::string &&value)
 
void set_cli_short (const char *value)
 
void set_cli_short (const char *value, size_t size)
 
std::string * mutable_cli_short ()
 
std::string * release_cli_short ()
 
void set_allocated_cli_short (std::string *cli_short)
 
bool has_env () const
 
void clear_env ()
 
const std::string & env () const
 
void set_env (const std::string &value)
 
void set_env (std::string &&value)
 
void set_env (const char *value)
 
void set_env (const char *value, size_t size)
 
std::string * mutable_env ()
 
std::string * release_env ()
 
void set_allocated_env (std::string *env)
 
bool has_position () const
 
void clear_position ()
 
const ::goby::GobyFieldOptions_ConfigurationOptions_Position & position () const
 
::goby::GobyFieldOptions_ConfigurationOptions_Position * release_position ()
 
::goby::GobyFieldOptions_ConfigurationOptions_Position * mutable_position ()
 
void set_allocated_position (::goby::GobyFieldOptions_ConfigurationOptions_Position *position)
 
void unsafe_arena_set_allocated_position (::goby::GobyFieldOptions_ConfigurationOptions_Position *position)
 
::goby::GobyFieldOptions_ConfigurationOptions_Position * unsafe_arena_release_position ()
 
bool has_action () const
 
void clear_action ()
 
::goby::GobyFieldOptions_ConfigurationOptions_ConfigAction action () const
 
void set_action (::goby::GobyFieldOptions_ConfigurationOptions_ConfigAction value)
 
 GobyFieldOptions ()
 
virtual ~GobyFieldOptions ()
 
 GobyFieldOptions (const GobyFieldOptions &from)
 
 GobyFieldOptions (GobyFieldOptions &&from) noexcept
 
GobyFieldOptionsoperator= (const GobyFieldOptions &from)
 
GobyFieldOptionsoperator= (GobyFieldOptions &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyFieldOptions *other)
 
void UnsafeArenaSwap (GobyFieldOptions *other)
 
GobyFieldOptionsNew () const final
 
GobyFieldOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GobyFieldOptions &from)
 
void MergeFrom (const GobyFieldOptions &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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_description () const
 
void clear_description ()
 
const std::string & description () const
 
void set_description (const std::string &value)
 
void set_description (std::string &&value)
 
void set_description (const char *value)
 
void set_description (const char *value, size_t size)
 
std::string * mutable_description ()
 
std::string * release_description ()
 
void set_allocated_description (std::string *description)
 
bool has_example () const
 
void clear_example ()
 
const std::string & example () const
 
void set_example (const std::string &value)
 
void set_example (std::string &&value)
 
void set_example (const char *value)
 
void set_example (const char *value, size_t size)
 
std::string * mutable_example ()
 
std::string * release_example ()
 
void set_allocated_example (std::string *example)
 
bool has_moos_global () const
 
void clear_moos_global ()
 
const std::string & moos_global () const
 
void set_moos_global (const std::string &value)
 
void set_moos_global (std::string &&value)
 
void set_moos_global (const char *value)
 
void set_moos_global (const char *value, size_t size)
 
std::string * mutable_moos_global ()
 
std::string * release_moos_global ()
 
void set_allocated_moos_global (std::string *moos_global)
 
bool has_cfg () const
 
void clear_cfg ()
 
const ::goby::GobyFieldOptions_ConfigurationOptions & cfg () const
 
::goby::GobyFieldOptions_ConfigurationOptions * release_cfg ()
 
::goby::GobyFieldOptions_ConfigurationOptions * mutable_cfg ()
 
void set_allocated_cfg (::goby::GobyFieldOptions_ConfigurationOptions *cfg)
 
void unsafe_arena_set_allocated_cfg (::goby::GobyFieldOptions_ConfigurationOptions *cfg)
 
::goby::GobyFieldOptions_ConfigurationOptions * unsafe_arena_release_cfg ()
 
 GobyMessageOptions_ConfigurationOptions_Tool ()
 
virtual ~GobyMessageOptions_ConfigurationOptions_Tool ()
 
 GobyMessageOptions_ConfigurationOptions_Tool (const GobyMessageOptions_ConfigurationOptions_Tool &from)
 
 GobyMessageOptions_ConfigurationOptions_Tool (GobyMessageOptions_ConfigurationOptions_Tool &&from) noexcept
 
GobyMessageOptions_ConfigurationOptions_Tooloperator= (const GobyMessageOptions_ConfigurationOptions_Tool &from)
 
GobyMessageOptions_ConfigurationOptions_Tooloperator= (GobyMessageOptions_ConfigurationOptions_Tool &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyMessageOptions_ConfigurationOptions_Tool *other)
 
void UnsafeArenaSwap (GobyMessageOptions_ConfigurationOptions_Tool *other)
 
GobyMessageOptions_ConfigurationOptions_ToolNew () const final
 
GobyMessageOptions_ConfigurationOptions_ToolNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GobyMessageOptions_ConfigurationOptions_Tool &from)
 
void MergeFrom (const GobyMessageOptions_ConfigurationOptions_Tool &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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_is_tool () const
 
void clear_is_tool ()
 
bool is_tool () const
 
void set_is_tool (bool value)
 
bool has_has_subtools () const
 
void clear_has_subtools ()
 
bool has_subtools () const
 
void set_has_subtools (bool value)
 
bool has_has_help_action () const
 
void clear_has_help_action ()
 
bool has_help_action () const
 
void set_has_help_action (bool value)
 
 GobyMessageOptions_ConfigurationOptions ()
 
virtual ~GobyMessageOptions_ConfigurationOptions ()
 
 GobyMessageOptions_ConfigurationOptions (const GobyMessageOptions_ConfigurationOptions &from)
 
 GobyMessageOptions_ConfigurationOptions (GobyMessageOptions_ConfigurationOptions &&from) noexcept
 
GobyMessageOptions_ConfigurationOptionsoperator= (const GobyMessageOptions_ConfigurationOptions &from)
 
GobyMessageOptions_ConfigurationOptionsoperator= (GobyMessageOptions_ConfigurationOptions &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyMessageOptions_ConfigurationOptions *other)
 
void UnsafeArenaSwap (GobyMessageOptions_ConfigurationOptions *other)
 
GobyMessageOptions_ConfigurationOptionsNew () const final
 
GobyMessageOptions_ConfigurationOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GobyMessageOptions_ConfigurationOptions &from)
 
void MergeFrom (const GobyMessageOptions_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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_tool () const
 
void clear_tool ()
 
const ::goby::GobyMessageOptions_ConfigurationOptions_Tool & tool () const
 
::goby::GobyMessageOptions_ConfigurationOptions_Tool * release_tool ()
 
::goby::GobyMessageOptions_ConfigurationOptions_Tool * mutable_tool ()
 
void set_allocated_tool (::goby::GobyMessageOptions_ConfigurationOptions_Tool *tool)
 
void unsafe_arena_set_allocated_tool (::goby::GobyMessageOptions_ConfigurationOptions_Tool *tool)
 
::goby::GobyMessageOptions_ConfigurationOptions_Tool * unsafe_arena_release_tool ()
 
 GobyMessageOptions ()
 
virtual ~GobyMessageOptions ()
 
 GobyMessageOptions (const GobyMessageOptions &from)
 
 GobyMessageOptions (GobyMessageOptions &&from) noexcept
 
GobyMessageOptionsoperator= (const GobyMessageOptions &from)
 
GobyMessageOptionsoperator= (GobyMessageOptions &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyMessageOptions *other)
 
void UnsafeArenaSwap (GobyMessageOptions *other)
 
GobyMessageOptionsNew () const final
 
GobyMessageOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GobyMessageOptions &from)
 
void MergeFrom (const GobyMessageOptions &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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_convertible_from () const
 
void clear_convertible_from ()
 
const std::string & convertible_from () const
 
void set_convertible_from (const std::string &value)
 
void set_convertible_from (std::string &&value)
 
void set_convertible_from (const char *value)
 
void set_convertible_from (const char *value, size_t size)
 
std::string * mutable_convertible_from ()
 
std::string * release_convertible_from ()
 
void set_allocated_convertible_from (std::string *convertible_from)
 
bool has_cfg () const
 
void clear_cfg ()
 
const ::goby::GobyMessageOptions_ConfigurationOptions & cfg () const
 
::goby::GobyMessageOptions_ConfigurationOptions * release_cfg ()
 
::goby::GobyMessageOptions_ConfigurationOptions * mutable_cfg ()
 
void set_allocated_cfg (::goby::GobyMessageOptions_ConfigurationOptions *cfg)
 
void unsafe_arena_set_allocated_cfg (::goby::GobyMessageOptions_ConfigurationOptions *cfg)
 
::goby::GobyMessageOptions_ConfigurationOptions * unsafe_arena_release_cfg ()
 
 GobyEnumValueOptions_ConfigurationOptions ()
 
virtual ~GobyEnumValueOptions_ConfigurationOptions ()
 
 GobyEnumValueOptions_ConfigurationOptions (const GobyEnumValueOptions_ConfigurationOptions &from)
 
 GobyEnumValueOptions_ConfigurationOptions (GobyEnumValueOptions_ConfigurationOptions &&from) noexcept
 
GobyEnumValueOptions_ConfigurationOptionsoperator= (const GobyEnumValueOptions_ConfigurationOptions &from)
 
GobyEnumValueOptions_ConfigurationOptionsoperator= (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_ConfigurationOptionsNew () const final
 
GobyEnumValueOptions_ConfigurationOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) 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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_external_command () const
 
void clear_external_command ()
 
const std::string & external_command () const
 
void set_external_command (const std::string &value)
 
void set_external_command (std::string &&value)
 
void set_external_command (const char *value)
 
void set_external_command (const char *value, size_t size)
 
std::string * mutable_external_command ()
 
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
 
void set_external_help_param (const std::string &value)
 
void set_external_help_param (std::string &&value)
 
void set_external_help_param (const char *value)
 
void set_external_help_param (const char *value, size_t size)
 
std::string * mutable_external_help_param ()
 
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
 
void set_short_help_msg (const std::string &value)
 
void set_short_help_msg (std::string &&value)
 
void set_short_help_msg (const char *value)
 
void set_short_help_msg (const char *value, size_t size)
 
std::string * mutable_short_help_msg ()
 
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
 
void set_full_help_msg (const std::string &value)
 
void set_full_help_msg (std::string &&value)
 
void set_full_help_msg (const char *value)
 
void set_full_help_msg (const char *value, size_t size)
 
std::string * mutable_full_help_msg ()
 
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)
 
 GobyEnumValueOptions ()
 
virtual ~GobyEnumValueOptions ()
 
 GobyEnumValueOptions (const GobyEnumValueOptions &from)
 
 GobyEnumValueOptions (GobyEnumValueOptions &&from) noexcept
 
GobyEnumValueOptionsoperator= (const GobyEnumValueOptions &from)
 
GobyEnumValueOptionsoperator= (GobyEnumValueOptions &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyEnumValueOptions *other)
 
void UnsafeArenaSwap (GobyEnumValueOptions *other)
 
GobyEnumValueOptionsNew () const final
 
GobyEnumValueOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GobyEnumValueOptions &from)
 
void MergeFrom (const GobyEnumValueOptions &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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_cfg () const
 
void clear_cfg ()
 
const ::goby::GobyEnumValueOptions_ConfigurationOptions & cfg () const
 
::goby::GobyEnumValueOptions_ConfigurationOptions * release_cfg ()
 
::goby::GobyEnumValueOptions_ConfigurationOptions * mutable_cfg ()
 
void set_allocated_cfg (::goby::GobyEnumValueOptions_ConfigurationOptions *cfg)
 
void unsafe_arena_set_allocated_cfg (::goby::GobyEnumValueOptions_ConfigurationOptions *cfg)
 
::goby::GobyEnumValueOptions_ConfigurationOptions * unsafe_arena_release_cfg ()
 

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 GobyFieldOptions_ConfigurationOptions_Positiondefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyFieldOptions_ConfigurationOptions_Positioninternal_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 GobyFieldOptions_ConfigurationOptionsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyFieldOptions_ConfigurationOptionsinternal_default_instance ()
 
static bool ConfigAction_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ConfigAction_descriptor ()
 
template<typename T >
static const std::string & ConfigAction_Name (T enum_t_value)
 
static bool ConfigAction_Parse (const std::string &name, ConfigAction *value)
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const GobyFieldOptionsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyFieldOptionsinternal_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 GobyMessageOptions_ConfigurationOptions_Tooldefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyMessageOptions_ConfigurationOptions_Toolinternal_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 GobyMessageOptions_ConfigurationOptionsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyMessageOptions_ConfigurationOptionsinternal_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 GobyMessageOptionsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyMessageOptionsinternal_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 GobyEnumValueOptions_ConfigurationOptionsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyEnumValueOptions_ConfigurationOptionsinternal_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 GobyEnumValueOptionsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyEnumValueOptionsinternal_default_instance ()
 

Public Attributes

static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > _i_give_permission_to_break_this_code_default_external_help_param_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static constexpr ConfigAction ALWAYS
 
static constexpr ConfigAction ADVANCED
 
static constexpr ConfigAction DEVELOPER
 
static constexpr ConfigAction HIDDEN
 
static constexpr ConfigAction NEVER
 
static constexpr ConfigAction ConfigAction_MIN
 
static constexpr ConfigAction ConfigAction_MAX
 
static constexpr int ConfigAction_ARRAYSIZE
 

Protected Member Functions

 GobyFieldOptions_ConfigurationOptions_Position (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 GobyFieldOptions_ConfigurationOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 GobyFieldOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 GobyMessageOptions_ConfigurationOptions_Tool (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 GobyMessageOptions_ConfigurationOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 GobyMessageOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 GobyEnumValueOptions_ConfigurationOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 GobyEnumValueOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

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 (GobyFieldOptions_ConfigurationOptions_Position &a, GobyFieldOptions_ConfigurationOptions_Position &b)
 
void swap (GobyFieldOptions_ConfigurationOptions &a, GobyFieldOptions_ConfigurationOptions &b)
 
void swap (GobyFieldOptions &a, GobyFieldOptions &b)
 
void swap (GobyMessageOptions_ConfigurationOptions_Tool &a, GobyMessageOptions_ConfigurationOptions_Tool &b)
 
void swap (GobyMessageOptions_ConfigurationOptions &a, GobyMessageOptions_ConfigurationOptions &b)
 
void swap (GobyMessageOptions &a, GobyMessageOptions &b)
 
void swap (GobyEnumValueOptions_ConfigurationOptions &a, GobyEnumValueOptions_ConfigurationOptions &b)
 
void swap (GobyEnumValueOptions &a, GobyEnumValueOptions &b)
 

Detailed Description

Definition at line 129 of file option_extensions.pb.h.

Member Typedef Documentation

◆ ConfigAction

◆ ConfigurationOptions [1/3]

◆ ConfigurationOptions [2/3]

◆ ConfigurationOptions [3/3]

◆ Position

◆ Tool

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kEnableFieldNumber 
kMaxCountFieldNumber 

Definition at line 248 of file option_extensions.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kCliShortFieldNumber 
kEnvFieldNumber 
kPositionFieldNumber 
kActionFieldNumber 

Definition at line 450 of file option_extensions.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kDescriptionFieldNumber 
kExampleFieldNumber 
kMoosGlobalFieldNumber 
kCfgFieldNumber 

Definition at line 683 of file option_extensions.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kIsToolFieldNumber 
kHasSubtoolsFieldNumber 
kHasHelpActionFieldNumber 

Definition at line 930 of file option_extensions.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kToolFieldNumber 

Definition at line 1111 of file option_extensions.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kConvertibleFromFieldNumber 
kCfgFieldNumber 

Definition at line 1267 of file option_extensions.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kExternalCommandFieldNumber 
kExternalHelpParamFieldNumber 
kShortHelpMsgFieldNumber 
kFullHelpMsgFieldNumber 
kIncludeBinaryFlagFieldNumber 

Definition at line 1452 of file option_extensions.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kCfgFieldNumber 

Definition at line 1730 of file option_extensions.pb.h.

Constructor & Destructor Documentation

◆ ~GobyFieldOptions_ConfigurationOptions_Position()

virtual goby::PROTOBUF_FINAL::~GobyFieldOptions_ConfigurationOptions_Position ( )
virtual

◆ ~GobyFieldOptions_ConfigurationOptions()

virtual goby::PROTOBUF_FINAL::~GobyFieldOptions_ConfigurationOptions ( )
virtual

◆ ~GobyFieldOptions()

virtual goby::PROTOBUF_FINAL::~GobyFieldOptions ( )
virtual

◆ ~GobyMessageOptions_ConfigurationOptions_Tool()

virtual goby::PROTOBUF_FINAL::~GobyMessageOptions_ConfigurationOptions_Tool ( )
virtual

◆ ~GobyMessageOptions_ConfigurationOptions()

virtual goby::PROTOBUF_FINAL::~GobyMessageOptions_ConfigurationOptions ( )
virtual

◆ ~GobyMessageOptions()

virtual goby::PROTOBUF_FINAL::~GobyMessageOptions ( )
virtual

◆ ~GobyEnumValueOptions_ConfigurationOptions()

virtual goby::PROTOBUF_FINAL::~GobyEnumValueOptions_ConfigurationOptions ( )
virtual

◆ ~GobyEnumValueOptions()

virtual goby::PROTOBUF_FINAL::~GobyEnumValueOptions ( )
virtual

Member Function Documentation

◆ _InternalParse() [1/8]

const char* goby::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [2/8]

const char* goby::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [3/8]

const char* goby::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [4/8]

const char* goby::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [5/8]

const char* goby::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [6/8]

const char* goby::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [7/8]

const char* goby::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [8/8]

const char* goby::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize() [1/8]

::PROTOBUF_NAMESPACE_ID::uint8* goby::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [2/8]

::PROTOBUF_NAMESPACE_ID::uint8* goby::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [3/8]

::PROTOBUF_NAMESPACE_ID::uint8* goby::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [4/8]

::PROTOBUF_NAMESPACE_ID::uint8* goby::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [5/8]

::PROTOBUF_NAMESPACE_ID::uint8* goby::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [6/8]

::PROTOBUF_NAMESPACE_ID::uint8* goby::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [7/8]

::PROTOBUF_NAMESPACE_ID::uint8* goby::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [8/8]

::PROTOBUF_NAMESPACE_ID::uint8* goby::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ action()

::goby::GobyFieldOptions_ConfigurationOptions_ConfigAction goby::PROTOBUF_FINAL::action ( ) const

◆ ByteSizeLong() [1/8]

size_t goby::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [2/8]

size_t goby::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [3/8]

size_t goby::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [4/8]

size_t goby::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [5/8]

size_t goby::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [6/8]

size_t goby::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [7/8]

size_t goby::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [8/8]

size_t goby::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ cfg() [1/3]

const ::goby::GobyFieldOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::cfg ( ) const

◆ cfg() [2/3]

const ::goby::GobyMessageOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::cfg ( ) const

◆ cfg() [3/3]

const ::goby::GobyEnumValueOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::cfg ( ) const

◆ Clear() [1/8]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [2/8]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [3/8]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [4/8]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [5/8]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [6/8]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [7/8]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [8/8]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::PROTOBUF_FINAL::Clear ( )
final

◆ clear_action()

void goby::PROTOBUF_FINAL::clear_action ( )

◆ clear_cfg() [1/3]

void goby::PROTOBUF_FINAL::clear_cfg ( )

◆ clear_cfg() [2/3]

void goby::PROTOBUF_FINAL::clear_cfg ( )

◆ clear_cfg() [3/3]

void goby::PROTOBUF_FINAL::clear_cfg ( )

◆ clear_cli_short()

void goby::PROTOBUF_FINAL::clear_cli_short ( )

◆ clear_convertible_from()

void goby::PROTOBUF_FINAL::clear_convertible_from ( )

◆ clear_description()

void goby::PROTOBUF_FINAL::clear_description ( )

◆ clear_enable()

void goby::PROTOBUF_FINAL::clear_enable ( )

◆ clear_env()

void goby::PROTOBUF_FINAL::clear_env ( )

◆ clear_example()

void goby::PROTOBUF_FINAL::clear_example ( )

◆ clear_external_command()

void goby::PROTOBUF_FINAL::clear_external_command ( )

◆ clear_external_help_param()

void goby::PROTOBUF_FINAL::clear_external_help_param ( )

◆ clear_full_help_msg()

void goby::PROTOBUF_FINAL::clear_full_help_msg ( )

◆ clear_has_help_action()

void goby::PROTOBUF_FINAL::clear_has_help_action ( )

◆ clear_has_subtools()

void goby::PROTOBUF_FINAL::clear_has_subtools ( )

◆ clear_include_binary_flag()

void goby::PROTOBUF_FINAL::clear_include_binary_flag ( )

◆ clear_is_tool()

void goby::PROTOBUF_FINAL::clear_is_tool ( )

◆ clear_max_count()

void goby::PROTOBUF_FINAL::clear_max_count ( )

◆ clear_moos_global()

void goby::PROTOBUF_FINAL::clear_moos_global ( )

◆ clear_position()

void goby::PROTOBUF_FINAL::clear_position ( )

◆ clear_short_help_msg()

void goby::PROTOBUF_FINAL::clear_short_help_msg ( )

◆ clear_tool()

void goby::PROTOBUF_FINAL::clear_tool ( )

◆ cli_short()

const std::string& goby::PROTOBUF_FINAL::cli_short ( ) const

◆ ConfigAction_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::PROTOBUF_FINAL::ConfigAction_descriptor ( )
inlinestatic

Definition at line 433 of file option_extensions.pb.h.

◆ ConfigAction_IsValid()

static bool goby::PROTOBUF_FINAL::ConfigAction_IsValid ( int  value)
inlinestatic

Definition at line 423 of file option_extensions.pb.h.

◆ ConfigAction_Name()

template<typename T >
static const std::string& goby::PROTOBUF_FINAL::ConfigAction_Name ( enum_t_value)
inlinestatic

Definition at line 437 of file option_extensions.pb.h.

◆ ConfigAction_Parse()

static bool goby::PROTOBUF_FINAL::ConfigAction_Parse ( const std::string &  name,
ConfigAction value 
)
inlinestatic

Definition at line 443 of file option_extensions.pb.h.

◆ convertible_from()

const std::string& goby::PROTOBUF_FINAL::convertible_from ( ) const

◆ CopyFrom() [1/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [2/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [3/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [4/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [5/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [6/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [7/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [8/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [9/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const GobyEnumValueOptions from)

◆ CopyFrom() [10/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const GobyEnumValueOptions_ConfigurationOptions from)

◆ CopyFrom() [11/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const GobyFieldOptions from)

◆ CopyFrom() [12/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const GobyFieldOptions_ConfigurationOptions from)

◆ CopyFrom() [13/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const GobyFieldOptions_ConfigurationOptions_Position from)

◆ CopyFrom() [14/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const GobyMessageOptions from)

◆ CopyFrom() [15/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const GobyMessageOptions_ConfigurationOptions from)

◆ CopyFrom() [16/16]

void goby::PROTOBUF_FINAL::CopyFrom ( const GobyMessageOptions_ConfigurationOptions_Tool from)

◆ default_instance() [1/8]

static const GobyFieldOptions_ConfigurationOptions_Position& goby::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [2/8]

static const GobyFieldOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [3/8]

static const GobyFieldOptions& goby::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [4/8]

static const GobyMessageOptions_ConfigurationOptions_Tool& goby::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [5/8]

static const GobyMessageOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [6/8]

static const GobyMessageOptions& goby::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [7/8]

static const GobyEnumValueOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [8/8]

static const GobyEnumValueOptions& goby::PROTOBUF_FINAL::default_instance ( )
static

◆ description()

const std::string& goby::PROTOBUF_FINAL::description ( ) const

◆ descriptor() [1/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::descriptor ( )
inlinestatic

Definition at line 161 of file option_extensions.pb.h.

◆ descriptor() [2/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::descriptor ( )
inlinestatic

Definition at line 325 of file option_extensions.pb.h.

◆ descriptor() [3/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::descriptor ( )
inlinestatic

Definition at line 594 of file option_extensions.pb.h.

◆ descriptor() [4/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::descriptor ( )
inlinestatic

Definition at line 843 of file option_extensions.pb.h.

◆ descriptor() [5/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::descriptor ( )
inlinestatic

Definition at line 1022 of file option_extensions.pb.h.

◆ descriptor() [6/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::descriptor ( )
inlinestatic

Definition at line 1178 of file option_extensions.pb.h.

◆ descriptor() [7/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::descriptor ( )
inlinestatic

Definition at line 1365 of file option_extensions.pb.h.

◆ descriptor() [8/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::descriptor ( )
inlinestatic

Definition at line 1641 of file option_extensions.pb.h.

◆ enable()

bool goby::PROTOBUF_FINAL::enable ( ) const

◆ env()

const std::string& goby::PROTOBUF_FINAL::env ( ) const

◆ example()

const std::string& goby::PROTOBUF_FINAL::example ( ) const

◆ external_command()

const std::string& goby::PROTOBUF_FINAL::external_command ( ) const

◆ external_help_param()

const std::string& goby::PROTOBUF_FINAL::external_help_param ( ) const

◆ full_help_msg()

const std::string& goby::PROTOBUF_FINAL::full_help_msg ( ) const

◆ GetCachedSize() [1/8]

int goby::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 217 of file option_extensions.pb.h.

◆ GetCachedSize() [2/8]

int goby::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 381 of file option_extensions.pb.h.

◆ GetCachedSize() [3/8]

int goby::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 650 of file option_extensions.pb.h.

◆ GetCachedSize() [4/8]

int goby::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 899 of file option_extensions.pb.h.

◆ GetCachedSize() [5/8]

int goby::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 1078 of file option_extensions.pb.h.

◆ GetCachedSize() [6/8]

int goby::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 1234 of file option_extensions.pb.h.

◆ GetCachedSize() [7/8]

int goby::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 1421 of file option_extensions.pb.h.

◆ GetCachedSize() [8/8]

int goby::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 1697 of file option_extensions.pb.h.

◆ GetDescriptor() [1/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

Definition at line 164 of file option_extensions.pb.h.

◆ GetDescriptor() [2/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

Definition at line 328 of file option_extensions.pb.h.

◆ GetDescriptor() [3/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

Definition at line 597 of file option_extensions.pb.h.

◆ GetDescriptor() [4/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

Definition at line 846 of file option_extensions.pb.h.

◆ GetDescriptor() [5/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

Definition at line 1025 of file option_extensions.pb.h.

◆ GetDescriptor() [6/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

Definition at line 1181 of file option_extensions.pb.h.

◆ GetDescriptor() [7/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

Definition at line 1368 of file option_extensions.pb.h.

◆ GetDescriptor() [8/8]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

Definition at line 1644 of file option_extensions.pb.h.

◆ GetMetadata() [1/8]

::PROTOBUF_NAMESPACE_ID::Metadata goby::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [2/8]

::PROTOBUF_NAMESPACE_ID::Metadata goby::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [3/8]

::PROTOBUF_NAMESPACE_ID::Metadata goby::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [4/8]

::PROTOBUF_NAMESPACE_ID::Metadata goby::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [5/8]

::PROTOBUF_NAMESPACE_ID::Metadata goby::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [6/8]

::PROTOBUF_NAMESPACE_ID::Metadata goby::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [7/8]

::PROTOBUF_NAMESPACE_ID::Metadata goby::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [8/8]

::PROTOBUF_NAMESPACE_ID::Metadata goby::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetReflection() [1/8]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

Definition at line 167 of file option_extensions.pb.h.

◆ GetReflection() [2/8]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

Definition at line 331 of file option_extensions.pb.h.

◆ GetReflection() [3/8]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

Definition at line 600 of file option_extensions.pb.h.

◆ GetReflection() [4/8]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

Definition at line 849 of file option_extensions.pb.h.

◆ GetReflection() [5/8]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

Definition at line 1028 of file option_extensions.pb.h.

◆ GetReflection() [6/8]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

Definition at line 1184 of file option_extensions.pb.h.

◆ GetReflection() [7/8]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

Definition at line 1371 of file option_extensions.pb.h.

◆ GetReflection() [8/8]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

Definition at line 1647 of file option_extensions.pb.h.

◆ GobyEnumValueOptions() [1/4]

goby::PROTOBUF_FINAL::GobyEnumValueOptions ( )
inline

Definition at line 1612 of file option_extensions.pb.h.

◆ GobyEnumValueOptions() [2/4]

goby::PROTOBUF_FINAL::GobyEnumValueOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ GobyEnumValueOptions() [3/4]

goby::PROTOBUF_FINAL::GobyEnumValueOptions ( const GobyEnumValueOptions &  from)

◆ GobyEnumValueOptions() [4/4]

goby::PROTOBUF_FINAL::GobyEnumValueOptions ( GobyEnumValueOptions &&  from)
inlinenoexcept

Definition at line 1616 of file option_extensions.pb.h.

◆ GobyEnumValueOptions_ConfigurationOptions() [1/4]

goby::PROTOBUF_FINAL::GobyEnumValueOptions_ConfigurationOptions ( )
inline

Definition at line 1336 of file option_extensions.pb.h.

◆ GobyEnumValueOptions_ConfigurationOptions() [2/4]

goby::PROTOBUF_FINAL::GobyEnumValueOptions_ConfigurationOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ GobyEnumValueOptions_ConfigurationOptions() [3/4]

goby::PROTOBUF_FINAL::GobyEnumValueOptions_ConfigurationOptions ( const GobyEnumValueOptions_ConfigurationOptions &  from)

◆ GobyEnumValueOptions_ConfigurationOptions() [4/4]

goby::PROTOBUF_FINAL::GobyEnumValueOptions_ConfigurationOptions ( GobyEnumValueOptions_ConfigurationOptions &&  from)
inlinenoexcept

Definition at line 1340 of file option_extensions.pb.h.

◆ GobyFieldOptions() [1/4]

goby::PROTOBUF_FINAL::GobyFieldOptions ( )
inline

Definition at line 565 of file option_extensions.pb.h.

◆ GobyFieldOptions() [2/4]

goby::PROTOBUF_FINAL::GobyFieldOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ GobyFieldOptions() [3/4]

goby::PROTOBUF_FINAL::GobyFieldOptions ( const GobyFieldOptions &  from)

◆ GobyFieldOptions() [4/4]

goby::PROTOBUF_FINAL::GobyFieldOptions ( GobyFieldOptions &&  from)
inlinenoexcept

Definition at line 569 of file option_extensions.pb.h.

◆ GobyFieldOptions_ConfigurationOptions() [1/4]

goby::PROTOBUF_FINAL::GobyFieldOptions_ConfigurationOptions ( )
inline

Definition at line 296 of file option_extensions.pb.h.

◆ GobyFieldOptions_ConfigurationOptions() [2/4]

goby::PROTOBUF_FINAL::GobyFieldOptions_ConfigurationOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ GobyFieldOptions_ConfigurationOptions() [3/4]

goby::PROTOBUF_FINAL::GobyFieldOptions_ConfigurationOptions ( const GobyFieldOptions_ConfigurationOptions &  from)

◆ GobyFieldOptions_ConfigurationOptions() [4/4]

goby::PROTOBUF_FINAL::GobyFieldOptions_ConfigurationOptions ( GobyFieldOptions_ConfigurationOptions &&  from)
inlinenoexcept

Definition at line 300 of file option_extensions.pb.h.

◆ GobyFieldOptions_ConfigurationOptions_Position() [1/4]

goby::PROTOBUF_FINAL::GobyFieldOptions_ConfigurationOptions_Position ( )
inline

Definition at line 132 of file option_extensions.pb.h.

◆ GobyFieldOptions_ConfigurationOptions_Position() [2/4]

goby::PROTOBUF_FINAL::GobyFieldOptions_ConfigurationOptions_Position ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ GobyFieldOptions_ConfigurationOptions_Position() [3/4]

goby::PROTOBUF_FINAL::GobyFieldOptions_ConfigurationOptions_Position ( const GobyFieldOptions_ConfigurationOptions_Position &  from)

◆ GobyFieldOptions_ConfigurationOptions_Position() [4/4]

goby::PROTOBUF_FINAL::GobyFieldOptions_ConfigurationOptions_Position ( GobyFieldOptions_ConfigurationOptions_Position &&  from)
inlinenoexcept

Definition at line 136 of file option_extensions.pb.h.

◆ GobyMessageOptions() [1/4]

goby::PROTOBUF_FINAL::GobyMessageOptions ( )
inline

Definition at line 1149 of file option_extensions.pb.h.

◆ GobyMessageOptions() [2/4]

goby::PROTOBUF_FINAL::GobyMessageOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ GobyMessageOptions() [3/4]

goby::PROTOBUF_FINAL::GobyMessageOptions ( const GobyMessageOptions &  from)

◆ GobyMessageOptions() [4/4]

goby::PROTOBUF_FINAL::GobyMessageOptions ( GobyMessageOptions &&  from)
inlinenoexcept

Definition at line 1153 of file option_extensions.pb.h.

◆ GobyMessageOptions_ConfigurationOptions() [1/4]

goby::PROTOBUF_FINAL::GobyMessageOptions_ConfigurationOptions ( )
inline

Definition at line 993 of file option_extensions.pb.h.

◆ GobyMessageOptions_ConfigurationOptions() [2/4]

goby::PROTOBUF_FINAL::GobyMessageOptions_ConfigurationOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ GobyMessageOptions_ConfigurationOptions() [3/4]

goby::PROTOBUF_FINAL::GobyMessageOptions_ConfigurationOptions ( const GobyMessageOptions_ConfigurationOptions &  from)

◆ GobyMessageOptions_ConfigurationOptions() [4/4]

goby::PROTOBUF_FINAL::GobyMessageOptions_ConfigurationOptions ( GobyMessageOptions_ConfigurationOptions &&  from)
inlinenoexcept

Definition at line 997 of file option_extensions.pb.h.

◆ GobyMessageOptions_ConfigurationOptions_Tool() [1/4]

goby::PROTOBUF_FINAL::GobyMessageOptions_ConfigurationOptions_Tool ( )
inline

Definition at line 814 of file option_extensions.pb.h.

◆ GobyMessageOptions_ConfigurationOptions_Tool() [2/4]

goby::PROTOBUF_FINAL::GobyMessageOptions_ConfigurationOptions_Tool ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ GobyMessageOptions_ConfigurationOptions_Tool() [3/4]

goby::PROTOBUF_FINAL::GobyMessageOptions_ConfigurationOptions_Tool ( const GobyMessageOptions_ConfigurationOptions_Tool &  from)

◆ GobyMessageOptions_ConfigurationOptions_Tool() [4/4]

goby::PROTOBUF_FINAL::GobyMessageOptions_ConfigurationOptions_Tool ( GobyMessageOptions_ConfigurationOptions_Tool &&  from)
inlinenoexcept

Definition at line 818 of file option_extensions.pb.h.

◆ has_action()

bool goby::PROTOBUF_FINAL::has_action ( ) const

◆ has_cfg() [1/3]

bool goby::PROTOBUF_FINAL::has_cfg ( ) const

◆ has_cfg() [2/3]

bool goby::PROTOBUF_FINAL::has_cfg ( ) const

◆ has_cfg() [3/3]

bool goby::PROTOBUF_FINAL::has_cfg ( ) const

◆ has_cli_short()

bool goby::PROTOBUF_FINAL::has_cli_short ( ) const

◆ has_convertible_from()

bool goby::PROTOBUF_FINAL::has_convertible_from ( ) const

◆ has_description()

bool goby::PROTOBUF_FINAL::has_description ( ) const

◆ has_enable()

bool goby::PROTOBUF_FINAL::has_enable ( ) const

◆ has_env()

bool goby::PROTOBUF_FINAL::has_env ( ) const

◆ has_example()

bool goby::PROTOBUF_FINAL::has_example ( ) const

◆ has_external_command()

bool goby::PROTOBUF_FINAL::has_external_command ( ) const

◆ has_external_help_param()

bool goby::PROTOBUF_FINAL::has_external_help_param ( ) const

◆ has_full_help_msg()

bool goby::PROTOBUF_FINAL::has_full_help_msg ( ) const

◆ has_has_help_action()

bool goby::PROTOBUF_FINAL::has_has_help_action ( ) const

◆ has_has_subtools()

bool goby::PROTOBUF_FINAL::has_has_subtools ( ) const

◆ has_help_action()

bool goby::PROTOBUF_FINAL::has_help_action ( ) const

◆ has_include_binary_flag()

bool goby::PROTOBUF_FINAL::has_include_binary_flag ( ) const

◆ has_is_tool()

bool goby::PROTOBUF_FINAL::has_is_tool ( ) const

◆ has_max_count()

bool goby::PROTOBUF_FINAL::has_max_count ( ) const

◆ has_moos_global()

bool goby::PROTOBUF_FINAL::has_moos_global ( ) const

◆ has_position()

bool goby::PROTOBUF_FINAL::has_position ( ) const

◆ has_short_help_msg()

bool goby::PROTOBUF_FINAL::has_short_help_msg ( ) const

◆ has_subtools()

bool goby::PROTOBUF_FINAL::has_subtools ( ) const

◆ has_tool()

bool goby::PROTOBUF_FINAL::has_tool ( ) const

◆ include_binary_flag()

bool goby::PROTOBUF_FINAL::include_binary_flag ( ) const

◆ InitAsDefaultInstance() [1/8]

static void goby::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ InitAsDefaultInstance() [2/8]

static void goby::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ InitAsDefaultInstance() [3/8]

static void goby::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ InitAsDefaultInstance() [4/8]

static void goby::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ InitAsDefaultInstance() [5/8]

static void goby::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ InitAsDefaultInstance() [6/8]

static void goby::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ InitAsDefaultInstance() [7/8]

static void goby::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ InitAsDefaultInstance() [8/8]

static void goby::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ internal_default_instance() [1/8]

static const GobyFieldOptions_ConfigurationOptions_Position* goby::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 173 of file option_extensions.pb.h.

◆ internal_default_instance() [2/8]

static const GobyFieldOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 337 of file option_extensions.pb.h.

◆ internal_default_instance() [3/8]

static const GobyFieldOptions* goby::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 606 of file option_extensions.pb.h.

◆ internal_default_instance() [4/8]

static const GobyMessageOptions_ConfigurationOptions_Tool* goby::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 855 of file option_extensions.pb.h.

◆ internal_default_instance() [5/8]

static const GobyMessageOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 1034 of file option_extensions.pb.h.

◆ internal_default_instance() [6/8]

static const GobyMessageOptions* goby::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 1190 of file option_extensions.pb.h.

◆ internal_default_instance() [7/8]

static const GobyEnumValueOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 1377 of file option_extensions.pb.h.

◆ internal_default_instance() [8/8]

static const GobyEnumValueOptions* goby::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 1653 of file option_extensions.pb.h.

◆ is_tool()

bool goby::PROTOBUF_FINAL::is_tool ( ) const

◆ IsInitialized() [1/8]

bool goby::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [2/8]

bool goby::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [3/8]

bool goby::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [4/8]

bool goby::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [5/8]

bool goby::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [6/8]

bool goby::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [7/8]

bool goby::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [8/8]

bool goby::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ max_count()

::PROTOBUF_NAMESPACE_ID::int32 goby::PROTOBUF_FINAL::max_count ( ) const

◆ MergeFrom() [1/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [2/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [3/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [4/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [5/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [6/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [7/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [8/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [9/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const GobyEnumValueOptions from)

◆ MergeFrom() [10/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const GobyEnumValueOptions_ConfigurationOptions from)

◆ MergeFrom() [11/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const GobyFieldOptions from)

◆ MergeFrom() [12/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const GobyFieldOptions_ConfigurationOptions from)

◆ MergeFrom() [13/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const GobyFieldOptions_ConfigurationOptions_Position from)

◆ MergeFrom() [14/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const GobyMessageOptions from)

◆ MergeFrom() [15/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const GobyMessageOptions_ConfigurationOptions from)

◆ MergeFrom() [16/16]

void goby::PROTOBUF_FINAL::MergeFrom ( const GobyMessageOptions_ConfigurationOptions_Tool from)

◆ moos_global()

const std::string& goby::PROTOBUF_FINAL::moos_global ( ) const

◆ mutable_cfg() [1/3]

::goby::GobyFieldOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::mutable_cfg ( )

◆ mutable_cfg() [2/3]

::goby::GobyMessageOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::mutable_cfg ( )

◆ mutable_cfg() [3/3]

::goby::GobyEnumValueOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::mutable_cfg ( )

◆ mutable_cli_short()

std::string* goby::PROTOBUF_FINAL::mutable_cli_short ( )

◆ mutable_convertible_from()

std::string* goby::PROTOBUF_FINAL::mutable_convertible_from ( )

◆ mutable_description()

std::string* goby::PROTOBUF_FINAL::mutable_description ( )

◆ mutable_env()

std::string* goby::PROTOBUF_FINAL::mutable_env ( )

◆ mutable_example()

std::string* goby::PROTOBUF_FINAL::mutable_example ( )

◆ mutable_external_command()

std::string* goby::PROTOBUF_FINAL::mutable_external_command ( )

◆ mutable_external_help_param()

std::string* goby::PROTOBUF_FINAL::mutable_external_help_param ( )

◆ mutable_full_help_msg()

std::string* goby::PROTOBUF_FINAL::mutable_full_help_msg ( )

◆ mutable_moos_global()

std::string* goby::PROTOBUF_FINAL::mutable_moos_global ( )

◆ mutable_position()

::goby::GobyFieldOptions_ConfigurationOptions_Position* goby::PROTOBUF_FINAL::mutable_position ( )

◆ mutable_short_help_msg()

std::string* goby::PROTOBUF_FINAL::mutable_short_help_msg ( )

◆ mutable_tool()

::goby::GobyMessageOptions_ConfigurationOptions_Tool* goby::PROTOBUF_FINAL::mutable_tool ( )

◆ mutable_unknown_fields() [1/8]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 157 of file option_extensions.pb.h.

◆ mutable_unknown_fields() [2/8]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 321 of file option_extensions.pb.h.

◆ mutable_unknown_fields() [3/8]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 590 of file option_extensions.pb.h.

◆ mutable_unknown_fields() [4/8]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 839 of file option_extensions.pb.h.

◆ mutable_unknown_fields() [5/8]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 1018 of file option_extensions.pb.h.

◆ mutable_unknown_fields() [6/8]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 1174 of file option_extensions.pb.h.

◆ mutable_unknown_fields() [7/8]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 1361 of file option_extensions.pb.h.

◆ mutable_unknown_fields() [8/8]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 1637 of file option_extensions.pb.h.

◆ New() [1/16]

GobyFieldOptions_ConfigurationOptions_Position* goby::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 199 of file option_extensions.pb.h.

◆ New() [2/16]

GobyFieldOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 363 of file option_extensions.pb.h.

◆ New() [3/16]

GobyFieldOptions* goby::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 632 of file option_extensions.pb.h.

◆ New() [4/16]

GobyMessageOptions_ConfigurationOptions_Tool* goby::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 881 of file option_extensions.pb.h.

◆ New() [5/16]

GobyMessageOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 1060 of file option_extensions.pb.h.

◆ New() [6/16]

GobyMessageOptions* goby::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 1216 of file option_extensions.pb.h.

◆ New() [7/16]

GobyEnumValueOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 1403 of file option_extensions.pb.h.

◆ New() [8/16]

GobyEnumValueOptions* goby::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 1679 of file option_extensions.pb.h.

◆ New() [9/16]

GobyFieldOptions_ConfigurationOptions_Position* goby::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 203 of file option_extensions.pb.h.

◆ New() [10/16]

GobyFieldOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 367 of file option_extensions.pb.h.

◆ New() [11/16]

GobyFieldOptions* goby::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 636 of file option_extensions.pb.h.

◆ New() [12/16]

GobyMessageOptions_ConfigurationOptions_Tool* goby::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 885 of file option_extensions.pb.h.

◆ New() [13/16]

GobyMessageOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 1064 of file option_extensions.pb.h.

◆ New() [14/16]

GobyMessageOptions* goby::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 1220 of file option_extensions.pb.h.

◆ New() [15/16]

GobyEnumValueOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 1407 of file option_extensions.pb.h.

◆ New() [16/16]

GobyEnumValueOptions* goby::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 1683 of file option_extensions.pb.h.

◆ operator=() [1/16]

GobyEnumValueOptions& goby::PROTOBUF_FINAL::operator= ( const GobyEnumValueOptions from)
inline

Definition at line 1621 of file option_extensions.pb.h.

◆ operator=() [2/16]

GobyEnumValueOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::operator= ( const GobyEnumValueOptions_ConfigurationOptions from)
inline

Definition at line 1345 of file option_extensions.pb.h.

◆ operator=() [3/16]

GobyFieldOptions& goby::PROTOBUF_FINAL::operator= ( const GobyFieldOptions from)
inline

Definition at line 574 of file option_extensions.pb.h.

◆ operator=() [4/16]

GobyFieldOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::operator= ( const GobyFieldOptions_ConfigurationOptions from)
inline

Definition at line 305 of file option_extensions.pb.h.

◆ operator=() [5/16]

Definition at line 141 of file option_extensions.pb.h.

◆ operator=() [6/16]

GobyMessageOptions& goby::PROTOBUF_FINAL::operator= ( const GobyMessageOptions from)
inline

Definition at line 1158 of file option_extensions.pb.h.

◆ operator=() [7/16]

GobyMessageOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::operator= ( const GobyMessageOptions_ConfigurationOptions from)
inline

Definition at line 1002 of file option_extensions.pb.h.

◆ operator=() [8/16]

GobyMessageOptions_ConfigurationOptions_Tool& goby::PROTOBUF_FINAL::operator= ( const GobyMessageOptions_ConfigurationOptions_Tool from)
inline

Definition at line 823 of file option_extensions.pb.h.

◆ operator=() [9/16]

GobyEnumValueOptions& goby::PROTOBUF_FINAL::operator= ( GobyEnumValueOptions &&  from)
inlinenoexcept

Definition at line 1625 of file option_extensions.pb.h.

◆ operator=() [10/16]

GobyEnumValueOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::operator= ( GobyEnumValueOptions_ConfigurationOptions &&  from)
inlinenoexcept

Definition at line 1349 of file option_extensions.pb.h.

◆ operator=() [11/16]

GobyFieldOptions& goby::PROTOBUF_FINAL::operator= ( GobyFieldOptions &&  from)
inlinenoexcept

Definition at line 578 of file option_extensions.pb.h.

◆ operator=() [12/16]

GobyFieldOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::operator= ( GobyFieldOptions_ConfigurationOptions &&  from)
inlinenoexcept

Definition at line 309 of file option_extensions.pb.h.

◆ operator=() [13/16]

GobyFieldOptions_ConfigurationOptions_Position& goby::PROTOBUF_FINAL::operator= ( GobyFieldOptions_ConfigurationOptions_Position &&  from)
inlinenoexcept

Definition at line 145 of file option_extensions.pb.h.

◆ operator=() [14/16]

GobyMessageOptions& goby::PROTOBUF_FINAL::operator= ( GobyMessageOptions &&  from)
inlinenoexcept

Definition at line 1162 of file option_extensions.pb.h.

◆ operator=() [15/16]

GobyMessageOptions_ConfigurationOptions& goby::PROTOBUF_FINAL::operator= ( GobyMessageOptions_ConfigurationOptions &&  from)
inlinenoexcept

Definition at line 1006 of file option_extensions.pb.h.

◆ operator=() [16/16]

GobyMessageOptions_ConfigurationOptions_Tool& goby::PROTOBUF_FINAL::operator= ( GobyMessageOptions_ConfigurationOptions_Tool &&  from)
inlinenoexcept

Definition at line 827 of file option_extensions.pb.h.

◆ position()

const ::goby::GobyFieldOptions_ConfigurationOptions_Position& goby::PROTOBUF_FINAL::position ( ) const

◆ release_cfg() [1/3]

::goby::GobyFieldOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::release_cfg ( )

◆ release_cfg() [2/3]

::goby::GobyMessageOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::release_cfg ( )

◆ release_cfg() [3/3]

::goby::GobyEnumValueOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::release_cfg ( )

◆ release_cli_short()

std::string* goby::PROTOBUF_FINAL::release_cli_short ( )

◆ release_convertible_from()

std::string* goby::PROTOBUF_FINAL::release_convertible_from ( )

◆ release_description()

std::string* goby::PROTOBUF_FINAL::release_description ( )

◆ release_env()

std::string* goby::PROTOBUF_FINAL::release_env ( )

◆ release_example()

std::string* goby::PROTOBUF_FINAL::release_example ( )

◆ release_external_command()

std::string* goby::PROTOBUF_FINAL::release_external_command ( )

◆ release_external_help_param()

std::string* goby::PROTOBUF_FINAL::release_external_help_param ( )

◆ release_full_help_msg()

std::string* goby::PROTOBUF_FINAL::release_full_help_msg ( )

◆ release_moos_global()

std::string* goby::PROTOBUF_FINAL::release_moos_global ( )

◆ release_position()

::goby::GobyFieldOptions_ConfigurationOptions_Position* goby::PROTOBUF_FINAL::release_position ( )

◆ release_short_help_msg()

std::string* goby::PROTOBUF_FINAL::release_short_help_msg ( )

◆ release_tool()

::goby::GobyMessageOptions_ConfigurationOptions_Tool* goby::PROTOBUF_FINAL::release_tool ( )

◆ set_action()

void goby::PROTOBUF_FINAL::set_action ( ::goby::GobyFieldOptions_ConfigurationOptions_ConfigAction  value)

◆ set_allocated_cfg() [1/3]

void goby::PROTOBUF_FINAL::set_allocated_cfg ( ::goby::GobyEnumValueOptions_ConfigurationOptions *  cfg)

◆ set_allocated_cfg() [2/3]

void goby::PROTOBUF_FINAL::set_allocated_cfg ( ::goby::GobyFieldOptions_ConfigurationOptions *  cfg)

◆ set_allocated_cfg() [3/3]

void goby::PROTOBUF_FINAL::set_allocated_cfg ( ::goby::GobyMessageOptions_ConfigurationOptions *  cfg)

◆ set_allocated_cli_short()

void goby::PROTOBUF_FINAL::set_allocated_cli_short ( std::string *  cli_short)

◆ set_allocated_convertible_from()

void goby::PROTOBUF_FINAL::set_allocated_convertible_from ( std::string *  convertible_from)

◆ set_allocated_description()

void goby::PROTOBUF_FINAL::set_allocated_description ( std::string *  description)

◆ set_allocated_env()

void goby::PROTOBUF_FINAL::set_allocated_env ( std::string *  env)

◆ set_allocated_example()

void goby::PROTOBUF_FINAL::set_allocated_example ( std::string *  example)

◆ set_allocated_external_command()

void goby::PROTOBUF_FINAL::set_allocated_external_command ( std::string *  external_command)

◆ set_allocated_external_help_param()

void goby::PROTOBUF_FINAL::set_allocated_external_help_param ( std::string *  external_help_param)

◆ set_allocated_full_help_msg()

void goby::PROTOBUF_FINAL::set_allocated_full_help_msg ( std::string *  full_help_msg)

◆ set_allocated_moos_global()

void goby::PROTOBUF_FINAL::set_allocated_moos_global ( std::string *  moos_global)

◆ set_allocated_position()

void goby::PROTOBUF_FINAL::set_allocated_position ( ::goby::GobyFieldOptions_ConfigurationOptions_Position *  position)

◆ set_allocated_short_help_msg()

void goby::PROTOBUF_FINAL::set_allocated_short_help_msg ( std::string *  short_help_msg)

◆ set_allocated_tool()

void goby::PROTOBUF_FINAL::set_allocated_tool ( ::goby::GobyMessageOptions_ConfigurationOptions_Tool *  tool)

◆ set_cli_short() [1/4]

void goby::PROTOBUF_FINAL::set_cli_short ( const char *  value)

◆ set_cli_short() [2/4]

void goby::PROTOBUF_FINAL::set_cli_short ( const char *  value,
size_t  size 
)

◆ set_cli_short() [3/4]

void goby::PROTOBUF_FINAL::set_cli_short ( const std::string &  value)

◆ set_cli_short() [4/4]

void goby::PROTOBUF_FINAL::set_cli_short ( std::string &&  value)

◆ set_convertible_from() [1/4]

void goby::PROTOBUF_FINAL::set_convertible_from ( const char *  value)

◆ set_convertible_from() [2/4]

void goby::PROTOBUF_FINAL::set_convertible_from ( const char *  value,
size_t  size 
)

◆ set_convertible_from() [3/4]

void goby::PROTOBUF_FINAL::set_convertible_from ( const std::string &  value)

◆ set_convertible_from() [4/4]

void goby::PROTOBUF_FINAL::set_convertible_from ( std::string &&  value)

◆ set_description() [1/4]

void goby::PROTOBUF_FINAL::set_description ( const char *  value)

◆ set_description() [2/4]

void goby::PROTOBUF_FINAL::set_description ( const char *  value,
size_t  size 
)

◆ set_description() [3/4]

void goby::PROTOBUF_FINAL::set_description ( const std::string &  value)

◆ set_description() [4/4]

void goby::PROTOBUF_FINAL::set_description ( std::string &&  value)

◆ set_enable()

void goby::PROTOBUF_FINAL::set_enable ( bool  value)

◆ set_env() [1/4]

void goby::PROTOBUF_FINAL::set_env ( const char *  value)

◆ set_env() [2/4]

void goby::PROTOBUF_FINAL::set_env ( const char *  value,
size_t  size 
)

◆ set_env() [3/4]

void goby::PROTOBUF_FINAL::set_env ( const std::string &  value)

◆ set_env() [4/4]

void goby::PROTOBUF_FINAL::set_env ( std::string &&  value)

◆ set_example() [1/4]

void goby::PROTOBUF_FINAL::set_example ( const char *  value)

◆ set_example() [2/4]

void goby::PROTOBUF_FINAL::set_example ( const char *  value,
size_t  size 
)

◆ set_example() [3/4]

void goby::PROTOBUF_FINAL::set_example ( const std::string &  value)

◆ set_example() [4/4]

void goby::PROTOBUF_FINAL::set_example ( std::string &&  value)

◆ set_external_command() [1/4]

void goby::PROTOBUF_FINAL::set_external_command ( const char *  value)

◆ set_external_command() [2/4]

void goby::PROTOBUF_FINAL::set_external_command ( const char *  value,
size_t  size 
)

◆ set_external_command() [3/4]

void goby::PROTOBUF_FINAL::set_external_command ( const std::string &  value)

◆ set_external_command() [4/4]

void goby::PROTOBUF_FINAL::set_external_command ( std::string &&  value)

◆ set_external_help_param() [1/4]

void goby::PROTOBUF_FINAL::set_external_help_param ( const char *  value)

◆ set_external_help_param() [2/4]

void goby::PROTOBUF_FINAL::set_external_help_param ( const char *  value,
size_t  size 
)

◆ set_external_help_param() [3/4]

void goby::PROTOBUF_FINAL::set_external_help_param ( const std::string &  value)

◆ set_external_help_param() [4/4]

void goby::PROTOBUF_FINAL::set_external_help_param ( std::string &&  value)

◆ set_full_help_msg() [1/4]

void goby::PROTOBUF_FINAL::set_full_help_msg ( const char *  value)

◆ set_full_help_msg() [2/4]

void goby::PROTOBUF_FINAL::set_full_help_msg ( const char *  value,
size_t  size 
)

◆ set_full_help_msg() [3/4]

void goby::PROTOBUF_FINAL::set_full_help_msg ( const std::string &  value)

◆ set_full_help_msg() [4/4]

void goby::PROTOBUF_FINAL::set_full_help_msg ( std::string &&  value)

◆ set_has_help_action()

void goby::PROTOBUF_FINAL::set_has_help_action ( bool  value)

◆ set_has_subtools()

void goby::PROTOBUF_FINAL::set_has_subtools ( bool  value)

◆ set_include_binary_flag()

void goby::PROTOBUF_FINAL::set_include_binary_flag ( bool  value)

◆ set_is_tool()

void goby::PROTOBUF_FINAL::set_is_tool ( bool  value)

◆ set_max_count()

void goby::PROTOBUF_FINAL::set_max_count ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_moos_global() [1/4]

void goby::PROTOBUF_FINAL::set_moos_global ( const char *  value)

◆ set_moos_global() [2/4]

void goby::PROTOBUF_FINAL::set_moos_global ( const char *  value,
size_t  size 
)

◆ set_moos_global() [3/4]

void goby::PROTOBUF_FINAL::set_moos_global ( const std::string &  value)

◆ set_moos_global() [4/4]

void goby::PROTOBUF_FINAL::set_moos_global ( std::string &&  value)

◆ set_short_help_msg() [1/4]

void goby::PROTOBUF_FINAL::set_short_help_msg ( const char *  value)

◆ set_short_help_msg() [2/4]

void goby::PROTOBUF_FINAL::set_short_help_msg ( const char *  value,
size_t  size 
)

◆ set_short_help_msg() [3/4]

void goby::PROTOBUF_FINAL::set_short_help_msg ( const std::string &  value)

◆ set_short_help_msg() [4/4]

void goby::PROTOBUF_FINAL::set_short_help_msg ( std::string &&  value)

◆ short_help_msg()

const std::string& goby::PROTOBUF_FINAL::short_help_msg ( ) const

◆ Swap() [1/8]

void goby::PROTOBUF_FINAL::Swap ( GobyEnumValueOptions other)
inline

Definition at line 1663 of file option_extensions.pb.h.

◆ Swap() [2/8]

void goby::PROTOBUF_FINAL::Swap ( GobyEnumValueOptions_ConfigurationOptions other)
inline

Definition at line 1387 of file option_extensions.pb.h.

◆ Swap() [3/8]

void goby::PROTOBUF_FINAL::Swap ( GobyFieldOptions other)
inline

Definition at line 616 of file option_extensions.pb.h.

◆ Swap() [4/8]

void goby::PROTOBUF_FINAL::Swap ( GobyFieldOptions_ConfigurationOptions other)
inline

Definition at line 347 of file option_extensions.pb.h.

◆ Swap() [5/8]

void goby::PROTOBUF_FINAL::Swap ( GobyFieldOptions_ConfigurationOptions_Position other)
inline

Definition at line 183 of file option_extensions.pb.h.

◆ Swap() [6/8]

void goby::PROTOBUF_FINAL::Swap ( GobyMessageOptions other)
inline

Definition at line 1200 of file option_extensions.pb.h.

◆ Swap() [7/8]

void goby::PROTOBUF_FINAL::Swap ( GobyMessageOptions_ConfigurationOptions other)
inline

Definition at line 1044 of file option_extensions.pb.h.

◆ Swap() [8/8]

void goby::PROTOBUF_FINAL::Swap ( GobyMessageOptions_ConfigurationOptions_Tool other)
inline

Definition at line 865 of file option_extensions.pb.h.

◆ tool()

const ::goby::GobyMessageOptions_ConfigurationOptions_Tool& goby::PROTOBUF_FINAL::tool ( ) const

◆ unknown_fields() [1/8]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 154 of file option_extensions.pb.h.

◆ unknown_fields() [2/8]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 318 of file option_extensions.pb.h.

◆ unknown_fields() [3/8]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 587 of file option_extensions.pb.h.

◆ unknown_fields() [4/8]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 836 of file option_extensions.pb.h.

◆ unknown_fields() [5/8]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 1015 of file option_extensions.pb.h.

◆ unknown_fields() [6/8]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 1171 of file option_extensions.pb.h.

◆ unknown_fields() [7/8]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 1358 of file option_extensions.pb.h.

◆ unknown_fields() [8/8]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 1634 of file option_extensions.pb.h.

◆ unsafe_arena_release_cfg() [1/3]

::goby::GobyFieldOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::unsafe_arena_release_cfg ( )

◆ unsafe_arena_release_cfg() [2/3]

::goby::GobyMessageOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::unsafe_arena_release_cfg ( )

◆ unsafe_arena_release_cfg() [3/3]

::goby::GobyEnumValueOptions_ConfigurationOptions* goby::PROTOBUF_FINAL::unsafe_arena_release_cfg ( )

◆ unsafe_arena_release_position()

::goby::GobyFieldOptions_ConfigurationOptions_Position* goby::PROTOBUF_FINAL::unsafe_arena_release_position ( )

◆ unsafe_arena_release_tool()

::goby::GobyMessageOptions_ConfigurationOptions_Tool* goby::PROTOBUF_FINAL::unsafe_arena_release_tool ( )

◆ unsafe_arena_set_allocated_cfg() [1/3]

void goby::PROTOBUF_FINAL::unsafe_arena_set_allocated_cfg ( ::goby::GobyEnumValueOptions_ConfigurationOptions *  cfg)

◆ unsafe_arena_set_allocated_cfg() [2/3]

void goby::PROTOBUF_FINAL::unsafe_arena_set_allocated_cfg ( ::goby::GobyFieldOptions_ConfigurationOptions *  cfg)

◆ unsafe_arena_set_allocated_cfg() [3/3]

void goby::PROTOBUF_FINAL::unsafe_arena_set_allocated_cfg ( ::goby::GobyMessageOptions_ConfigurationOptions *  cfg)

◆ unsafe_arena_set_allocated_position()

void goby::PROTOBUF_FINAL::unsafe_arena_set_allocated_position ( ::goby::GobyFieldOptions_ConfigurationOptions_Position *  position)

◆ unsafe_arena_set_allocated_tool()

void goby::PROTOBUF_FINAL::unsafe_arena_set_allocated_tool ( ::goby::GobyMessageOptions_ConfigurationOptions_Tool *  tool)

◆ UnsafeArenaSwap() [1/8]

void goby::PROTOBUF_FINAL::UnsafeArenaSwap ( GobyEnumValueOptions other)
inline

Definition at line 1671 of file option_extensions.pb.h.

◆ UnsafeArenaSwap() [2/8]

void goby::PROTOBUF_FINAL::UnsafeArenaSwap ( GobyEnumValueOptions_ConfigurationOptions other)
inline

Definition at line 1395 of file option_extensions.pb.h.

◆ UnsafeArenaSwap() [3/8]

void goby::PROTOBUF_FINAL::UnsafeArenaSwap ( GobyFieldOptions other)
inline

Definition at line 624 of file option_extensions.pb.h.

◆ UnsafeArenaSwap() [4/8]

void goby::PROTOBUF_FINAL::UnsafeArenaSwap ( GobyFieldOptions_ConfigurationOptions other)
inline

Definition at line 355 of file option_extensions.pb.h.

◆ UnsafeArenaSwap() [5/8]

void goby::PROTOBUF_FINAL::UnsafeArenaSwap ( GobyFieldOptions_ConfigurationOptions_Position other)
inline

Definition at line 191 of file option_extensions.pb.h.

◆ UnsafeArenaSwap() [6/8]

void goby::PROTOBUF_FINAL::UnsafeArenaSwap ( GobyMessageOptions other)
inline

Definition at line 1208 of file option_extensions.pb.h.

◆ UnsafeArenaSwap() [7/8]

void goby::PROTOBUF_FINAL::UnsafeArenaSwap ( GobyMessageOptions_ConfigurationOptions other)
inline

Definition at line 1052 of file option_extensions.pb.h.

◆ UnsafeArenaSwap() [8/8]

void goby::PROTOBUF_FINAL::UnsafeArenaSwap ( GobyMessageOptions_ConfigurationOptions_Tool other)
inline

Definition at line 873 of file option_extensions.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 282 of file option_extensions.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 224 of file option_extensions.pb.h.

◆ ::TableStruct_goby_2fprotobuf_2foption_5fextensions_2eproto

Definition at line 289 of file option_extensions.pb.h.

◆ swap [1/8]

void swap ( GobyEnumValueOptions a,
GobyEnumValueOptions b 
)
friend

Definition at line 1660 of file option_extensions.pb.h.

◆ swap [2/8]

◆ swap [3/8]

void swap ( GobyFieldOptions a,
GobyFieldOptions b 
)
friend

Definition at line 613 of file option_extensions.pb.h.

◆ swap [4/8]

Definition at line 344 of file option_extensions.pb.h.

◆ swap [5/8]

◆ swap [6/8]

void swap ( GobyMessageOptions a,
GobyMessageOptions b 
)
friend

Definition at line 1197 of file option_extensions.pb.h.

◆ swap [7/8]

◆ swap [8/8]

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_external_help_param_

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> goby::PROTOBUF_FINAL::_i_give_permission_to_break_this_code_default_external_help_param_

Definition at line 1599 of file option_extensions.pb.h.

◆ ADVANCED

constexpr ConfigAction goby::PROTOBUF_FINAL::ADVANCED
staticconstexpr
Initial value:

Definition at line 415 of file option_extensions.pb.h.

◆ ALWAYS

constexpr ConfigAction goby::PROTOBUF_FINAL::ALWAYS
staticconstexpr
Initial value:

Definition at line 413 of file option_extensions.pb.h.

◆ ConfigAction_ARRAYSIZE

constexpr int goby::PROTOBUF_FINAL::ConfigAction_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 430 of file option_extensions.pb.h.

◆ ConfigAction_MAX

constexpr ConfigAction goby::PROTOBUF_FINAL::ConfigAction_MAX
staticconstexpr
Initial value:
=
constexpr GobyFieldOptions_ConfigurationOptions_ConfigAction GobyFieldOptions_ConfigurationOptions_ConfigAction_ConfigAction_MAX

Definition at line 428 of file option_extensions.pb.h.

◆ ConfigAction_MIN

constexpr ConfigAction goby::PROTOBUF_FINAL::ConfigAction_MIN
staticconstexpr
Initial value:
=
constexpr GobyFieldOptions_ConfigurationOptions_ConfigAction GobyFieldOptions_ConfigurationOptions_ConfigAction_ConfigAction_MIN

Definition at line 426 of file option_extensions.pb.h.

◆ DEVELOPER

constexpr ConfigAction goby::PROTOBUF_FINAL::DEVELOPER
staticconstexpr
Initial value:

Definition at line 417 of file option_extensions.pb.h.

◆ HIDDEN

constexpr ConfigAction goby::PROTOBUF_FINAL::HIDDEN
staticconstexpr
Initial value:

Definition at line 419 of file option_extensions.pb.h.

◆ kIndexInFileMessages

static constexpr int goby::PROTOBUF_FINAL::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 177 of file option_extensions.pb.h.

◆ NEVER

constexpr ConfigAction goby::PROTOBUF_FINAL::NEVER
staticconstexpr
Initial value:

Definition at line 421 of file option_extensions.pb.h.


The documentation for this class was generated from the following file: