Functions | |
GR_RUNTIME_API std::filesystem::path | tmp () |
directory to create temporary files. More... | |
GR_RUNTIME_API std::filesystem::path | appdata () |
directory that stores user data; typicall $HOME More... | |
GR_RUNTIME_API std::filesystem::path | userconf () |
directory that stores configuration. More... | |
GR_RUNTIME_API std::filesystem::path | cache () |
directory to store non-portable caches (e.g. FFTW wisdom) More... | |
GR_RUNTIME_API std::filesystem::path gr::paths::appdata | ( | ) |
directory that stores user data; typicall $HOME
GR_RUNTIME_API std::filesystem::path gr::paths::cache | ( | ) |
directory to store non-portable caches (e.g. FFTW wisdom)
Defaults to $XDG_CACHE_HOME, falls back to appdata()/cache
GR_RUNTIME_API std::filesystem::path gr::paths::tmp | ( | ) |
directory to create temporary files.
On UNIX-oid systems, typically /tmp.
Referenced by gr::analog::kernel::agc2_ff::scale(), and gr::analog::kernel::agc2_cc::scale().
GR_RUNTIME_API std::filesystem::path gr::paths::userconf | ( | ) |