Goby3  3.1.4
2024.02.22
goby::GobyEnumValueOptions_ConfigurationOptions Class Reference

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

Inheritance diagram for goby::GobyEnumValueOptions_ConfigurationOptions:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 GobyEnumValueOptions_ConfigurationOptions ()
 
virtual ~GobyEnumValueOptions_ConfigurationOptions ()
 
 GobyEnumValueOptions_ConfigurationOptions (const GobyEnumValueOptions_ConfigurationOptions &from)
 
GobyEnumValueOptions_ConfigurationOptionsoperator= (const GobyEnumValueOptions_ConfigurationOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyEnumValueOptions_ConfigurationOptions *other)
 
GobyEnumValueOptions_ConfigurationOptionsNew () const final
 
GobyEnumValueOptions_ConfigurationOptionsNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const GobyEnumValueOptions_ConfigurationOptions &from)
 
void MergeFrom (const GobyEnumValueOptions_ConfigurationOptions &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::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 (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 (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 (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 (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)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const GobyEnumValueOptions_ConfigurationOptionsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyEnumValueOptions_ConfigurationOptionsinternal_default_instance ()
 

Public Attributes

static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_external_help_param_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kExternalCommandFieldNumber = 1
 
static const int kExternalHelpParamFieldNumber = 2
 
static const int kShortHelpMsgFieldNumber = 3
 
static const int kFullHelpMsgFieldNumber = 4
 
static const int kIncludeBinaryFlagFieldNumber = 5
 

Friends

struct ::protobuf_goby_2fprotobuf_2foption_5fextensions_2eproto::TableStruct
 
void swap (GobyEnumValueOptions_ConfigurationOptions &a, GobyEnumValueOptions_ConfigurationOptions &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ GobyEnumValueOptions_ConfigurationOptions() [1/2]

goby::GobyEnumValueOptions_ConfigurationOptions::GobyEnumValueOptions_ConfigurationOptions ( )

◆ ~GobyEnumValueOptions_ConfigurationOptions()

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

◆ GobyEnumValueOptions_ConfigurationOptions() [2/2]

goby::GobyEnumValueOptions_ConfigurationOptions::GobyEnumValueOptions_ConfigurationOptions ( const GobyEnumValueOptions_ConfigurationOptions from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::GobyEnumValueOptions_ConfigurationOptions::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::GobyEnumValueOptions_ConfigurationOptions::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_external_command()

void goby::GobyEnumValueOptions_ConfigurationOptions::clear_external_command ( )
inline

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

◆ clear_external_help_param()

void goby::GobyEnumValueOptions_ConfigurationOptions::clear_external_help_param ( )
inline

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

◆ clear_full_help_msg()

void goby::GobyEnumValueOptions_ConfigurationOptions::clear_full_help_msg ( )
inline

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

◆ clear_include_binary_flag()

void goby::GobyEnumValueOptions_ConfigurationOptions::clear_include_binary_flag ( )
inline

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

◆ clear_short_help_msg()

void goby::GobyEnumValueOptions_ConfigurationOptions::clear_short_help_msg ( )
inline

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

◆ CopyFrom() [1/2]

void goby::GobyEnumValueOptions_ConfigurationOptions::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::GobyEnumValueOptions_ConfigurationOptions::descriptor ( )
static

◆ external_command()

const ::std::string & goby::GobyEnumValueOptions_ConfigurationOptions::external_command ( ) const
inline

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

◆ external_help_param()

const ::std::string & goby::GobyEnumValueOptions_ConfigurationOptions::external_help_param ( ) const
inline

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

◆ full_help_msg()

const ::std::string & goby::GobyEnumValueOptions_ConfigurationOptions::full_help_msg ( ) const
inline

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

◆ GetCachedSize()

int goby::GobyEnumValueOptions_ConfigurationOptions::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::GobyEnumValueOptions_ConfigurationOptions::GetMetadata ( ) const
finalvirtual

◆ has_external_command()

bool goby::GobyEnumValueOptions_ConfigurationOptions::has_external_command ( ) const
inline

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

◆ has_external_help_param()

bool goby::GobyEnumValueOptions_ConfigurationOptions::has_external_help_param ( ) const
inline

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

◆ has_full_help_msg()

bool goby::GobyEnumValueOptions_ConfigurationOptions::has_full_help_msg ( ) const
inline

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

◆ has_include_binary_flag()

bool goby::GobyEnumValueOptions_ConfigurationOptions::has_include_binary_flag ( ) const
inline

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

◆ has_short_help_msg()

bool goby::GobyEnumValueOptions_ConfigurationOptions::has_short_help_msg ( ) const
inline

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

◆ include_binary_flag()

bool goby::GobyEnumValueOptions_ConfigurationOptions::include_binary_flag ( ) const
inline

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

◆ InitAsDefaultInstance()

static void goby::GobyEnumValueOptions_ConfigurationOptions::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::GobyEnumValueOptions_ConfigurationOptions::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::GobyEnumValueOptions_ConfigurationOptions::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::GobyEnumValueOptions_ConfigurationOptions::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool goby::GobyEnumValueOptions_ConfigurationOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_external_command()

std::string * goby::GobyEnumValueOptions_ConfigurationOptions::mutable_external_command ( )
inline

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

◆ mutable_external_help_param()

std::string * goby::GobyEnumValueOptions_ConfigurationOptions::mutable_external_help_param ( )
inline

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

◆ mutable_full_help_msg()

std::string * goby::GobyEnumValueOptions_ConfigurationOptions::mutable_full_help_msg ( )
inline

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

◆ mutable_short_help_msg()

std::string * goby::GobyEnumValueOptions_ConfigurationOptions::mutable_short_help_msg ( )
inline

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::GobyEnumValueOptions_ConfigurationOptions::mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

GobyEnumValueOptions_ConfigurationOptions* goby::GobyEnumValueOptions_ConfigurationOptions::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

GobyEnumValueOptions_ConfigurationOptions* goby::GobyEnumValueOptions_ConfigurationOptions::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ release_external_command()

std::string * goby::GobyEnumValueOptions_ConfigurationOptions::release_external_command ( )
inline

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

◆ release_external_help_param()

std::string * goby::GobyEnumValueOptions_ConfigurationOptions::release_external_help_param ( )
inline

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

◆ release_full_help_msg()

std::string * goby::GobyEnumValueOptions_ConfigurationOptions::release_full_help_msg ( )
inline

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

◆ release_short_help_msg()

std::string * goby::GobyEnumValueOptions_ConfigurationOptions::release_short_help_msg ( )
inline

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

◆ SerializeWithCachedSizes()

void goby::GobyEnumValueOptions_ConfigurationOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_external_command()

void goby::GobyEnumValueOptions_ConfigurationOptions::set_allocated_external_command ( ::std::string *  external_command)
inline

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

◆ set_allocated_external_help_param()

void goby::GobyEnumValueOptions_ConfigurationOptions::set_allocated_external_help_param ( ::std::string *  external_help_param)
inline

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

◆ set_allocated_full_help_msg()

void goby::GobyEnumValueOptions_ConfigurationOptions::set_allocated_full_help_msg ( ::std::string *  full_help_msg)
inline

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

◆ set_allocated_short_help_msg()

void goby::GobyEnumValueOptions_ConfigurationOptions::set_allocated_short_help_msg ( ::std::string *  short_help_msg)
inline

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

◆ set_external_command() [1/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_external_command ( const ::std::string &  value)
inline

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

◆ set_external_command() [2/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_external_command ( const char value)
inline

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

◆ set_external_command() [3/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_external_command ( const char value,
size_t  size 
)
inline

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

◆ set_external_help_param() [1/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_external_help_param ( const ::std::string &  value)
inline

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

◆ set_external_help_param() [2/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_external_help_param ( const char value)
inline

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

◆ set_external_help_param() [3/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_external_help_param ( const char value,
size_t  size 
)
inline

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

◆ set_full_help_msg() [1/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_full_help_msg ( const ::std::string &  value)
inline

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

◆ set_full_help_msg() [2/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_full_help_msg ( const char value)
inline

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

◆ set_full_help_msg() [3/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_full_help_msg ( const char value,
size_t  size 
)
inline

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

◆ set_include_binary_flag()

void goby::GobyEnumValueOptions_ConfigurationOptions::set_include_binary_flag ( bool  value)
inline

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

◆ set_short_help_msg() [1/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_short_help_msg ( const ::std::string &  value)
inline

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

◆ set_short_help_msg() [2/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_short_help_msg ( const char value)
inline

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

◆ set_short_help_msg() [3/3]

void goby::GobyEnumValueOptions_ConfigurationOptions::set_short_help_msg ( const char value,
size_t  size 
)
inline

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

◆ short_help_msg()

const ::std::string & goby::GobyEnumValueOptions_ConfigurationOptions::short_help_msg ( ) const
inline

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

◆ Swap()

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::GobyEnumValueOptions_ConfigurationOptions::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fprotobuf_2foption_5fextensions_2eproto::TableStruct

◆ swap

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_external_help_param_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::GobyEnumValueOptions_ConfigurationOptions::_i_give_permission_to_break_this_code_default_external_help_param_

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

◆ kExternalCommandFieldNumber

const int goby::GobyEnumValueOptions_ConfigurationOptions::kExternalCommandFieldNumber = 1
static

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

◆ kExternalHelpParamFieldNumber

const int goby::GobyEnumValueOptions_ConfigurationOptions::kExternalHelpParamFieldNumber = 2
static

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

◆ kFullHelpMsgFieldNumber

const int goby::GobyEnumValueOptions_ConfigurationOptions::kFullHelpMsgFieldNumber = 4
static

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

◆ kIncludeBinaryFlagFieldNumber

const int goby::GobyEnumValueOptions_ConfigurationOptions::kIncludeBinaryFlagFieldNumber = 5
static

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

◆ kIndexInFileMessages

constexpr int goby::GobyEnumValueOptions_ConfigurationOptions::kIndexInFileMessages
staticconstexpr
Initial value:
=
6

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

◆ kShortHelpMsgFieldNumber

const int goby::GobyEnumValueOptions_ConfigurationOptions::kShortHelpMsgFieldNumber = 3
static

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


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