![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
CRTP base for client-side commands that are encoded as a single byte. More...
#include <classic_protocol_codec_message.h>
Public Types | |
| using | __base = impl::EncodeBase< CodecSimpleCommand< Base, ValueType > > | 
Public Member Functions | |
| constexpr | CodecSimpleCommand (capabilities::value_type caps) | 
  Public Member Functions inherited from classic_protocol::impl::EncodeBase< CodecSimpleCommand< Base, ValueType > > | |
| constexpr | EncodeBase (capabilities::value_type caps) | 
| constexpr size_t | size () const noexcept | 
| stdx::expected< size_t, std::error_code > | encode (net::mutable_buffer buffer) const | 
| constexpr capabilities::value_type | caps () const noexcept | 
Static Public Member Functions | |
| static constexpr size_t | max_size () noexcept | 
| static stdx::expected< std::pair< size_t, ValueType >, std::error_code > | decode (const net::const_buffer &buffer, capabilities::value_type caps) | 
Public Attributes | |
| friend | __base | 
Private Member Functions | |
| template<class Accumulator > | |
| constexpr auto | accumulate_fields (Accumulator &&accu) const | 
CRTP base for client-side commands that are encoded as a single byte.
| using classic_protocol::CodecSimpleCommand< Base, ValueType >::__base = impl::EncodeBase<CodecSimpleCommand<Base, ValueType> > | 
      
  | 
  inlineconstexpr | 
      
  | 
  inlineconstexprprivate | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestaticconstexprnoexcept | 
| friend classic_protocol::CodecSimpleCommand< Base, ValueType >::__base |