#include <LatestEventsRepository.hpp>
|
| static bool | insert (const std::string &key, const std::string &value) noexcept |
| static bool | remove (const std::string &key) noexcept |
| static bool | exists (const std::string &key, const std::string &value) noexcept |
| static bool | load () noexcept |
| static void | set_active (const std::string &key, bool active) noexcept |
| static bool | is_active (const std::string &key) noexcept |
◆ exists()
| bool LatestEventsRepository::exists |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
staticnodiscardnoexcept |
◆ insert()
| bool LatestEventsRepository::insert |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
staticnodiscardnoexcept |
◆ is_active()
| bool LatestEventsRepository::is_active |
( |
const std::string & | key | ) |
|
|
staticnodiscardnoexcept |
◆ load()
| bool LatestEventsRepository::load |
( |
| ) |
|
|
staticnodiscardnoexcept |
◆ remove()
| bool LatestEventsRepository::remove |
( |
const std::string & | key | ) |
|
|
staticnodiscardnoexcept |
◆ set_active()
| void LatestEventsRepository::set_active |
( |
const std::string & | key, |
|
|
bool | active ) |
|
staticnoexcept |
The documentation for this class was generated from the following files: