A data item.
More...
#include <data_store.hpp>
|
|
const std::string | m_value |
| |
|
const bool | m_is_valid = false |
| |
◆ item_t()
| bcache::data_store_t::item_t::item_t |
( |
const std::string & |
value | ) |
|
|
inline |
Construct a valid data item.
- Parameters
-
◆ is_valid()
| bool bcache::data_store_t::item_t::is_valid |
( |
| ) |
const |
|
inline |
Check if the item is valid.
- Returns
- true if the item is valid, else false.
◆ value()
| const std::string& bcache::data_store_t::item_t::value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: