MySQL 9.5.0
Source Code Documentation
classic_protocol::borrowable::message::server::SendFileRequest< Borrowed > Class Template Reference

#include <classic_protocol_message.h>

Public Types

using string_type = std::conditional_t< Borrowed, std::string_view, std::string >
 

Public Member Functions

constexpr SendFileRequest (string_type filename)
 construct a SendFileRequest message. More...
 
constexpr string_type filename () const
 

Private Attributes

string_type filename_
 

Member Typedef Documentation

◆ string_type

template<bool Borrowed>
using classic_protocol::borrowable::message::server::SendFileRequest< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string>

Constructor & Destructor Documentation

◆ SendFileRequest()

template<bool Borrowed>
constexpr classic_protocol::borrowable::message::server::SendFileRequest< Borrowed >::SendFileRequest ( string_type  filename)
inlineconstexpr

construct a SendFileRequest message.

Parameters
filenamefilename

Member Function Documentation

◆ filename()

template<bool Borrowed>
constexpr string_type classic_protocol::borrowable::message::server::SendFileRequest< Borrowed >::filename ( ) const
inlineconstexpr

Member Data Documentation

◆ filename_

template<bool Borrowed>
string_type classic_protocol::borrowable::message::server::SendFileRequest< Borrowed >::filename_
private

The documentation for this class was generated from the following file: