Goby3  3.1.5
2024.05.14
goby::acomms::abc::protobuf::PROTOBUF_FINAL Class Reference

#include <goby/acomms/protobuf/abc_driver.pb.h>

Inheritance diagram for goby::acomms::abc::protobuf::PROTOBUF_FINAL:

Public Types

enum  : int { kEnableBarFieldNumber = 2 , kEnableFooFieldNumber = 1 }
 

Public Member Functions

 Config ()
 
virtual ~Config ()
 
 Config (const Config &from)
 
 Config (Config &&from) noexcept
 
Configoperator= (const Config &from)
 
Configoperator= (Config &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Config *other)
 
void UnsafeArenaSwap (Config *other)
 
ConfigNew () const final
 
ConfigNew (::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 Config &from)
 
void MergeFrom (const Config &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_bar () const
 
void clear_enable_bar ()
 
bool enable_bar () const
 
void set_enable_bar (bool value)
 
bool has_enable_foo () const
 
void clear_enable_foo ()
 
bool enable_foo () const
 
void set_enable_foo (bool value)
 

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 Configdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Configinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 Config (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2facomms_2fprotobuf_2fabc_5fdriver_2eproto
 
void swap (Config &a, Config &b)
 

Detailed Description

Definition at line 83 of file abc_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kEnableBarFieldNumber 
kEnableFooFieldNumber 

Definition at line 202 of file abc_driver.pb.h.

Constructor & Destructor Documentation

◆ ~Config()

virtual goby::acomms::abc::protobuf::PROTOBUF_FINAL::~Config ( )
virtual

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::acomms::abc::protobuf::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::abc::protobuf::PROTOBUF_FINAL::Clear ( )
final

◆ clear_enable_bar()

void goby::acomms::abc::protobuf::PROTOBUF_FINAL::clear_enable_bar ( )

◆ clear_enable_foo()

void goby::acomms::abc::protobuf::PROTOBUF_FINAL::clear_enable_foo ( )

◆ Config() [1/4]

goby::acomms::abc::protobuf::PROTOBUF_FINAL::Config ( )
inline

Definition at line 86 of file abc_driver.pb.h.

◆ Config() [2/4]

goby::acomms::abc::protobuf::PROTOBUF_FINAL::Config ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ Config() [3/4]

goby::acomms::abc::protobuf::PROTOBUF_FINAL::Config ( Config &&  from)
inlinenoexcept

Definition at line 90 of file abc_driver.pb.h.

◆ Config() [4/4]

goby::acomms::abc::protobuf::PROTOBUF_FINAL::Config ( const Config &  from)

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void goby::acomms::abc::protobuf::PROTOBUF_FINAL::CopyFrom ( const Config from)

◆ default_instance()

static const Config& goby::acomms::abc::protobuf::PROTOBUF_FINAL::default_instance ( )
static

◆ descriptor()

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

Definition at line 115 of file abc_driver.pb.h.

◆ enable_bar()

bool goby::acomms::abc::protobuf::PROTOBUF_FINAL::enable_bar ( ) const

◆ enable_foo()

bool goby::acomms::abc::protobuf::PROTOBUF_FINAL::enable_foo ( ) const

◆ GetCachedSize()

int goby::acomms::abc::protobuf::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

Definition at line 171 of file abc_driver.pb.h.

◆ GetDescriptor()

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

Definition at line 118 of file abc_driver.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::abc::protobuf::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetReflection()

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

Definition at line 121 of file abc_driver.pb.h.

◆ has_enable_bar()

bool goby::acomms::abc::protobuf::PROTOBUF_FINAL::has_enable_bar ( ) const

◆ has_enable_foo()

bool goby::acomms::abc::protobuf::PROTOBUF_FINAL::has_enable_foo ( ) const

◆ InitAsDefaultInstance()

static void goby::acomms::abc::protobuf::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Config* goby::acomms::abc::protobuf::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

Definition at line 127 of file abc_driver.pb.h.

◆ IsInitialized()

bool goby::acomms::abc::protobuf::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void goby::acomms::abc::protobuf::PROTOBUF_FINAL::MergeFrom ( const Config from)

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::acomms::abc::protobuf::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

Definition at line 111 of file abc_driver.pb.h.

◆ New() [1/2]

Config* goby::acomms::abc::protobuf::PROTOBUF_FINAL::New ( ) const
inlinefinal

Definition at line 153 of file abc_driver.pb.h.

◆ New() [2/2]

Config* goby::acomms::abc::protobuf::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ operator=() [1/2]

Config& goby::acomms::abc::protobuf::PROTOBUF_FINAL::operator= ( Config &&  from)
inlinenoexcept

Definition at line 99 of file abc_driver.pb.h.

◆ operator=() [2/2]

Config& goby::acomms::abc::protobuf::PROTOBUF_FINAL::operator= ( const Config from)
inline

Definition at line 95 of file abc_driver.pb.h.

◆ set_enable_bar()

void goby::acomms::abc::protobuf::PROTOBUF_FINAL::set_enable_bar ( bool  value)

◆ set_enable_foo()

void goby::acomms::abc::protobuf::PROTOBUF_FINAL::set_enable_foo ( bool  value)

◆ Swap()

void goby::acomms::abc::protobuf::PROTOBUF_FINAL::Swap ( Config other)
inline

Definition at line 137 of file abc_driver.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::acomms::abc::protobuf::PROTOBUF_FINAL::unknown_fields ( ) const
inline

Definition at line 108 of file abc_driver.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::abc::protobuf::PROTOBUF_FINAL::UnsafeArenaSwap ( Config other)
inline

Definition at line 145 of file abc_driver.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 236 of file abc_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 178 of file abc_driver.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fabc_5fdriver_2eproto

Definition at line 243 of file abc_driver.pb.h.

◆ swap

void swap ( Config a,
Config b 
)
friend

Definition at line 134 of file abc_driver.pb.h.

Member Data Documentation

◆ kIndexInFileMessages

constexpr int goby::acomms::abc::protobuf::PROTOBUF_FINAL::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 131 of file abc_driver.pb.h.


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