![]() |
MySQL 8.0.32
Source Code Documentation
|
codec for client's Ping command. More...
#include <classic_protocol_codec_message.h>
Public Types | |
using | value_type = message::client::Ping |
using | __base = CodecSimpleCommand< Codec< value_type >, value_type > |
![]() | |
using | __base = impl::EncodeBase< CodecSimpleCommand< Codec< message::client::Ping >, message::client::Ping > > |
Public Member Functions | |
constexpr | Codec (value_type, capabilities::value_type caps) |
![]() | |
constexpr | CodecSimpleCommand (capabilities::value_type caps) |
![]() | |
constexpr | EncodeBase (capabilities::value_type caps) |
constexpr size_t | size () const noexcept |
stdx::expected< size_t, std::error_code > | encode (const net::mutable_buffer &buffer) const |
constexpr capabilities::value_type | caps () const noexcept |
Static Public Member Functions | |
constexpr static uint8_t | cmd_byte () noexcept |
![]() | |
static constexpr size_t | max_size () noexcept |
static stdx::expected< std::pair< size_t, message::client::Ping >, std::error_code > | decode (const ConstBufferSequence &buffers, capabilities::value_type caps) |
Additional Inherited Members | |
![]() | |
friend | __base |
codec for client's Ping command.
using classic_protocol::Codec< message::client::Ping >::__base = CodecSimpleCommand<Codec<value_type>, value_type> |
|
inlineconstexpr |
|
inlinestaticconstexprnoexcept |