MPD  0.20.15
Public Member Functions
Response Class Reference

#include <Response.hxx>

Public Member Functions

 Response (Client &_client, unsigned _list_index)
 
 Response (const Response &)=delete
 
Responseoperator= (const Response &)=delete
 
void SetCommand (const char *_command)
 
bool Write (const void *data, size_t length)
 
bool Write (const char *data)
 
bool FormatV (const char *fmt, va_list args)
 
bool Format (const char *fmt,...)
 
void Error (enum ack code, const char *msg)
 
void FormatError (enum ack code, const char *fmt,...)
 

Detailed Description

Definition at line 31 of file Response.hxx.

Constructor & Destructor Documentation

◆ Response() [1/2]

Response::Response ( Client _client,
unsigned  _list_index 
)
inline

Definition at line 46 of file Response.hxx.

◆ Response() [2/2]

Response::Response ( const Response )
delete

Member Function Documentation

◆ Error()

void Response::Error ( enum ack  code,
const char *  msg 
)

◆ Format()

bool Response::Format ( const char *  fmt,
  ... 
)

◆ FormatError()

void Response::FormatError ( enum ack  code,
const char *  fmt,
  ... 
)

◆ FormatV()

bool Response::FormatV ( const char *  fmt,
va_list  args 
)

◆ operator=()

Response& Response::operator= ( const Response )
delete

◆ SetCommand()

void Response::SetCommand ( const char *  _command)
inline

Definition at line 52 of file Response.hxx.

◆ Write() [1/2]

bool Response::Write ( const void *  data,
size_t  length 
)

◆ Write() [2/2]

bool Response::Write ( const char *  data)

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