autotier
Automatic Tiering Fuse Filesystem
|
Namespace for internal use, not to be exposed to ffd. More...
Functions | |
template<class T > | |
T | get (const std::string &key, const std::unordered_map< std::string, ffd::ConfigNode > *config_map) |
Get config entry as type T from configuration map. More... | |
Namespace for internal use, not to be exposed to ffd.
|
private |
Get config entry as type T from configuration map.
T | Type of variable to return |
key | Key to index map, from config file before '=' |
config_map | Map of keys to ConfigNode structs |