autotier
Automatic Tiering Fuse Filesystem
|
lib45d documentation (not included in this repo, see lib45d source) More...
Classes | |
class | ByteParseException |
Throw this exception when Bytes::set() fails to parse string. More... | |
class | Bytes |
Use this class for byte-formatted values. e.g.: "123 KiB". More... | |
class | ConfigException |
Exceptions thrown by this library. More... | |
class | ConfigGuardException |
Throw this exception when a ConfigGuard is constructed or get_from() is called when the config is already guarded. More... | |
class | ConfigNode |
Class for config_map_ entries. More... | |
class | ConfigParser |
Main configuration parser class to inherit from in your code. More... | |
class | ConfigSubsectionGuard |
Use this to switch to a certain config subsection to get a group of values. More... | |
class | MissingOptionException |
Throw this exception when a config entry is missing. More... | |
class | NoConfigException |
Throw this exception when the config file fails to open. More... | |
class | Quota |
This class extends ffd::Bytes to specify percents of an amount of bytes. More... | |
class | QuotaParseException |
Throw this exception when Quota::parse_fraction() fails to parse string. More... | |
lib45d documentation (not included in this repo, see lib45d source)