#include <goby/middleware/protobuf/terminate.pb.h>
Definition at line 283 of file terminate.pb.h.
◆ anonymous enum
| Enumerator |
|---|
| kTargetNameFieldNumber | |
| kTargetPidFieldNumber | |
Definition at line 410 of file terminate.pb.h.
◆ TerminateResponse() [1/5]
| goby::middleware::protobuf::TerminateResponse::TerminateResponse |
( |
| ) |
|
|
inline |
◆ ~TerminateResponse()
| goby::middleware::protobuf::TerminateResponse::~TerminateResponse |
( |
| ) |
|
|
override |
◆ TerminateResponse() [2/5]
| PROTOBUF_CONSTEXPR goby::middleware::protobuf::TerminateResponse::TerminateResponse |
( |
::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized |
| ) |
|
|
explicit |
◆ TerminateResponse() [3/5]
| goby::middleware::protobuf::TerminateResponse::TerminateResponse |
( |
const TerminateResponse & |
from | ) |
|
◆ TerminateResponse() [4/5]
| goby::middleware::protobuf::TerminateResponse::TerminateResponse |
( |
TerminateResponse && |
from | ) |
|
|
inlinenoexcept |
◆ TerminateResponse() [5/5]
| goby::middleware::protobuf::TerminateResponse::TerminateResponse |
( |
::PROTOBUF_NAMESPACE_ID::Arena * |
arena, |
|
|
bool |
is_message_owned = false |
|
) |
| |
|
explicitprotected |
◆ _InternalParse()
| const char * goby::middleware::protobuf::TerminateResponse::_InternalParse |
( |
const char * |
ptr, |
|
|
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * |
ctx |
|
) |
| |
|
final |
◆ _InternalSerialize()
| uint8_t * goby::middleware::protobuf::TerminateResponse::_InternalSerialize |
( |
uint8_t * |
target, |
|
|
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * |
stream |
|
) |
| const |
|
final |
◆ ByteSizeLong()
| size_t goby::middleware::protobuf::TerminateResponse::ByteSizeLong |
( |
| ) |
const |
|
final |
◆ Clear()
| PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::TerminateResponse::Clear |
( |
| ) |
|
|
final |
◆ clear_target_name()
| void goby::middleware::protobuf::TerminateResponse::clear_target_name |
( |
| ) |
|
|
inline |
◆ clear_target_pid()
| void goby::middleware::protobuf::TerminateResponse::clear_target_pid |
( |
| ) |
|
|
inline |
◆ CopyFrom()
| void goby::middleware::protobuf::TerminateResponse::CopyFrom |
( |
const TerminateResponse & |
from | ) |
|
◆ default_instance()
| static const TerminateResponse & goby::middleware::protobuf::TerminateResponse::default_instance |
( |
| ) |
|
|
inlinestatic |
◆ descriptor()
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::TerminateResponse::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ GetCachedSize()
| int goby::middleware::protobuf::TerminateResponse::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
| const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::protobuf::TerminateResponse::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::TerminateResponse::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
◆ GetMetadata()
| ::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::TerminateResponse::GetMetadata |
( |
| ) |
const |
|
final |
◆ GetReflection()
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::protobuf::TerminateResponse::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ has_target_name()
| bool goby::middleware::protobuf::TerminateResponse::has_target_name |
( |
| ) |
const |
|
inline |
◆ has_target_pid()
| bool goby::middleware::protobuf::TerminateResponse::has_target_pid |
( |
| ) |
const |
|
inline |
◆ internal_default_instance()
| static const TerminateResponse * goby::middleware::protobuf::TerminateResponse::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
◆ IsInitialized()
| bool goby::middleware::protobuf::TerminateResponse::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
| void goby::middleware::protobuf::TerminateResponse::MergeFrom |
( |
const TerminateResponse & |
from | ) |
|
|
inline |
◆ mutable_target_name()
| std::string * goby::middleware::protobuf::TerminateResponse::mutable_target_name |
( |
| ) |
|
|
inline |
◆ mutable_unknown_fields()
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::protobuf::TerminateResponse::mutable_unknown_fields |
( |
| ) |
|
|
inline |
◆ New()
| TerminateResponse * goby::middleware::protobuf::TerminateResponse::New |
( |
::PROTOBUF_NAMESPACE_ID::Arena * |
arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ release_target_name()
| std::string * goby::middleware::protobuf::TerminateResponse::release_target_name |
( |
| ) |
|
|
inline |
◆ set_allocated_target_name()
| void goby::middleware::protobuf::TerminateResponse::set_allocated_target_name |
( |
std::string * |
target_name | ) |
|
|
inline |
◆ set_target_name() [1/2]
template<typename ArgT0 = const std::string&, typename... ArgT>
| void goby::middleware::protobuf::TerminateResponse::set_target_name |
( |
ArgT0 && |
arg0, |
|
|
ArgT... |
args |
|
) |
| |
◆ set_target_name() [2/2]
template<typename ArgT0 , typename... ArgT>
| PROTOBUF_ALWAYS_INLINE void goby::middleware::protobuf::TerminateResponse::set_target_name |
( |
ArgT0 && |
arg0, |
|
|
ArgT... |
args |
|
) |
| |
|
inline |
◆ set_target_pid()
| void goby::middleware::protobuf::TerminateResponse::set_target_pid |
( |
uint32_t |
value | ) |
|
|
inline |
◆ Swap()
| void goby::middleware::protobuf::TerminateResponse::Swap |
( |
TerminateResponse * |
other | ) |
|
|
inline |
◆ target_name()
| const std::string & goby::middleware::protobuf::TerminateResponse::target_name |
( |
| ) |
const |
|
inline |
◆ target_pid()
| uint32_t goby::middleware::protobuf::TerminateResponse::target_pid |
( |
| ) |
const |
|
inline |
◆ unknown_fields()
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::protobuf::TerminateResponse::unknown_fields |
( |
| ) |
const |
|
inline |
◆ UnsafeArenaSwap()
| void goby::middleware::protobuf::TerminateResponse::UnsafeArenaSwap |
( |
TerminateResponse * |
other | ) |
|
|
inline |
◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
template<typename T >
| friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
|
friend |
◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
| friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
|
friend |
◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fterminate_2eproto
◆ swap
◆ _class_data_
| const ClassData goby::middleware::protobuf::TerminateResponse::_class_data_ |
|
static |
◆ _impl_
| Impl_ goby::middleware::protobuf::TerminateResponse::_impl_ |
◆ kIndexInFileMessages
| constexpr int goby::middleware::protobuf::TerminateResponse::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following file: