![]() |
droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
|
#include <NotificationRepository.hpp>
Public Member Functions | |
bool | create (const NotificationDTO &object) noexcept override |
bool | remove (size_t id) noexcept override |
NotificationDTO | get (size_t id) const noexcept override |
bool | update (const NotificationDTO &object) noexcept override |
std::vector< NotificationDTO > | getAll () const noexcept |
|
nodiscardoverridevirtualnoexcept |
Implements IRepository< NotificationDTO >.
|
nodiscardoverridevirtualnoexcept |
Implements IRepository< NotificationDTO >.
|
nodiscardnoexcept |
|
nodiscardoverridevirtualnoexcept |
Implements IRepository< NotificationDTO >.
|
nodiscardoverridevirtualnoexcept |
Implements IRepository< NotificationDTO >.