refactoring, expand interface
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user