Goby3 3.1.5a
2024.05.23
Loading...
Searching...
No Matches
goby::apps::acomms::protobuf::StoreServerConfig Class Referencefinal

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

Inheritance diagram for goby::apps::acomms::protobuf::StoreServerConfig:

Public Types

enum  : int { kDbFileDirFieldNumber = 3 , kDbFileNameFieldNumber = 4 , kAppFieldNumber = 1 , kTcpServerFieldNumber = 2 }
 

Public Member Functions

 StoreServerConfig ()
 
 ~StoreServerConfig () override
 
PROTOBUF_CONSTEXPR StoreServerConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 StoreServerConfig (const StoreServerConfig &from)
 
 StoreServerConfig (StoreServerConfig &&from) noexcept
 
StoreServerConfigoperator= (const StoreServerConfig &from)
 
StoreServerConfigoperator= (StoreServerConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StoreServerConfig *other)
 
void UnsafeArenaSwap (StoreServerConfig *other)
 
StoreServerConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const StoreServerConfig &from)
 
void MergeFrom (const StoreServerConfig &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_db_file_dir () const
 
void clear_db_file_dir ()
 
const std::string & db_file_dir () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_db_file_dir (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_db_file_dir ()
 
PROTOBUF_NODISCARD std::string * release_db_file_dir ()
 
void set_allocated_db_file_dir (std::string *db_file_dir)
 
bool has_db_file_name () const
 
void clear_db_file_name ()
 
const std::string & db_file_name () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_db_file_name (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_db_file_name ()
 
PROTOBUF_NODISCARD std::string * release_db_file_name ()
 
void set_allocated_db_file_name (std::string *db_file_name)
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfigapp () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
::goby::middleware::protobuf::AppConfigunsafe_arena_release_app ()
 
bool has_tcp_server () const
 
void clear_tcp_server ()
 
const ::goby::middleware::protobuf::TCPServerConfigtcp_server () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::TCPServerConfig * release_tcp_server ()
 
::goby::middleware::protobuf::TCPServerConfigmutable_tcp_server ()
 
void set_allocated_tcp_server (::goby::middleware::protobuf::TCPServerConfig *tcp_server)
 
void unsafe_arena_set_allocated_tcp_server (::goby::middleware::protobuf::TCPServerConfig *tcp_server)
 
::goby::middleware::protobuf::TCPServerConfigunsafe_arena_release_tcp_server ()
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_db_file_dir (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_db_file_name (ArgT0 &&arg0, ArgT... args)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const StoreServerConfigdefault_instance ()
 
static const StoreServerConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 StoreServerConfig (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

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

Detailed Description

Definition at line 76 of file store_server_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDbFileDirFieldNumber 
kDbFileNameFieldNumber 
kAppFieldNumber 
kTcpServerFieldNumber 

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

Constructor & Destructor Documentation

◆ StoreServerConfig() [1/5]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( )
inline

Definition at line 79 of file store_server_config.pb.h.

◆ ~StoreServerConfig()

goby::apps::acomms::protobuf::StoreServerConfig::~StoreServerConfig ( )
override

◆ StoreServerConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ StoreServerConfig() [3/5]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( const StoreServerConfig from)

◆ StoreServerConfig() [4/5]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( StoreServerConfig &&  from)
inlinenoexcept

Definition at line 84 of file store_server_config.pb.h.

◆ StoreServerConfig() [5/5]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

uint8_t * goby::apps::acomms::protobuf::StoreServerConfig::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::acomms::protobuf::StoreServerConfig::app ( ) const
inline

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

◆ ByteSizeLong()

size_t goby::apps::acomms::protobuf::StoreServerConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::acomms::protobuf::StoreServerConfig::Clear ( )
final

◆ clear_app()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_app ( )

◆ clear_db_file_dir()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_db_file_dir ( )
inline

Definition at line 493 of file store_server_config.pb.h.

◆ clear_db_file_name()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_db_file_name ( )
inline

Definition at line 552 of file store_server_config.pb.h.

◆ clear_tcp_server()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_tcp_server ( )

◆ CopyFrom()

void goby::apps::acomms::protobuf::StoreServerConfig::CopyFrom ( const StoreServerConfig from)

◆ db_file_dir()

const std::string & goby::apps::acomms::protobuf::StoreServerConfig::db_file_dir ( ) const
inline

Definition at line 497 of file store_server_config.pb.h.

◆ db_file_name()

const std::string & goby::apps::acomms::protobuf::StoreServerConfig::db_file_name ( ) const
inline

Definition at line 556 of file store_server_config.pb.h.

◆ default_instance()

static const StoreServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::default_instance ( )
inlinestatic

Definition at line 123 of file store_server_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::acomms::protobuf::StoreServerConfig::descriptor ( )
inlinestatic

Definition at line 114 of file store_server_config.pb.h.

◆ GetCachedSize()

int goby::apps::acomms::protobuf::StoreServerConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 176 of file store_server_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::acomms::protobuf::StoreServerConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::acomms::protobuf::StoreServerConfig::GetDescriptor ( )
inlinestatic

Definition at line 117 of file store_server_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::acomms::protobuf::StoreServerConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::acomms::protobuf::StoreServerConfig::GetReflection ( )
inlinestatic

Definition at line 120 of file store_server_config.pb.h.

◆ has_app()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_app ( ) const
inline

Definition at line 317 of file store_server_config.pb.h.

◆ has_db_file_dir()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_db_file_dir ( ) const
inline

Definition at line 490 of file store_server_config.pb.h.

◆ has_db_file_name()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_db_file_name ( ) const
inline

Definition at line 549 of file store_server_config.pb.h.

◆ has_tcp_server()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_tcp_server ( ) const
inline

Definition at line 404 of file store_server_config.pb.h.

◆ internal_default_instance()

static const StoreServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::internal_default_instance ( )
inlinestatic

Definition at line 126 of file store_server_config.pb.h.

◆ IsInitialized()

bool goby::apps::acomms::protobuf::StoreServerConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::acomms::protobuf::StoreServerConfig::MergeFrom ( const StoreServerConfig from)
inline

Definition at line 163 of file store_server_config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::StoreServerConfig::mutable_app ( )
inline

Definition at line 372 of file store_server_config.pb.h.

◆ mutable_db_file_dir()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::mutable_db_file_dir ( )
inline

Definition at line 509 of file store_server_config.pb.h.

◆ mutable_db_file_name()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::mutable_db_file_name ( )
inline

Definition at line 567 of file store_server_config.pb.h.

◆ mutable_tcp_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::mutable_tcp_server ( )
inline

Definition at line 459 of file store_server_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::acomms::protobuf::StoreServerConfig::mutable_unknown_fields ( )
inline

Definition at line 110 of file store_server_config.pb.h.

◆ New()

StoreServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

StoreServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::operator= ( const StoreServerConfig from)
inline

Definition at line 89 of file store_server_config.pb.h.

◆ operator=() [2/2]

StoreServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::operator= ( StoreServerConfig &&  from)
inlinenoexcept

Definition at line 93 of file store_server_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::StoreServerConfig::release_app ( )
inline

Definition at line 342 of file store_server_config.pb.h.

◆ release_db_file_dir()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::release_db_file_dir ( )
inline

Definition at line 525 of file store_server_config.pb.h.

◆ release_db_file_name()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::release_db_file_name ( )
inline

Definition at line 583 of file store_server_config.pb.h.

◆ release_tcp_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::release_tcp_server ( )
inline

Definition at line 429 of file store_server_config.pb.h.

◆ set_allocated_app()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 377 of file store_server_config.pb.h.

◆ set_allocated_db_file_dir()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_db_file_dir ( std::string *  db_file_dir)
inline

Definition at line 534 of file store_server_config.pb.h.

◆ set_allocated_db_file_name()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_db_file_name ( std::string *  db_file_name)
inline

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

◆ set_allocated_tcp_server()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_tcp_server ( ::goby::middleware::protobuf::TCPServerConfig tcp_server)
inline

Definition at line 464 of file store_server_config.pb.h.

◆ set_db_file_dir() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_dir ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_db_file_dir() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_dir ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 504 of file store_server_config.pb.h.

◆ set_db_file_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_db_file_name() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 562 of file store_server_config.pb.h.

◆ Swap()

void goby::apps::acomms::protobuf::StoreServerConfig::Swap ( StoreServerConfig other)
inline

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

◆ tcp_server()

const ::goby::middleware::protobuf::TCPServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::tcp_server ( ) const
inline

Definition at line 412 of file store_server_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::acomms::protobuf::StoreServerConfig::unknown_fields ( ) const
inline

Definition at line 107 of file store_server_config.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::StoreServerConfig::unsafe_arena_release_app ( )
inline

Definition at line 357 of file store_server_config.pb.h.

◆ unsafe_arena_release_tcp_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::unsafe_arena_release_tcp_server ( )
inline

Definition at line 444 of file store_server_config.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::apps::acomms::protobuf::StoreServerConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 329 of file store_server_config.pb.h.

◆ unsafe_arena_set_allocated_tcp_server()

void goby::apps::acomms::protobuf::StoreServerConfig::unsafe_arena_set_allocated_tcp_server ( ::goby::middleware::protobuf::TCPServerConfig tcp_server)
inline

Definition at line 416 of file store_server_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::acomms::protobuf::StoreServerConfig::UnsafeArenaSwap ( StoreServerConfig other)
inline

Definition at line 149 of file store_server_config.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 285 of file store_server_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 185 of file store_server_config.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fstore_5fserver_5fconfig_2eproto

◆ swap

void swap ( StoreServerConfig a,
StoreServerConfig b 
)
friend

Definition at line 133 of file store_server_config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::acomms::protobuf::StoreServerConfig::_class_data_
static

Definition at line 194 of file store_server_config.pb.h.

◆ _impl_

Impl_ goby::apps::acomms::protobuf::StoreServerConfig::_impl_

Definition at line 297 of file store_server_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::acomms::protobuf::StoreServerConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 130 of file store_server_config.pb.h.


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