Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::zeromq::protobuf::CoronerConfig Class Referencefinal

#include <goby/zeromq/protobuf/coroner_config.pb.h>

Inheritance diagram for goby::apps::zeromq::protobuf::CoronerConfig:

Public Types

enum  : int {
  kExpectedNameFieldNumber = 10 , kReportFileFieldNumber = 23 , kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 ,
  kAutoAddNewAppsFieldNumber = 22 , kRequestIntervalFieldNumber = 20 , kResponseTimeoutFieldNumber = 21
}
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type request_interval_dimension
 
typedef boost::units::unit< request_interval_dimension, boost::units::si::system > request_interval_unit
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type response_timeout_dimension
 
typedef boost::units::unit< response_timeout_dimension, boost::units::si::system > response_timeout_unit
 

Public Member Functions

 CoronerConfig ()
 
 ~CoronerConfig () override
 
PROTOBUF_CONSTEXPR CoronerConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CoronerConfig (const CoronerConfig &from)
 
 CoronerConfig (CoronerConfig &&from) noexcept
 
CoronerConfigoperator= (const CoronerConfig &from)
 
CoronerConfigoperator= (CoronerConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CoronerConfig *other)
 
void UnsafeArenaSwap (CoronerConfig *other)
 
CoronerConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const CoronerConfig &from)
 
