| DGtal
    0.6.devel
    | 
#include <CBidirectionalOutputRange.h>


| Public Types | |
| typedef T::ReverseOutputIterator | ReverseOutputIterator | 
|  Public Types inherited from DGtal::CSinglePassOutputRange< T, Value > | |
| typedef T::OutputIterator | OutputIterator | 
| Public Member Functions | |
| BOOST_CONCEPT_USAGE (CBidirectionalOutputRange) | |
|  Public Member Functions inherited from DGtal::CSinglePassOutputRange< T, Value > | |
| BOOST_CONCEPT_ASSERT ((boost::OutputIterator< OutputIterator, Value >)) | |
| BOOST_CONCEPT_USAGE (CSinglePassOutputRange) | |
| Private Attributes | |
| T | myX | 
| ReverseOutputIterator | myOutput | 
Aim: refined concept of bidirectional range which require that a reverse output iterator exists.
Description of concept 'CBidirectionalOutputRange'
| Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity | 
|---|---|---|---|---|---|---|---|
| creation | routputIterator() | ReverseOutputIterator | Returns a reverse output iterator on the range first element | ||||
ImageContainerBySTLVector::Range
| T | the type that should be a model of CBidirectionalOutputRange. | 
| Value | the type of object t in (*it) = t. | 
Definition at line 90 of file CBidirectionalOutputRange.h.
| typedef T::ReverseOutputIterator DGtal::CBidirectionalOutputRange< T, Value >::ReverseOutputIterator | 
Reimplemented in DGtal::CBidirectionalOutputRangeFromPoint< T, Value >.
Definition at line 95 of file CBidirectionalOutputRange.h.
| 
 | inline | 
Definition at line 99 of file CBidirectionalOutputRange.h.
References DGtal::CBidirectionalOutputRange< T, Value >::myOutput, DGtal::CBidirectionalOutputRange< T, Value >::myX, and DGtal::ConceptUtils::sameType().
| 
 | private | 
Reimplemented from DGtal::CSinglePassOutputRange< T, Value >.
Definition at line 106 of file CBidirectionalOutputRange.h.
Referenced by DGtal::CBidirectionalOutputRange< T, Value >::BOOST_CONCEPT_USAGE().
| 
 | private | 
Reimplemented from DGtal::CSinglePassOutputRange< T, Value >.
Reimplemented in DGtal::CBidirectionalOutputRangeFromPoint< T, Value >.
Definition at line 105 of file CBidirectionalOutputRange.h.
Referenced by DGtal::CBidirectionalOutputRange< T, Value >::BOOST_CONCEPT_USAGE().
 1.8.1.1
 1.8.1.1