fix: alg config valid

This commit is contained in:
Talyx
2022-02-17 21:13:55 +03:00
parent 87bc1cfc70
commit 3c5f61e08e
3 changed files with 206 additions and 13 deletions

View File

@@ -72,6 +72,9 @@ private:
std::string getTypestr(toml_node::e_type);
std::string getWrongTypeErrorMSG(std::string field, toml_node::e_type expected, toml_node::e_type received);
bool checkFileAndDir(location *);
int isFile(std::string path);
int isDir(std::string path);
public:
void fillFields(void);