#include <msg.pb.h>
类 | |
class | _Internal |
struct | Impl_ |
Public 类型 | |
enum | : int { kBodyFieldNumber = 2 , kValidFieldNumber = 3 , kPropertiesFieldNumber = 1 } |
Public 成员函数 | |
Message_Payload () | |
~Message_Payload () override | |
PROTOBUF_CONSTEXPR | Message_Payload (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Message_Payload (const Message_Payload &from) | |
Message_Payload (Message_Payload &&from) noexcept | |
Message_Payload & | operator= (const Message_Payload &from) |
Message_Payload & | operator= (Message_Payload &&from) noexcept |
void | Swap (Message_Payload *other) |
void | UnsafeArenaSwap (Message_Payload *other) |
Message_Payload * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const Message_Payload &from) |
void | MergeFrom (const Message_Payload &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 |
void | clear_body () |
const std::string & | body () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_body (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_body () |
PROTOBUF_NODISCARD std::string * | release_body () |
void | set_allocated_body (std::string *body) |
void | clear_valid () |
const std::string & | valid () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_valid (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_valid () |
PROTOBUF_NODISCARD std::string * | release_valid () |
void | set_allocated_valid (std::string *valid) |
bool | has_properties () const |
void | clear_properties () |
const ::XuMQ::BasicProperties & | properties () const |
PROTOBUF_NODISCARD::XuMQ::BasicProperties * | release_properties () |
::XuMQ::BasicProperties * | mutable_properties () |
void | set_allocated_properties (::XuMQ::BasicProperties *properties) |
void | unsafe_arena_set_allocated_properties (::XuMQ::BasicProperties *properties) |
::XuMQ::BasicProperties * | unsafe_arena_release_properties () |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_body (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_valid (ArgT0 &&arg0, ArgT... args) |
静态 Public 成员函数 | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Message_Payload & | default_instance () |
static const Message_Payload * | internal_default_instance () |
静态 Public 属性 | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected 成员函数 | |
Message_Payload (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Private 类型 | |
typedef void | InternalArenaConstructable_ |
typedef void | DestructorSkippable_ |
Private 成员函数 | |
void | SharedCtor (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned) |
void | SharedDtor () |
void | SetCachedSize (int size) const final |
void | InternalSwap (Message_Payload *other) |
const std::string & | _internal_body () const |
PROTOBUF_ALWAYS_INLINE void | _internal_set_body (const std::string &value) |
std::string * | _internal_mutable_body () |
const std::string & | _internal_valid () const |
PROTOBUF_ALWAYS_INLINE void | _internal_set_valid (const std::string &value) |
std::string * | _internal_mutable_valid () |
bool | _internal_has_properties () const |
const ::XuMQ::BasicProperties & | _internal_properties () const |
::XuMQ::BasicProperties * | _internal_mutable_properties () |
静态 Private 成员函数 | |
static void | MergeImpl (::PROTOBUF_NAMESPACE_ID::Message &to_msg, const ::PROTOBUF_NAMESPACE_ID::Message &from_msg) |
::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
Private 属性 | ||
union { | ||
Impl_ _impl_ | ||
}; | ||
友元 | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_msg_2eproto |
void | swap (Message_Payload &a, Message_Payload &b) |
|
private |
|
private |
|
inline |
|
override |
|
explicit |
XuMQ::Message_Payload::Message_Payload | ( | const Message_Payload & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
final |
|
final |
|
inline |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
void XuMQ::Message_Payload::CopyFrom | ( | const Message_Payload & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinefinal |
|
final |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
private |
|
final |
|
inline |
|
staticprivate |
|
inline |
|
inline |
|
inline |
|
inlinefinal |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void XuMQ::Message_Payload::set_body | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
void XuMQ::Message_Payload::set_valid | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
|
finalprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
union { ... } XuMQ::Message_Payload |
|
static |
Impl_ XuMQ::Message_Payload::_impl_ |
|
staticconstexpr |