Public Types | |
| typedef std::set< U > | container_t |
| typedef U | value_t |
| typedef container_t::const_iterator | iterator |
|
typedef SupportIterator< std::set< U > > | self_t |
| typedef iterator::iterator_category | iterator_category |
| typedef iterator::difference_type | difference_type |
| typedef value_t | value_type |
| typedef value_t * | pointer |
| typedef value_t & | reference |
Public Member Functions | |
| SupportIterator () | |
| SupportIterator (iterator) | |
| value_t | operator * () const |
| self_t & | operator++ () |
| self_t | operator++ (int) |
| bool | operator!= (const SupportIterator &) const |
| bool | operator== (const SupportIterator &) const |
Definition at line 98 of file support.hh.
1.5.1