Definition at line 145 of file KVDataRepository.h.
◆ PathConcatenator()
| KVDataRepository::PathConcatenator::PathConcatenator |
( |
const TString & |
_root | ) |
|
|
inline |
◆ ensure_full_path_exists() [1/2]
template<typename ExistCheck , typename MakeDir , typename... Strings>
| void KVDataRepository::PathConcatenator::ensure_full_path_exists |
( |
ExistCheck |
ec, |
|
|
MakeDir |
md, |
|
|
const TString & |
path, |
|
|
const Strings &... |
others |
|
) |
| |
|
inline |
◆ ensure_full_path_exists() [2/2]
template<typename ExistCheck , typename MakeDir >
| void KVDataRepository::PathConcatenator::ensure_full_path_exists |
( |
ExistCheck |
, |
|
|
MakeDir |
|
|
) |
| const |
|
inline |
◆ get_full_path() [1/2]
| TString KVDataRepository::PathConcatenator::get_full_path |
( |
| ) |
const |
|
inline |
◆ get_full_path() [2/2]
template<typename... Strings>
| TString KVDataRepository::PathConcatenator::get_full_path |
( |
const TString & |
path, |
|
|
const Strings &... |
others |
|
) |
| |
|
inline |
◆ root_dir
| TString KVDataRepository::PathConcatenator::root_dir |