Goby3
3.1.5
2024.05.14
|
#include <goby/middleware/protobuf/intermodule.pb.h>
Public Types | |
enum | : int { kIdFieldNumber = 1 , kKeyFieldNumber = 2 , kActionFieldNumber = 5 } |
typedef Subscription_Action | Action |
Public Member Functions | |
Subscription () | |
virtual | ~Subscription () |
Subscription (const Subscription &from) | |
Subscription (Subscription &&from) noexcept | |
Subscription & | operator= (const Subscription &from) |
Subscription & | operator= (Subscription &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Subscription *other) |
void | UnsafeArenaSwap (Subscription *other) |
Subscription * | New () const final |
Subscription * | New (::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 Subscription &from) |
void | MergeFrom (const Subscription &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_id () const |
void | clear_id () |
const std::string & | id () const |
void | set_id (const std::string &value) |
void | set_id (std::string &&value) |
void | set_id (const char *value) |
void | set_id (const char *value, size_t size) |
std::string * | mutable_id () |
std::string * | release_id () |
void | set_allocated_id (std::string *id) |
bool | has_key () const |
void | clear_key () |
const ::goby::middleware::protobuf::SerializerTransporterKey & | key () const |
::goby::middleware::protobuf::SerializerTransporterKey * | release_key () |
::goby::middleware::protobuf::SerializerTransporterKey * | mutable_key () |
void | set_allocated_key (::goby::middleware::protobuf::SerializerTransporterKey *key) |
void | unsafe_arena_set_allocated_key (::goby::middleware::protobuf::SerializerTransporterKey *key) |
::goby::middleware::protobuf::SerializerTransporterKey * | unsafe_arena_release_key () |
bool | has_action () const |
void | clear_action () |
::goby::middleware::intermodule::protobuf::Subscription_Action | action () const |
void | set_action (::goby::middleware::intermodule::protobuf::Subscription_Action 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 Subscription & | default_instance () |
static void | InitAsDefaultInstance () |
static const Subscription * | internal_default_instance () |
static bool | Action_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Action_descriptor () |
template<typename T > | |
static const std::string & | Action_Name (T enum_t_value) |
static bool | Action_Parse (const std::string &name, Action *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static constexpr Action | SUBSCRIBE |
static constexpr Action | UNSUBSCRIBE |
static constexpr Action | UNSUBSCRIBE_ALL |
static constexpr Action | Action_MIN |
static constexpr Action | Action_MAX |
static constexpr int | Action_ARRAYSIZE |
Protected Member Functions | |
Subscription (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2fmiddleware_2fprotobuf_2fintermodule_2eproto |
void | swap (Subscription &a, Subscription &b) |
Definition at line 110 of file intermodule.pb.h.
Definition at line 227 of file intermodule.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kIdFieldNumber | |
kKeyFieldNumber | |
kActionFieldNumber |
Definition at line 261 of file intermodule.pb.h.
|
virtual |
|
final |
|
final |
::goby::middleware::intermodule::protobuf::Subscription_Action goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::action | ( | ) | const |
|
inlinestatic |
Definition at line 244 of file intermodule.pb.h.
|
inlinestatic |
Definition at line 234 of file intermodule.pb.h.
|
inlinestatic |
Definition at line 248 of file intermodule.pb.h.
|
inlinestatic |
Definition at line 254 of file intermodule.pb.h.
|
final |
|
final |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::clear_action | ( | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::clear_id | ( | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::clear_key | ( | ) |
|
final |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const Subscription & | from | ) |
|
static |
|
inlinestatic |
Definition at line 142 of file intermodule.pb.h.
|
inlinefinal |
Definition at line 198 of file intermodule.pb.h.
|
inlinestatic |
Definition at line 145 of file intermodule.pb.h.
|
final |
|
inlinestatic |
Definition at line 148 of file intermodule.pb.h.
bool goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::has_action | ( | ) | const |
bool goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::has_id | ( | ) | const |
bool goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::has_key | ( | ) | const |
const std::string& goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::id | ( | ) | const |
|
static |
|
inlinestatic |
Definition at line 154 of file intermodule.pb.h.
|
final |
const ::goby::middleware::protobuf::SerializerTransporterKey& goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::key | ( | ) | const |
|
final |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const Subscription & | from | ) |
std::string* goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::mutable_id | ( | ) |
::goby::middleware::protobuf::SerializerTransporterKey* goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::mutable_key | ( | ) |
|
inline |
Definition at line 138 of file intermodule.pb.h.
|
inlinefinal |
Definition at line 180 of file intermodule.pb.h.
|
inlinefinal |
Definition at line 184 of file intermodule.pb.h.
|
inline |
Definition at line 122 of file intermodule.pb.h.
|
inlinenoexcept |
Definition at line 126 of file intermodule.pb.h.
std::string* goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::release_id | ( | ) |
::goby::middleware::protobuf::SerializerTransporterKey* goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::release_key | ( | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::set_action | ( | ::goby::middleware::intermodule::protobuf::Subscription_Action | value | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::set_allocated_id | ( | std::string * | id | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::set_allocated_key | ( | ::goby::middleware::protobuf::SerializerTransporterKey * | key | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::set_id | ( | const char * | value | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::set_id | ( | const char * | value, |
size_t | size | ||
) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::set_id | ( | const std::string & | value | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::set_id | ( | std::string && | value | ) |
|
inline |
Definition at line 113 of file intermodule.pb.h.
|
explicitprotected |
goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::Subscription | ( | const Subscription & | from | ) |
|
inlinenoexcept |
Definition at line 117 of file intermodule.pb.h.
|
inline |
Definition at line 164 of file intermodule.pb.h.
|
inline |
Definition at line 135 of file intermodule.pb.h.
::goby::middleware::protobuf::SerializerTransporterKey* goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::unsafe_arena_release_key | ( | ) |
void goby::middleware::intermodule::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_key | ( | ::goby::middleware::protobuf::SerializerTransporterKey * | key | ) |
|
inline |
Definition at line 172 of file intermodule.pb.h.
|
friend |
Definition at line 333 of file intermodule.pb.h.
|
friend |
Definition at line 205 of file intermodule.pb.h.
|
friend |
Definition at line 341 of file intermodule.pb.h.
|
friend |
Definition at line 161 of file intermodule.pb.h.
|
staticconstexpr |
Definition at line 241 of file intermodule.pb.h.
|
staticconstexpr |
Definition at line 239 of file intermodule.pb.h.
|
staticconstexpr |
Definition at line 237 of file intermodule.pb.h.
|
staticconstexpr |
Definition at line 158 of file intermodule.pb.h.
|
staticconstexpr |
Definition at line 228 of file intermodule.pb.h.
|
staticconstexpr |
Definition at line 230 of file intermodule.pb.h.
|
staticconstexpr |
Definition at line 232 of file intermodule.pb.h.