config.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:30:49 -05:00
parent 7ef59b4105
commit 8d5fb48d5b

View File

@ -55,6 +55,7 @@ typedef ToFromWrapper<bool> ConfigBOOL;
typedef ToFromWrapper<uint64_t> ConfigUINT64;
typedef ToFromWrapper<int> ConfigINT;
typedef ToFromWrapper<std::string> ConfigSTR;
typedef ToFromWrapper<ghc::filesystem::path> ConfigPath;
typedef std::map<std::string,ToFromString*> Str2TFStrMap;
extern const std::string CONTROLFILE;