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

@@ -12,6 +12,10 @@ read_uses::read_uses(std::string name)
this->exist = file.good();
}
bool read_uses::exist_file(){
return this->exist;
}
std::string* read_uses::get_uses(){
std::string *ret=nullptr;
if(this->exist){