returns an iterator to the first element stored
| 319 | |
| 320 | // returns an iterator to the first element stored |
| 321 | Groups::const_iterator ChannelGroups::begin() const { |
| 322 | return groups.begin(); |
| 323 | } |
| 324 | |
| 325 | // returns an iterator to after the last element stored |
| 326 | Groups::const_iterator ChannelGroups::end() const { |
no outgoing calls