#include <jaiabot/messages/moos.pb.h>


Public Types | |
| enum | ValueCase { kSvalue = 3 , kDvalue = 4 , kBvalue = 5 , VALUE_NOT_SET = 0 } |
| enum | : int { kKeyFieldNumber = 2 , kSourceFieldNumber = 8 , kSourceAuxFieldNumber = 9 , kCommunityFieldNumber = 10 , kUnixtimeFieldNumber = 6 , kIdFieldNumber = 7 , kTypeFieldNumber = 1 , kSvalueFieldNumber = 3 , kDvalueFieldNumber = 4 , kBvalueFieldNumber = 5 } |
| typedef MOOSMessage_Type | Type |
Public Member Functions | |
| MOOSMessage () | |
| ~MOOSMessage () override | |
| PROTOBUF_CONSTEXPR | MOOSMessage (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| MOOSMessage (const MOOSMessage &from) | |
| MOOSMessage (MOOSMessage &&from) noexcept | |
| MOOSMessage & | operator= (const MOOSMessage &from) |
| MOOSMessage & | operator= (MOOSMessage &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (MOOSMessage *other) |
| void | UnsafeArenaSwap (MOOSMessage *other) |
| MOOSMessage * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const MOOSMessage &from) |
| void | MergeFrom (const MOOSMessage &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_key () const |
| void | clear_key () |
| const std::string & | key () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_key (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_key () |
| PROTOBUF_NODISCARD std::string * | release_key () |
| void | set_allocated_key (std::string *key) |
| bool | has_source () const |
| void | clear_source () |
| const std::string & | source () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_source (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_source () |
| PROTOBUF_NODISCARD std::string * | release_source () |
| void | set_allocated_source (std::string *source) |
| bool | has_source_aux () const |
| void | clear_source_aux () |
| const std::string & | source_aux () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_source_aux (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_source_aux () |
| PROTOBUF_NODISCARD std::string * | release_source_aux () |
| void | set_allocated_source_aux (std::string *source_aux) |
| bool | has_community () const |
| void | clear_community () |
| const std::string & | community () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_community (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_community () |
| PROTOBUF_NODISCARD std::string * | release_community () |
| void | set_allocated_community (std::string *community) |
| bool | has_unixtime () const |
| void | clear_unixtime () |
| double | unixtime () const |
| void | set_unixtime (double value) |
| bool | has_id () const |
| void | clear_id () |
| int32_t | id () const |
| void | set_id (int32_t value) |
| bool | has_type () const |
| void | clear_type () |
| ::jaiabot::protobuf::MOOSMessage_Type | type () const |
| void | set_type (::jaiabot::protobuf::MOOSMessage_Type value) |
| bool | has_svalue () const |
| void | clear_svalue () |
| const std::string & | svalue () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_svalue (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_svalue () |
| PROTOBUF_NODISCARD std::string * | release_svalue () |
| void | set_allocated_svalue (std::string *svalue) |
| bool | has_dvalue () const |
| void | clear_dvalue () |
| double | dvalue () const |
| void | set_dvalue (double value) |
| bool | has_bvalue () const |
| void | clear_bvalue () |
| const std::string & | bvalue () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_bvalue (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_bvalue () |
| PROTOBUF_NODISCARD std::string * | release_bvalue () |
| void | set_allocated_bvalue (std::string *bvalue) |
| void | clear_value () |
| ValueCase | value_case () const |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_key (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_source (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_source_aux (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_community (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 MOOSMessage & | default_instance () |
| static const MOOSMessage * | internal_default_instance () |
| static bool | Type_IsValid (int value) |
| static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Type_descriptor () |
| template<typename T > | |
| static const std::string & | Type_Name (T enum_t_value) |
| static bool | Type_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value) |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
| static constexpr Type | TYPE_DOUBLE |
| static constexpr Type | TYPE_STRING |
| static constexpr Type | TYPE_BINARY_STRING |
| static constexpr Type | Type_MIN |
| static constexpr Type | Type_MAX |
| static constexpr int | Type_ARRAYSIZE |
Protected Member Functions | |
| MOOSMessage (::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_jaiabot_2fmessages_2fmoos_2eproto |
| void | swap (MOOSMessage &a, MOOSMessage &b) |
| anonymous enum : int |
|
override |
|
explicit |
| jaiabot::protobuf::MOOSMessage::MOOSMessage | ( | const MOOSMessage & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
final |
|
final |
|
inline |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void jaiabot::protobuf::MOOSMessage::clear_value | ( | ) |
|
inline |
| void jaiabot::protobuf::MOOSMessage::CopyFrom | ( | const MOOSMessage & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inlinefinal |
|
final |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinefinal |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void jaiabot::protobuf::MOOSMessage::set_community | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
|
inline |
|
inline |
| void jaiabot::protobuf::MOOSMessage::set_key | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
| void jaiabot::protobuf::MOOSMessage::set_source | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
| void jaiabot::protobuf::MOOSMessage::set_source_aux | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
static |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |