CommonLib
Loading...
Searching...
No Matches
Registry.h File Reference
#include <filesystem>

Go to the source code of this file.

Namespaces

namespace  hedgedev
namespace  hedgedev::csl
namespace  hedgedev::csl::cfg
namespace  hedgedev::csl::cfg::registry

Functions

template<typename T>
bool hedgedev::csl::cfg::registry::Read (const std::filesystem::path &in_rPath, const std::filesystem::path &in_rValueName, T &out_rData)
template<typename T>
bool hedgedev::csl::cfg::registry::Read (const std::filesystem::path &in_rPath, T &out_rData)
template<typename T>
bool hedgedev::csl::cfg::registry::Write (const std::filesystem::path &in_rPath, const std::filesystem::path &in_rValueName, const T &in_rData)
template<typename T>
bool hedgedev::csl::cfg::registry::Write (const std::filesystem::path &in_rPath, const T &in_rData)