refactoring, expand interface

This commit is contained in:
2020-05-13 00:56:26 +02:00
parent f9cdde7008
commit 7691c80fb4
12 changed files with 100 additions and 38 deletions

View File

@@ -9,6 +9,7 @@ class read_uses
public:
read_uses(std::string name);
std::string* get_uses();
bool exist_file();
private:
std::ifstream file;
std::string short_name;