grade_school: iteration 2, ctor removed

This commit is contained in:
Dmitry Kokorin 2016-03-04 16:59:27 +03:00
parent 5e514df64f
commit 1843ab85f6
2 changed files with 1 additions and 7 deletions

View file

@ -20,12 +20,10 @@ class school
public:
school();
void add(const name_t&, grade_number_t);
const grade_t &grade(grade_number_t) const;
const roster_t &roster() const;
};
}