#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 () |
| std::pair< iterator, iterator > | equal_range (const typename Set::value_type &x) |
Private Types | |
| typedef Subset< MultiAdapt < 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<MultiAdapt<Set>, Action, Predicate, ActionSet> olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::This [private] |
typedef MaskIterator<Set, Action, Predicate, ActionSet> olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::e_iterator_ [private] |
typedef DeconstIterator<e_iterator_> olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::m_iterator_ [private] |
| typedef Set::iterator olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::set_iterator |
| typedef e_iterator_ olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::mask_iterator |
| typedef Set::value_type olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::value_type |
| typedef m_iterator_ olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::iterator |
| typedef iterator olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::const_iterator |
| olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::Subset | ( | Set & | s | ) | [inline] |
| olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::Subset | ( | ActionSet & | as, | |
| Set & | s | |||
| ) | [inline] |
| iterator olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::begin | ( | ) | [inline] |
| iterator olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::end | ( | ) | [inline] |
| std::pair<iterator, iterator> olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::equal_range | ( | const typename Set::value_type & | x | ) | [inline] |
ActionSet& olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::actionset_ [private] |
Set& olsr::utl::Subset< MultiAdapt< Set >, Action, Predicate, ActionSet >::set_ [private] |
1.5.6