|
El Octavio
1.0
This is a video game about adventures.
|
Specialization of FTP response returning a directory. More...
#include <Ftp.hpp>
Inheritance diagram for sf::Ftp::DirectoryResponse:
Collaboration diagram for sf::Ftp::DirectoryResponse:Public Member Functions | |
| DirectoryResponse (const Response &response) | |
| Default constructor. More... | |
| const std::string & | getDirectory () const |
| Get the directory returned in the response. More... | |
Public Member Functions inherited from sf::Ftp::Response | |
| Response (Status code=InvalidResponse, const std::string &message="") | |
| Default constructor. More... | |
| bool | isOk () const |
| Check if the status code means a success. More... | |
| Status | getStatus () const |
| Get the status code of the response. More... | |
| const std::string & | getMessage () const |
| Get the full message contained in the response. More... | |
| sf::Ftp::DirectoryResponse::DirectoryResponse | ( | const Response & | response | ) |
Default constructor.
| response | Source response |
| const std::string & sf::Ftp::DirectoryResponse::getDirectory | ( | ) | const |
Get the directory returned in the response.