returns an iterator to after the last element stored
| 324 | |
| 325 | // returns an iterator to after the last element stored |
| 326 | Groups::const_iterator ChannelGroups::end() const { |
| 327 | return groups.end(); |
| 328 | } |
| 329 | |
| 330 | // returns a count of 0 or 1 depending on whether map_pos is mapped to a group |
| 331 | size_t ChannelGroups::count(const df::coord &map_pos) const { |
no outgoing calls