#include <protocol.pb.h>
类 | |
class | _Internal |
struct | Impl_ |
Public 类型 | |
enum | : int { kRidFieldNumber = 1 , kCidFieldNumber = 2 , kOkFieldNumber = 3 } |
Public 成员函数 | |
basicResponse () | |
~basicResponse () override | |
PROTOBUF_CONSTEXPR | basicResponse (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
basicResponse (const basicResponse &from) | |
basicResponse (basicResponse &&from) noexcept | |
basicResponse & | operator= (const basicResponse &from) |
basicResponse & | operator= (basicResponse &&from) noexcept |
void | Swap (basicResponse *other) |
void | UnsafeArenaSwap (basicResponse *other) |
basicResponse * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const basicResponse &from) |
void | MergeFrom (const basicResponse &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_rid () |
const std::string & | rid () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_rid (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_rid () |
PROTOBUF_NODISCARD std::string * | release_rid () |
void | set_allocated_rid (std::string *rid) |
void | clear_cid () |
const std::string & | cid () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_cid (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_cid () |
PROTOBUF_NODISCARD std::string * | release_cid () |
void | set_allocated_cid (std::string *cid) |
void | clear_ok () |
bool | ok () const |
void | set_ok (bool value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_rid (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_cid (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 basicResponse & | default_instance () |
static const basicResponse * | internal_default_instance () |
静态 Public 属性 | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected 成员函数 | |
basicResponse (::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 (basicResponse *other) |
const std::string & | _internal_rid () const |
PROTOBUF_ALWAYS_INLINE void | _internal_set_rid (const std::string &value) |
std::string * | _internal_mutable_rid () |
const std::string & | _internal_cid () const |
PROTOBUF_ALWAYS_INLINE void | _internal_set_cid (const std::string &value) |
std::string * | _internal_mutable_cid () |
bool | _internal_ok () const |
void | _internal_set_ok (bool value) |
静态 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_protocol_2eproto |
void | swap (basicResponse &a, basicResponse &b) |
|
private |
|
private |
|
inline |
|
override |
|
explicit |
XuMQ::basicResponse::basicResponse | ( | const basicResponse & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
final |
|
final |
|
final |
|
inline |
|
final |
|
inline |
|
inline |
|
inline |
void XuMQ::basicResponse::CopyFrom | ( | const basicResponse & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinefinal |
|
final |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inlinestatic |
|
private |
|
final |
|
inline |
|
staticprivate |
|
inline |
|
inline |
|
inlinefinal |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void XuMQ::basicResponse::set_cid | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
|
inline |
void XuMQ::basicResponse::set_rid | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
|
finalprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
union { ... } XuMQ::basicResponse |
|
static |
Impl_ XuMQ::basicResponse::_impl_ |
|
staticconstexpr |