void MergeFrom (const CoronerConfig &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
 
int expected_name_size () const
 
void clear_expected_name ()
 
const std::string & expected_name (int index) const
 
std::string * mutable_expected_name (int index)
 
void set_expected_name (int index, const std::string &value)
 
void set_expected_name (int index, std::string &&value)
 
void set_expected_name (int index, const char *value)
 
void set_expected_name (int index, const char *value, size_t size)
 
std::string * add_expected_name ()
 
void add_expected_name (const std::string &value)
 
void add_expected_name (std::string &&value)
 
void add_expected_name (const char *value)
 
void add_expected_name (const char *value, size_t size)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & expected_name () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_expected_name ()
 
bool has_report_file () const
 
void clear_report_file ()
 
const std::string & report_file () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_report_file (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_report_file ()
 
PROTOBUF_NODISCARD std::string * release_report_file ()
 
void set_allocated_report_file (std::string *report_file)
 
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_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
void unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
::goby::zeromq::protobuf::InterProcessPortalConfigunsafe_arena_release_interprocess ()
 
bool has_auto_add_new_apps () const
 
void clear_auto_add_new_apps ()
 
bool auto_add_new_apps () const
 
void set_auto_add_new_apps (bool value)
 
bool has_request_interval () const
 
void clear_request_interval ()
 
float request_interval () const
 
void set_request_interval (float value)
 
bool has_response_timeout () const
 
void clear_response_timeout ()
 
float response_timeout () const
 
void set_response_timeout (float value)
 
template<typename Quantity >
void set_request_interval_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity request_interval_with_units () const
 
boost::units::quantity< request_interval_unit, float > request_interval_with_units () const
 
template<typename Quantity >
void set_response_timeout_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity response_timeout_with_units () const
 
boost::units::quantity< response_timeout_unit, float > response_timeout_with_units () const
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_report_file (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 CoronerConfigdefault_instance ()
 
static const CoronerConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 CoronerConfig (::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_2fzeromq_2fprotobuf_2fcoroner_5fconfig_2eproto
 
void swap (CoronerConfig &a, CoronerConfig &b)
 

Detailed Description

Definition at line 78 of file coroner_config.pb.h.

Member Typedef Documentation

◆ request_interval_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::apps::zeromq::protobuf::CoronerConfig::request_interval_dimension

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

◆ request_interval_unit

Definition at line 333 of file coroner_config.pb.h.

◆ response_timeout_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::apps::zeromq::protobuf::CoronerConfig::response_timeout_dimension

Definition at line 346 of file coroner_config.pb.h.

◆ response_timeout_unit

Definition at line 348 of file coroner_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kExpectedNameFieldNumber 
kReportFileFieldNumber 
kAppFieldNumber 
kInterprocessFieldNumber 
kAutoAddNewAppsFieldNumber 
kRequestIntervalFieldNumber 
kResponseTimeoutFieldNumber 

Definition at line 205 of file coroner_config.pb.h.

Constructor & Destructor Documentation

◆ CoronerConfig() [1/5]

goby::apps::zeromq::protobuf::CoronerConfig::CoronerConfig ( )
inline

Definition at line 81 of file coroner_config.pb.h.

◆ ~CoronerConfig()

goby::apps::zeromq::protobuf::CoronerConfig::~CoronerConfig ( )
override

◆ CoronerConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::zeromq::protobuf::CoronerConfig::CoronerConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ CoronerConfig() [3/5]

goby::apps::zeromq::protobuf::CoronerConfig::CoronerConfig ( const CoronerConfig from)

◆ CoronerConfig() [4/5]

goby::apps::zeromq::protobuf::CoronerConfig::CoronerConfig ( CoronerConfig &&  from)
inlinenoexcept

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

◆ CoronerConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_expected_name() [1/5]

std::string * goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( )
inline

Definition at line 577 of file coroner_config.pb.h.

◆ add_expected_name() [2/5]

void goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( const char *  value)
inline

Definition at line 622 of file coroner_config.pb.h.

◆ add_expected_name() [3/5]

void goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( const char *  value,
size_t  size 
)
inline

Definition at line 627 of file coroner_config.pb.h.

◆ add_expected_name() [4/5]

void goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( const std::string &  value)
inline

Definition at line 614 of file coroner_config.pb.h.

◆ add_expected_name() [5/5]

void goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( std::string &&  value)
inline

Definition at line 618 of file coroner_config.pb.h.

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::zeromq::protobuf::CoronerConfig::app ( ) const
inline

Definition at line 407 of file coroner_config.pb.h.

◆ auto_add_new_apps()

bool goby::apps::zeromq::protobuf::CoronerConfig::auto_add_new_apps ( ) const
inline

Definition at line 713 of file coroner_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::CoronerConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::zeromq::protobuf::CoronerConfig::Clear ( )
final

◆ clear_app()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_app ( )

◆ clear_auto_add_new_apps()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_auto_add_new_apps ( )
inline

Definition at line 706 of file coroner_config.pb.h.

◆ clear_expected_name()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_expected_name ( )
inline

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

◆ clear_interprocess()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_interprocess ( )

◆ clear_report_file()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_report_file ( )
inline

Definition at line 734 of file coroner_config.pb.h.

◆ clear_request_interval()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_request_interval ( )
inline

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

◆ clear_response_timeout()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_response_timeout ( )
inline

Definition at line 678 of file coroner_config.pb.h.

◆ CopyFrom()

void goby::apps::zeromq::protobuf::CoronerConfig::CopyFrom ( const CoronerConfig from)

◆ default_instance()

static const CoronerConfig & goby::apps::zeromq::protobuf::CoronerConfig::default_instance ( )
inlinestatic

Definition at line 125 of file coroner_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::CoronerConfig::descriptor ( )
inlinestatic

Definition at line 116 of file coroner_config.pb.h.

◆ expected_name() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & goby::apps::zeromq::protobuf::CoronerConfig::expected_name ( ) const
inline

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

◆ expected_name() [2/2]

const std::string & goby::apps::zeromq::protobuf::CoronerConfig::expected_name ( int  index) const
inline

Definition at line 585 of file coroner_config.pb.h.

◆ expected_name_size()

int goby::apps::zeromq::protobuf::CoronerConfig::expected_name_size ( ) const
inline

Definition at line 571 of file coroner_config.pb.h.

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::CoronerConfig::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::zeromq::protobuf::CoronerConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::CoronerConfig::GetDescriptor ( )
inlinestatic

Definition at line 119 of file coroner_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::zeromq::protobuf::CoronerConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::zeromq::protobuf::CoronerConfig::GetReflection ( )
inlinestatic

Definition at line 122 of file coroner_config.pb.h.

◆ has_app()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_app ( ) const
inline

Definition at line 399 of file coroner_config.pb.h.

◆ has_auto_add_new_apps()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_auto_add_new_apps ( ) const
inline

Definition at line 703 of file coroner_config.pb.h.

◆ has_interprocess()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_interprocess ( ) const
inline

Definition at line 486 of file coroner_config.pb.h.

◆ has_report_file()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_report_file ( ) const
inline

Definition at line 731 of file coroner_config.pb.h.

◆ has_request_interval()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_request_interval ( ) const
inline

Definition at line 647 of file coroner_config.pb.h.

◆ has_response_timeout()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_response_timeout ( ) const
inline

Definition at line 675 of file coroner_config.pb.h.

◆ internal_default_instance()

static const CoronerConfig * goby::apps::zeromq::protobuf::CoronerConfig::internal_default_instance ( )
inlinestatic

Definition at line 128 of file coroner_config.pb.h.

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & goby::apps::zeromq::protobuf::CoronerConfig::interprocess ( ) const
inline

Definition at line 494 of file coroner_config.pb.h.

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::CoronerConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::zeromq::protobuf::CoronerConfig::MergeFrom ( const CoronerConfig from)
inline

Definition at line 165 of file coroner_config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::CoronerConfig::mutable_app ( )
inline

Definition at line 454 of file coroner_config.pb.h.

◆ mutable_expected_name() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * goby::apps::zeromq::protobuf::CoronerConfig::mutable_expected_name ( )
inline

Definition at line 637 of file coroner_config.pb.h.

◆ mutable_expected_name() [2/2]

std::string * goby::apps::zeromq::protobuf::CoronerConfig::mutable_expected_name ( int  index)
inline

Definition at line 589 of file coroner_config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::CoronerConfig::mutable_interprocess ( )
inline

Definition at line 541 of file coroner_config.pb.h.

◆ mutable_report_file()

std::string * goby::apps::zeromq::protobuf::CoronerConfig::mutable_report_file ( )
inline

Definition at line 749 of file coroner_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::zeromq::protobuf::CoronerConfig::mutable_unknown_fields ( )
inline

Definition at line 112 of file coroner_config.pb.h.

◆ New()

CoronerConfig * goby::apps::zeromq::protobuf::CoronerConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 159 of file coroner_config.pb.h.

◆ operator=() [1/2]

CoronerConfig & goby::apps::zeromq::protobuf::CoronerConfig::operator= ( const CoronerConfig from)
inline

Definition at line 91 of file coroner_config.pb.h.

◆ operator=() [2/2]

CoronerConfig & goby::apps::zeromq::protobuf::CoronerConfig::operator= ( CoronerConfig &&  from)
inlinenoexcept

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

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::CoronerConfig::release_app ( )
inline

Definition at line 424 of file coroner_config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::CoronerConfig::release_interprocess ( )
inline

Definition at line 511 of file coroner_config.pb.h.

◆ release_report_file()

std::string * goby::apps::zeromq::protobuf::CoronerConfig::release_report_file ( )
inline

Definition at line 765 of file coroner_config.pb.h.

◆ report_file()

const std::string & goby::apps::zeromq::protobuf::CoronerConfig::report_file ( ) const
inline

Definition at line 738 of file coroner_config.pb.h.

◆ request_interval()

float goby::apps::zeromq::protobuf::CoronerConfig::request_interval ( ) const
inline

Definition at line 657 of file coroner_config.pb.h.

◆ request_interval_with_units() [1/2]

template<typename Quantity >
Quantity goby::apps::zeromq::protobuf::CoronerConfig::request_interval_with_units ( ) const
inline

Definition at line 340 of file coroner_config.pb.h.

◆ request_interval_with_units() [2/2]

boost::units::quantity< request_interval_unit, float > goby::apps::zeromq::protobuf::CoronerConfig::request_interval_with_units ( ) const
inline

Definition at line 343 of file coroner_config.pb.h.

◆ response_timeout()

float goby::apps::zeromq::protobuf::CoronerConfig::response_timeout ( ) const
inline

Definition at line 685 of file coroner_config.pb.h.

◆ response_timeout_with_units() [1/2]

template<typename Quantity >
Quantity goby::apps::zeromq::protobuf::CoronerConfig::response_timeout_with_units ( ) const
inline

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

◆ response_timeout_with_units() [2/2]

boost::units::quantity< response_timeout_unit, float > goby::apps::zeromq::protobuf::CoronerConfig::response_timeout_with_units ( ) const
inline

Definition at line 358 of file coroner_config.pb.h.

◆ set_allocated_app()

void goby::apps::zeromq::protobuf::CoronerConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

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

◆ set_allocated_interprocess()

void goby::apps::zeromq::protobuf::CoronerConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 546 of file coroner_config.pb.h.

◆ set_allocated_report_file()

void goby::apps::zeromq::protobuf::CoronerConfig::set_allocated_report_file ( std::string *  report_file)
inline

Definition at line 779 of file coroner_config.pb.h.

◆ set_auto_add_new_apps()

void goby::apps::zeromq::protobuf::CoronerConfig::set_auto_add_new_apps ( bool  value)
inline

Definition at line 721 of file coroner_config.pb.h.

◆ set_expected_name() [1/4]

void goby::apps::zeromq::protobuf::CoronerConfig::set_expected_name ( int  index,
const char *  value 
)
inline

Definition at line 601 of file coroner_config.pb.h.

◆ set_expected_name() [2/4]

void goby::apps::zeromq::protobuf::CoronerConfig::set_expected_name ( int  index,
const char *  value,
size_t  size 
)
inline

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

◆ set_expected_name() [3/4]

void goby::apps::zeromq::protobuf::CoronerConfig::set_expected_name ( int  index,
const std::string &  value 
)
inline

Definition at line 593 of file coroner_config.pb.h.

◆ set_expected_name() [4/4]

void goby::apps::zeromq::protobuf::CoronerConfig::set_expected_name ( int  index,
std::string &&  value 
)
inline

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

◆ set_report_file() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::CoronerConfig::set_report_file ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_report_file() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::CoronerConfig::set_report_file ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 744 of file coroner_config.pb.h.

◆ set_request_interval()

void goby::apps::zeromq::protobuf::CoronerConfig::set_request_interval ( float  value)
inline

Definition at line 665 of file coroner_config.pb.h.

◆ set_request_interval_with_units()

template<typename Quantity >
void goby::apps::zeromq::protobuf::CoronerConfig::set_request_interval_with_units ( Quantity  value_w_units)
inline

Definition at line 336 of file coroner_config.pb.h.

◆ set_response_timeout()

void goby::apps::zeromq::protobuf::CoronerConfig::set_response_timeout ( float  value)
inline

Definition at line 693 of file coroner_config.pb.h.

◆ set_response_timeout_with_units()

template<typename Quantity >
void goby::apps::zeromq::protobuf::CoronerConfig::set_response_timeout_with_units ( Quantity  value_w_units)
inline

Definition at line 351 of file coroner_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::CoronerConfig::Swap ( CoronerConfig other)
inline

Definition at line 138 of file coroner_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::zeromq::protobuf::CoronerConfig::unknown_fields ( ) const
inline

Definition at line 109 of file coroner_config.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::CoronerConfig::unsafe_arena_release_app ( )
inline

Definition at line 439 of file coroner_config.pb.h.

◆ unsafe_arena_release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::CoronerConfig::unsafe_arena_release_interprocess ( )
inline

Definition at line 526 of file coroner_config.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::apps::zeromq::protobuf::CoronerConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 411 of file coroner_config.pb.h.

◆ unsafe_arena_set_allocated_interprocess()

void goby::apps::zeromq::protobuf::CoronerConfig::unsafe_arena_set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 498 of file coroner_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::zeromq::protobuf::CoronerConfig::UnsafeArenaSwap ( CoronerConfig other)
inline

Definition at line 151 of file coroner_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 365 of file coroner_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 187 of file coroner_config.pb.h.

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fcoroner_5fconfig_2eproto

◆ swap

void swap ( CoronerConfig a,
CoronerConfig b 
)
friend

Definition at line 135 of file coroner_config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::zeromq::protobuf::CoronerConfig::_class_data_
static

Definition at line 196 of file coroner_config.pb.h.

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::CoronerConfig::_impl_

Definition at line 379 of file coroner_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::CoronerConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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