STLdoc
STLdocumentation
|
Public Types | |
typedef _Flist_unchecked_iterator< _Mylist > | _Myiter |
typedef _Flist_unchecked_const_iterator< _Mylist > | _Mybase |
typedef forward_iterator_tag | iterator_category |
typedef _Mylist::_Nodeptr | _Nodeptr |
typedef _Mylist::value_type | value_type |
typedef _Mylist::difference_type | difference_type |
typedef _Mylist::pointer | pointer |
typedef _Mylist::reference | reference |
Public Types inherited from _Flist_unchecked_const_iterator< _Mylist > | |
typedef _Flist_unchecked_const_iterator< _Mylist, _Base > | _Myiter |
typedef forward_iterator_tag | iterator_category |
typedef _Mylist::_Nodeptr | _Nodeptr |
typedef _Mylist::value_type | value_type |
typedef _Mylist::difference_type | difference_type |
typedef _Mylist::const_pointer | pointer |
typedef _Mylist::const_reference | reference |
Public Types inherited from _Iterator012< forward_iterator_tag, _Mylist::value_type, _Mylist::difference_type, _Mylist::const_pointer, _Mylist::const_reference, _Base > | |
typedef forward_iterator_tag | iterator_category |
typedef _Mylist::value_type | value_type |
typedef _Mylist::difference_type | difference_type |
typedef _Mylist::difference_type | distance_type |
typedef _Mylist::const_pointer | pointer |
typedef _Mylist::const_reference | reference |
Public Member Functions | |
_Flist_unchecked_iterator () | |
_Flist_unchecked_iterator (_Nodeptr _Pnode, const _Mylist *_Plist) | |
reference | operator* () const |
pointer | operator-> () const |
_Myiter & | operator++ () |
_Myiter | operator++ (int) |
Public Member Functions inherited from _Flist_unchecked_const_iterator< _Mylist > | |
_Flist_unchecked_const_iterator () | |
_Flist_unchecked_const_iterator (_Nodeptr _Pnode, const _Mylist *_Plist) | |
reference | operator* () const |
pointer | operator-> () const |
_Myiter & | operator++ () |
_Myiter | operator++ (int) |
bool | operator== (const _Myiter &_Right) const |
bool | operator!= (const _Myiter &_Right) const |
_Nodeptr | _Mynode () const |
Additional Inherited Members | |
Public Attributes inherited from _Flist_unchecked_const_iterator< _Mylist > | |
_Nodeptr | _Ptr |
typedef _Flist_unchecked_const_iterator<_Mylist> _Flist_unchecked_iterator< _Mylist >::_Mybase |
typedef _Flist_unchecked_iterator<_Mylist> _Flist_unchecked_iterator< _Mylist >::_Myiter |
typedef _Mylist::_Nodeptr _Flist_unchecked_iterator< _Mylist >::_Nodeptr |
typedef _Mylist::difference_type _Flist_unchecked_iterator< _Mylist >::difference_type |
typedef forward_iterator_tag _Flist_unchecked_iterator< _Mylist >::iterator_category |
typedef _Mylist::pointer _Flist_unchecked_iterator< _Mylist >::pointer |
typedef _Mylist::reference _Flist_unchecked_iterator< _Mylist >::reference |
typedef _Mylist::value_type _Flist_unchecked_iterator< _Mylist >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |