Public Types | |
| 
typedef SupportIterator< std::set< U > >  | iterator | 
| 
typedef SupportIterator< std::set< U > >  | const_iterator | 
| typedef std::set< U >::value_type | value_type | 
| The type of the values.  | |
Public Member Functions | |
| Support (const std::set< U > &) | |
| Support (const Support &) | |
| support<set<U, T> > is a const adapter of std::map to container.  | |
| iterator | begin () const | 
| iterator | end () const | 
| unsigned | size () const | 
| iterator | find (const U &k) const | 
| bool | empty () const | 
| Whether it's empty.  | |
| U | back () const | 
Definition at line 179 of file support.hh.
 1.5.1