#include <set.hh>
Public Types | |
typedef Set::iterator | set_iterator |
typedef e_iterator_ | mask_iterator |
typedef Set::value_type | value_type |
typedef m_iterator_ | iterator |
typedef iterator | const_iterator |
Public Member Functions | |
Subset (Set &s) | |
Subset (ActionSet &as, Set &s) | |
iterator | begin () |
iterator | end () |
iterator | find (const typename Set::value_type &x) |
void | cleanup () |
Private Types | |
typedef Subset< Set, Action, Predicate, ActionSet > | This |
typedef MaskIterator< Set, Action, Predicate, ActionSet > | e_iterator_ |
typedef DeconstIterator< e_iterator_ > | m_iterator_ |
Private Attributes | |
ActionSet & | actionset_ |
Set & | set_ |
typedef Subset<Set, Action, Predicate, ActionSet> olsr::utl::Subset< Set, Action, Predicate, ActionSet >::This [private] |
typedef MaskIterator<Set, Action, Predicate, ActionSet> olsr::utl::Subset< Set, Action, Predicate, ActionSet >::e_iterator_ [private] |
typedef DeconstIterator<e_iterator_> olsr::utl::Subset< Set, Action, Predicate, ActionSet >::m_iterator_ [private] |
typedef Set::iterator olsr::utl::Subset< Set, Action, Predicate, ActionSet >::set_iterator |
typedef e_iterator_ olsr::utl::Subset< Set, Action, Predicate, ActionSet >::mask_iterator |
typedef Set::value_type olsr::utl::Subset< Set, Action, Predicate, ActionSet >::value_type |
typedef m_iterator_ olsr::utl::Subset< Set, Action, Predicate, ActionSet >::iterator |
typedef iterator olsr::utl::Subset< Set, Action, Predicate, ActionSet >::const_iterator |
olsr::utl::Subset< Set, Action, Predicate, ActionSet >::Subset | ( | Set & | s | ) | [inline] |
olsr::utl::Subset< Set, Action, Predicate, ActionSet >::Subset | ( | ActionSet & | as, | |
Set & | s | |||
) | [inline] |
iterator olsr::utl::Subset< Set, Action, Predicate, ActionSet >::begin | ( | ) | [inline] |
iterator olsr::utl::Subset< Set, Action, Predicate, ActionSet >::end | ( | ) | [inline] |
iterator olsr::utl::Subset< Set, Action, Predicate, ActionSet >::find | ( | const typename Set::value_type & | x | ) | [inline] |
void olsr::utl::Subset< Set, Action, Predicate, ActionSet >::cleanup | ( | ) | [inline] |
ActionSet& olsr::utl::Subset< Set, Action, Predicate, ActionSet >::actionset_ [private] |
Set& olsr::utl::Subset< Set, Action, Predicate, ActionSet >::set_ [private] |