SDSL 3.0.2
Succinct Data Structure Library
|
Helper class for construction process. More...
#include <config.hpp>
Public Member Functions | |
cache_config (bool f_delete_files=true, std::string f_dir="./", std::string f_id="", tMSS f_file_map=tMSS()) | |
Public Attributes | |
bool | delete_files |
bool | delete_data |
std::string | dir |
std::string | id |
tMSS | file_map |
Helper class for construction process.
Definition at line 65 of file config.hpp.
|
inline |
Definition at line 76 of file config.hpp.
bool sdsl::cache_config::delete_data |
Definition at line 68 of file config.hpp.
bool sdsl::cache_config::delete_files |
Definition at line 67 of file config.hpp.
std::string sdsl::cache_config::dir |
Definition at line 70 of file config.hpp.
tMSS sdsl::cache_config::file_map |
Definition at line 75 of file config.hpp.
std::string sdsl::cache_config::id |
Definition at line 71 of file config.hpp.