droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
|
#include <TextDTO.hpp>
Public Member Functions | |
TextDTO ()=default | |
TextDTO (std::string title, std::string description, std::string url, std::string creator) | |
TextDTO (const RowDTOAdapter &row) | |
Public Attributes | |
size_t | id |
std::string | title |
std::string | description |
std::string | url |
std::string | creator |
|
default |
TextDTO::TextDTO | ( | std::string | title, |
std::string | description, | ||
std::string | url, | ||
std::string | creator ) |
TextDTO::TextDTO | ( | const RowDTOAdapter & | row | ) |
std::string TextDTO::creator |
std::string TextDTO::description |
size_t TextDTO::id |
std::string TextDTO::title |
std::string TextDTO::url |