droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
TextDTO Class Reference

#include <TextDTO.hpp>

Collaboration diagram for TextDTO:

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
 

Constructor & Destructor Documentation

◆ TextDTO() [1/3]

TextDTO::TextDTO ( )
default

◆ TextDTO() [2/3]

TextDTO::TextDTO ( std::string title,
std::string description,
std::string url,
std::string creator )

◆ TextDTO() [3/3]

TextDTO::TextDTO ( const RowDTOAdapter & row)

Member Data Documentation

◆ creator

std::string TextDTO::creator

◆ description

std::string TextDTO::description

◆ id

size_t TextDTO::id

◆ title

std::string TextDTO::title

◆ url

std::string TextDTO::url

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