| 204 | } |
| 205 | |
| 206 | std::vector<size_t>::const_iterator ProblemData::ClientGroup::end() const |
| 207 | { |
| 208 | return clients_.end(); |
| 209 | } |
| 210 | |
| 211 | std::vector<size_t> const &ProblemData::ClientGroup::clients() const |
| 212 | { |
no outgoing calls
no test coverage detected