#include <persistent_store.hh>
|
| persistent_store () |
|
virtual | ~persistent_store () |
|
template<typename x_type > |
void | store (const std::string &a_label, std::shared_ptr< x_type > an_item) |
|
template<typename x_type > |
std::shared_ptr< x_type > | retrieve (const std::string &a_label) |
|
void | dump (const std::string &a_label) |
|
bool | has (const std::string &a_label) const |
|
Definition at line 21 of file persistent_store.hh.
◆ storage_cit_t
◆ storage_it_t
◆ storage_t
◆ persistent_store()
◆ ~persistent_store()
◆ dump()
void dump |
( |
const std::string & |
a_label | ) |
|
◆ has()
bool has |
( |
const std::string & |
a_label | ) |
const |
|
inline |
◆ retrieve()
std::shared_ptr< x_type > retrieve |
( |
const std::string & |
a_label | ) |
|
◆ store()
void store |
( |
const std::string & |
a_label, |
|
|
std::shared_ptr< x_type > |
an_item |
|
) |
| |
◆ f_storage
◆ f_storage_mutex
std::mutex f_storage_mutex |
|
mutableprivate |
The documentation for this class was generated from the following files: