Message-Queues beta 1.1
A Message-Queues based Cpp
 
载入中...
搜索中...
未找到
XuMQ::basicResponse类 参考final

#include <protocol.pb.h>

类 XuMQ::basicResponse 继承关系图:
XuMQ::basicResponse 的协作图:

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
 
basicResponseoperator= (const basicResponse &from)
 
basicResponseoperator= (basicResponse &&from) noexcept
 
void Swap (basicResponse *other)
 
void UnsafeArenaSwap (basicResponse *other)
 
basicResponseNew (::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 basicResponsedefault_instance ()
 
static const basicResponseinternal_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)
 

成员类型定义说明

◆ DestructorSkippable_

◆ InternalArenaConstructable_

成员枚举类型说明

◆ anonymous enum

anonymous enum : int
枚举值
kRidFieldNumber 
kCidFieldNumber 
kOkFieldNumber 

构造及析构函数说明

◆ basicResponse() [1/5]

XuMQ::basicResponse::basicResponse ( )
inline

◆ ~basicResponse()

XuMQ::basicResponse::~basicResponse ( )
override
函数调用图:

◆ basicResponse() [2/5]

PROTOBUF_CONSTEXPR XuMQ::basicResponse::basicResponse ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ basicResponse() [3/5]

XuMQ::basicResponse::basicResponse ( const basicResponse from)
函数调用图:

◆ basicResponse() [4/5]

XuMQ::basicResponse::basicResponse ( basicResponse &&  from)
inlinenoexcept

◆ basicResponse() [5/5]

XuMQ::basicResponse::basicResponse ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected
函数调用图:

成员函数说明

◆ _internal_cid()

const std::string & XuMQ::basicResponse::_internal_cid ( ) const
inlineprivate
这是这个函数的调用关系图:

◆ _internal_mutable_cid()

std::string * XuMQ::basicResponse::_internal_mutable_cid ( )
inlineprivate
这是这个函数的调用关系图:

◆ _internal_mutable_rid()

std::string * XuMQ::basicResponse::_internal_mutable_rid ( )
inlineprivate
这是这个函数的调用关系图:

◆ _internal_ok()

bool XuMQ::basicResponse::_internal_ok ( ) const
inlineprivate
这是这个函数的调用关系图:

◆ _internal_rid()

const std::string & XuMQ::basicResponse::_internal_rid ( ) const
inlineprivate
这是这个函数的调用关系图:

◆ _internal_set_cid()

void XuMQ::basicResponse::_internal_set_cid ( const std::string &  value)
inlineprivate

◆ _internal_set_ok()

void XuMQ::basicResponse::_internal_set_ok ( bool  value)
inlineprivate

◆ _internal_set_rid()

void XuMQ::basicResponse::_internal_set_rid ( const std::string &  value)
inlineprivate

◆ _InternalParse()

const char * XuMQ::basicResponse::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
函数调用图:

◆ _InternalSerialize()

uint8_t * XuMQ::basicResponse::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
函数调用图:

◆ ByteSizeLong()

size_t XuMQ::basicResponse::ByteSizeLong ( ) const
final
函数调用图:

◆ cid()

const std::string & XuMQ::basicResponse::cid ( ) const
inline

◆ Clear()

void XuMQ::basicResponse::Clear ( )
final
这是这个函数的调用关系图:

◆ clear_cid()

void XuMQ::basicResponse::clear_cid ( )
inline

◆ clear_ok()

void XuMQ::basicResponse::clear_ok ( )
inline

◆ clear_rid()

void XuMQ::basicResponse::clear_rid ( )
inline

◆ CopyFrom()

void XuMQ::basicResponse::CopyFrom ( const basicResponse from)
函数调用图:

◆ default_instance()

static const basicResponse & XuMQ::basicResponse::default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * XuMQ::basicResponse::descriptor ( )
inlinestatic

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece XuMQ::basicResponse::FullMessageName ( )
inlinestaticprivate

◆ GetCachedSize()

int XuMQ::basicResponse::GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * XuMQ::basicResponse::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * XuMQ::basicResponse::GetDescriptor ( )
inlinestatic

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata XuMQ::basicResponse::GetMetadata ( ) const
final
函数调用图:

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * XuMQ::basicResponse::GetReflection ( )
inlinestatic

◆ internal_default_instance()

static const basicResponse * XuMQ::basicResponse::internal_default_instance ( )
inlinestatic

◆ InternalSwap()

void XuMQ::basicResponse::InternalSwap ( basicResponse other)
private
函数调用图:
这是这个函数的调用关系图:

◆ IsInitialized()

bool XuMQ::basicResponse::IsInitialized ( ) const
final

◆ MergeFrom()

void XuMQ::basicResponse::MergeFrom ( const basicResponse from)
inline
这是这个函数的调用关系图:

◆ MergeImpl()

void XuMQ::basicResponse::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message &  to_msg,
const ::PROTOBUF_NAMESPACE_ID::Message &  from_msg 
)
staticprivate

◆ mutable_cid()

std::string * XuMQ::basicResponse::mutable_cid ( )
inline

◆ mutable_rid()

std::string * XuMQ::basicResponse::mutable_rid ( )
inline

◆ New()

basicResponse * XuMQ::basicResponse::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ ok()

bool XuMQ::basicResponse::ok ( ) const
inline

◆ operator=() [1/2]

basicResponse & XuMQ::basicResponse::operator= ( basicResponse &&  from)
inlinenoexcept

◆ operator=() [2/2]

basicResponse & XuMQ::basicResponse::operator= ( const basicResponse from)
inline

◆ release_cid()

std::string * XuMQ::basicResponse::release_cid ( )
inline

◆ release_rid()

std::string * XuMQ::basicResponse::release_rid ( )
inline

◆ rid()

const std::string & XuMQ::basicResponse::rid ( ) const
inline

◆ set_allocated_cid()

void XuMQ::basicResponse::set_allocated_cid ( std::string *  cid)
inline

◆ set_allocated_rid()

void XuMQ::basicResponse::set_allocated_rid ( std::string *  rid)
inline

◆ set_cid() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void XuMQ::basicResponse::set_cid ( ArgT0 &&  arg0,
ArgT...  args 
)
这是这个函数的调用关系图:

◆ set_cid() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void XuMQ::basicResponse::set_cid ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_ok()

void XuMQ::basicResponse::set_ok ( bool  value)
inline
这是这个函数的调用关系图:

◆ set_rid() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void XuMQ::basicResponse::set_rid ( ArgT0 &&  arg0,
ArgT...  args 
)
这是这个函数的调用关系图:

◆ set_rid() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void XuMQ::basicResponse::set_rid ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ SetCachedSize()

void XuMQ::basicResponse::SetCachedSize ( int  size) const
finalprivate

◆ SharedCtor()

void XuMQ::basicResponse::SharedCtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned 
)
inlineprivate
这是这个函数的调用关系图:

◆ SharedDtor()

void XuMQ::basicResponse::SharedDtor ( )
inlineprivate
这是这个函数的调用关系图:

◆ Swap()

void XuMQ::basicResponse::Swap ( basicResponse other)
inline

◆ UnsafeArenaSwap()

void XuMQ::basicResponse::UnsafeArenaSwap ( basicResponse 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_protocol_2eproto

friend struct ::TableStruct_protocol_2eproto
friend

◆ swap

void swap ( basicResponse a,
basicResponse b 
)
friend

类成员变量说明

◆ [union]

union { ... } XuMQ::basicResponse

◆ _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData XuMQ::basicResponse::_class_data_
static
初始值:
= {
::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck,
}
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message &to_msg, const ::PROTOBUF_NAMESPACE_ID::Message &from_msg)
Definition protocol.pb.cc:5414

◆ _impl_

Impl_ XuMQ::basicResponse::_impl_

◆ kIndexInFileMessages

constexpr int XuMQ::basicResponse::kIndexInFileMessages
staticconstexpr
初始值:
=
15