#include <set.h>


Public Member Functions | |
| const_iterator (const iterator &c_it) | |
| const_iterator & | operator= (const iterator &c_it) |
| bool | operator== (const iterator &c_it) |
| bool | operator!= (const iterator &c_it) |
Public Member Functions inherited from argos::CSetIterator< T, const T > | |
| CSetIterator (SSetElement< T > *ps_elem=NULL) | |
| CSetIterator (const CSetIterator &c_it) | |
| CSetIterator & | operator= (const CSetIterator &c_it) |
| reference | operator* () |
| pointer | operator-> () |
| CSetIterator & | operator++ () |
| bool | operator== (const CSetIterator &c_it) |
| bool | operator!= (const CSetIterator &c_it) |
Additional Inherited Members | |
Public Types inherited from argos::CSetIterator< T, const T > | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef const T | value_type |
| typedef std::ptrdiff_t | difference_type |
| typedef const T & | reference |
| typedef const T * | pointer |
Public Attributes inherited from argos::CSetIterator< T, const T > | |
| SSetElement< T > * | m_psElem |
|
inline |
|
inline |
|
inline |
|
inline |