Lines Matching refs:ChannelList
114 class ChannelList
258 bool operator == (const ChannelList &other) const;
270 class ChannelList::Iterator
275 Iterator (const ChannelList::ChannelMap::iterator &i);
285 friend class ChannelList::ConstIterator;
287 ChannelList::ChannelMap::iterator _i;
291 class ChannelList::ConstIterator
296 ConstIterator (const ChannelList::ChannelMap::const_iterator &i);
297 ConstIterator (const ChannelList::Iterator &other);
310 ChannelList::ChannelMap::const_iterator _i;
319 ChannelList::Iterator::Iterator (): _i() in Iterator()
326 ChannelList::Iterator::Iterator (const ChannelList::ChannelMap::iterator &i): in Iterator()
333 inline ChannelList::Iterator &
334 ChannelList::Iterator::operator ++ ()
341 inline ChannelList::Iterator
342 ChannelList::Iterator::operator ++ (int)
351 ChannelList::Iterator::name () const in name()
358 ChannelList::Iterator::channel () const in channel()
365 ChannelList::ConstIterator::ConstIterator (): _i() in ConstIterator()
371 ChannelList::ConstIterator::ConstIterator in ConstIterator()
372 (const ChannelList::ChannelMap::const_iterator &i): _i (i) in ConstIterator()
379 ChannelList::ConstIterator::ConstIterator (const ChannelList::Iterator &other): in ConstIterator()
385 inline ChannelList::ConstIterator &
386 ChannelList::ConstIterator::operator ++ ()
393 inline ChannelList::ConstIterator
394 ChannelList::ConstIterator::operator ++ (int)
403 ChannelList::ConstIterator::name () const in name()
409 ChannelList::ConstIterator::channel () const in channel()
416 operator == (const ChannelList::ConstIterator &x,
417 const ChannelList::ConstIterator &y)
424 operator != (const ChannelList::ConstIterator &x,
425 const ChannelList::ConstIterator &y)