#include <iterator.hh>
Public Member Functions | |
KeyedIterator (const Super &other, const Key &k) | |
KeyedIterator (const This &other) | |
const Key & | key () const |
Private Types | |
typedef KeyedIterator< Key, Iter > | This |
typedef Iter | Super |
Private Attributes | |
Key | _key |
typedef KeyedIterator<Key, Iter> olsr::utl::KeyedIterator< Key, Iter >::This [private] |
typedef Iter olsr::utl::KeyedIterator< Key, Iter >::Super [private] |
olsr::utl::KeyedIterator< Key, Iter >::KeyedIterator | ( | const Super & | other, | |
const Key & | k | |||
) | [inline] |
olsr::utl::KeyedIterator< Key, Iter >::KeyedIterator | ( | const This & | other | ) | [inline] |
const Key& olsr::utl::KeyedIterator< Key, Iter >::key | ( | ) | const [inline] |
Key olsr::utl::KeyedIterator< Key, Iter >::_key [private] |