| Public Types | |
| typedef SupportIterator< std::map< U, T > > | iterator | 
| typedef SupportIterator< std::map< U, T > > | const_iterator | 
| typedef std::map< U, T >::value_type | value_type | 
| The type of the values. | |
| Public Member Functions | |
| Support (const std::map< U, T > &) | |
| Support (const Support &) | |
| support<map<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 151 of file support.hh.
 1.5.1
 1.5.1