| 199 | size_t ProblemData::ClientGroup::size() const { return clients_.size(); } |
| 200 | |
| 201 | std::vector<size_t>::const_iterator ProblemData::ClientGroup::begin() const |
| 202 | { |
| 203 | return clients_.begin(); |
| 204 | } |
| 205 | |
| 206 | std::vector<size_t>::const_iterator ProblemData::ClientGroup::end() const |
| 207 | { |
no outgoing calls
no test coverage detected