DB implementing the utils::bat::DbInterface; used for internal/test purposes.
More...
#include <db.hpp>
DB implementing the utils::bat::DbInterface; used for internal/test purposes.
◆ InternalDb() [1/2]
| ccf::common::InternalDb::InternalDb |
( |
const std::string & |
prefix | ) |
|
◆ ~InternalDb()
| ccf::common::InternalDb::~InternalDb |
( |
| ) |
|
|
inline |
◆ InternalDb() [2/2]
| ccf::common::InternalDb::InternalDb |
( |
const InternalDb & |
| ) |
|
|
delete |
◆ Get()
template<typename TYPE >
| void ccf::common::InternalDb::Get |
( |
const std::string & |
key, |
|
|
TYPE & |
value |
|
) |
| |
|
inline |
◆ GetPrefix()
| std::string ccf::common::InternalDb::GetPrefix |
( |
| ) |
|
|
inline |
◆ IsConnected()
| bool ccf::common::InternalDb::IsConnected |
( |
| ) |
|
|
inline |
◆ operator=()
Disable copy constructor.
◆ Scan()
| std::map< std::string, std::string > ccf::common::InternalDb::Scan |
( |
const std::string & |
key, |
|
|
const std::string & |
pattern |
|
) |
| |
◆ Set()
template<typename TYPE >
| void ccf::common::InternalDb::Set |
( |
const std::string & |
key, |
|
|
const TYPE & |
value |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: