SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::cache_config Struct Reference

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
 

Detailed Description

Helper class for construction process.

Definition at line 66 of file config.hpp.

Constructor & Destructor Documentation

◆ cache_config()

sdsl::cache_config::cache_config ( bool  f_delete_files = true,
std::string  f_dir = "./",
std::string  f_id = "",
tMSS  f_file_map = tMSS() 
)
inline

Definition at line 77 of file config.hpp.

Member Data Documentation

◆ delete_data

bool sdsl::cache_config::delete_data

Definition at line 69 of file config.hpp.

◆ delete_files

bool sdsl::cache_config::delete_files

Definition at line 68 of file config.hpp.

◆ dir

std::string sdsl::cache_config::dir

Definition at line 71 of file config.hpp.

◆ file_map

tMSS sdsl::cache_config::file_map

Definition at line 76 of file config.hpp.

◆ id

std::string sdsl::cache_config::id

Definition at line 72 of file config.hpp.


The documentation for this struct was generated from the following file: