reverse_bidirectional_iterator Class Reference
#include 
            
                    <stdapis/stlportv5/stl/_iterator_old.h>
                
| class reverse_bidirectional_iterator | 
| Protected Attributes | 
|---|
| _BidirectionalIterator | current | 
Member Type Definition Documentation
Typedef difference_type
| typedef _Distance | difference_type | 
Typedef iterator_category
| typedef 
					bidirectional_iterator_tag | iterator_category | 
Typedef pointer
Typedef reference
| typedef _Reference | reference | 
Typedef value_type
Member Attribute Documentation
current
| _BidirectionalIterator | current | [protected] | 
Constructor & Destructor Documentation
reverse_bidirectional_iterator (  )
| reverse_bidirectional_iterator | ( | ) | [inline] | 
reverse_bidirectional_iterator ( _BidirectionalIterator )
| reverse_bidirectional_iterator | ( | _BidirectionalIterator | __x | ) | [inline, explicit] | 
Member Function Documentation
base (  )
| _BidirectionalIterator | base | ( | ) | const [inline] | 
operator* (  )
| _Reference | operator* | ( | ) | const [inline] | 
operator++ (  )
| _STLP_DEFINE_ARROW_OPERATOR _Self & | operator++ | ( | ) | [inline] | 
operator++ ( int )
| _Self | operator++ | ( | int |  | ) | [inline] | 
operator-- (  )
| _Self & | operator-- | ( | ) | [inline] | 
operator-- ( int )
| _Self | operator-- | ( | int |  | ) | [inline] |