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