_Ht_iterator Struct Reference
#include
<stdapis/stlportv5/stl/_hashtable.h>
| Public Attributes |
|---|
| _BaseIte | _M_ite |
Member Type Definition Documentation
Typedef _ConstTraits
| typedef _Traits::_ConstTraits | _ConstTraits |
Typedef _NonConstTraits
| typedef _Traits::_NonConstTraits | _NonConstTraits |
Typedef iterator_category
Typedef pointer
| typedef _Traits::pointer | pointer |
Typedef reference
| typedef _Traits::reference | reference |
Typedef value_type
| typedef _Traits::value_type | value_type |
Member Attribute Documentation
Constructor & Destructor Documentation
_Ht_iterator ( const iterator & )
| _Ht_iterator | ( | const iterator & | __it | ) | [inline] |
_Ht_iterator ( _BaseIte )
| _Ht_iterator | ( | _BaseIte | __it | ) | [inline] |
Member Function Documentation
operator!= ( const_iterator )
operator++ ( )
| _STLP_DEFINE_ARROW_OPERATOR _Self & | operator++ | ( | ) | [inline] |
operator++ ( int )
|
_Self
| operator++ | ( | int | | ) | [inline] |
operator== ( const_iterator )