#include <Storage.h>
|
| std::map< std::string, std::string > | storage |
Definition at line 70 of file Storage.h.
◆ Storage() [1/2]
| mqtt::lib::plugins::storage_plugin::Storage::Storage |
( |
| ) |
|
|
privatedefault |
◆ Storage() [2/2]
| mqtt::lib::plugins::storage_plugin::Storage::Storage |
( |
const Storage & | | ) |
|
|
delete |
◆ ~Storage()
| mqtt::lib::plugins::storage_plugin::Storage::~Storage |
( |
| ) |
|
|
default |
◆ exists()
| bool mqtt::lib::plugins::storage_plugin::Storage::exists |
( |
const inja::Arguments & | args | ) |
|
|
static |
◆ instance()
| Storage & mqtt::lib::plugins::storage_plugin::Storage::instance |
( |
| ) |
|
|
static |
◆ is_empty()
| bool mqtt::lib::plugins::storage_plugin::Storage::is_empty |
( |
const inja::Arguments & | args | ) |
|
|
static |
Definition at line 99 of file Storage.cpp.
99 {
100 bool result = true;
101
104 }
105
106 return result;
107 }
static bool exists(const inja::Arguments &args)
References exists(), instance(), and storage.
◆ operator=()
| Storage & mqtt::lib::plugins::storage_plugin::Storage::operator= |
( |
const Storage & | | ) |
|
|
delete |
◆ recall()
| const std::string & mqtt::lib::plugins::storage_plugin::Storage::recall |
( |
const inja::Arguments & | args | ) |
|
|
static |
◆ recall_as_float()
| double mqtt::lib::plugins::storage_plugin::Storage::recall_as_float |
( |
const inja::Arguments & | args | ) |
|
|
static |
Definition at line 85 of file Storage.cpp.
85 {
86 double result = 0;
87
89 try {
91 } catch (const std::logic_error&) {
92
93 }
94 }
95
96 return result;
97 }
References exists(), instance(), and storage.
◆ recall_as_int()
| int mqtt::lib::plugins::storage_plugin::Storage::recall_as_int |
( |
const inja::Arguments & | args | ) |
|
|
static |
Definition at line 71 of file Storage.cpp.
71 {
72 int result = 0;
73
75 try {
77 } catch (const std::logic_error&) {
78
79 }
80 }
81
82 return result;
83 }
References exists(), instance(), and storage.
◆ store()
| void mqtt::lib::plugins::storage_plugin::Storage::store |
( |
const inja::Arguments & | args | ) |
|
|
static |
◆ storage
| std::map<std::string, std::string> mqtt::lib::plugins::storage_plugin::Storage::storage |
|
private |
The documentation for this class was generated from the following files: