grade_school: iteration 2, ctor removed
This commit is contained in:
parent
5e514df64f
commit
1843ab85f6
2 changed files with 1 additions and 7 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue