Public Types | |
| typedef bidirectional_iterator_tag | iterator_category |
| typedef _Tp | value_type |
| typedef _Distance | difference_type |
| typedef _Tp * | pointer |
| typedef _Reference | reference |
Public Member Functions | |
| reverse_bidirectional_iterator () | |
| reverse_bidirectional_iterator (_BidirectionalIterator __x) | |
| _BidirectionalIterator | base () const |
| _Reference | operator* () const |
| ASTL_DEFINE_ARROW_OPERATOR _Self & | operator++ () |
| _Self | operator++ (int) |
| _Self & | operator-- () |
| _Self | operator-- (int) |
Protected Attributes | |
| _BidirectionalIterator | current |
| typedef _Tp value_type |
| typedef _Distance difference_type |
| typedef _Tp* pointer |
| typedef _Reference reference |
|
explicit |
| _BidirectionalIterator base | ( | ) | const |
| _Reference operator* | ( | ) | const |
| ASTL_DEFINE_ARROW_OPERATOR _Self& operator++ | ( | ) |
| _Self operator++ | ( | int | ) |
| _Self& operator-- | ( | ) |
| _Self operator-- | ( | int | ) |
|
protected |
1.8.7