| 195 | ProblemData::ClientGroup::~ClientGroup() { delete[] name; } |
| 196 | |
| 197 | bool ProblemData::ClientGroup::empty() const { return clients_.empty(); } |
| 198 | |
| 199 | size_t ProblemData::ClientGroup::size() const { return clients_.size(); } |
| 200 |
no outgoing calls
no test coverage detected