DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Private Attributes
DGtal::CBidirectionalOutputRange< T, Value > Struct Template Reference

#include <CBidirectionalOutputRange.h>

Inheritance diagram for DGtal::CBidirectionalOutputRange< T, Value >:
Inheritance graph
[legend]
Collaboration diagram for DGtal::CBidirectionalOutputRange< T, Value >:
Collaboration graph
[legend]

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

myX
ReverseOutputIterator myOutput

Detailed Description

template<typename T, typename Value>
struct DGtal::CBidirectionalOutputRange< T, Value >

Aim: refined concept of bidirectional range which require that a reverse output iterator exists.

Description of concept 'CBidirectionalOutputRange'

Refinement of CSinglePassOutputRange

Associated types :

Notation

Definitions

NameExpression Type requirements Return type Precondition Semantics Post condition Complexity
creation routputIterator() ReverseOutputIterator Returns a reverse output iterator on the range first element

Invariants

Models

ImageContainerBySTLVector::Range

Notes

Template Parameters:
Tthe type that should be a model of CBidirectionalOutputRange.
Valuethe type of object t in (*it) = t.

Definition at line 90 of file CBidirectionalOutputRange.h.


Member Typedef Documentation

template<typename T , typename Value >
typedef T::ReverseOutputIterator DGtal::CBidirectionalOutputRange< T, Value >::ReverseOutputIterator

Member Function Documentation

template<typename T , typename Value >
DGtal::CBidirectionalOutputRange< T, Value >::BOOST_CONCEPT_USAGE ( CBidirectionalOutputRange< T, Value >  )
inline

Field Documentation

template<typename T , typename Value >
ReverseOutputIterator DGtal::CBidirectionalOutputRange< T, Value >::myOutput
private
template<typename T , typename Value >
T DGtal::CBidirectionalOutputRange< T, Value >::myX
private

The documentation for this struct was generated from the following file: