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::CSinglePassOutputRange< T, Value > Struct Template Reference

#include <CSinglePassOutputRange.h>

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

Public Types

typedef T::OutputIterator OutputIterator

Public Member Functions

 BOOST_CONCEPT_ASSERT ((boost::OutputIterator< OutputIterator, Value >))
 BOOST_CONCEPT_USAGE (CSinglePassOutputRange)

Private Attributes

myX
OutputIterator myOutput

Detailed Description

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

Aim: refined concept of single pass range which require that an output iterator exists.

Description of concept 'CSinglePassOutputRange'

Refinement of

Associated types :

Notation

Definitions

| Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity | |———-+——————+——————-+—————-+————–+—————————————————-+—————-+————| | creation | outputIterator() | | OutputIterator | | Returns an output iterator on the range first element | | | | | | | | | | | |

Invariants

Models

ImageContainerBySTLVector::Range

Notes

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

Definition at line 88 of file CSinglePassOutputRange.h.


Member Typedef Documentation

template<typename T , typename Value >
typedef T::OutputIterator DGtal::CSinglePassOutputRange< T, Value >::OutputIterator

Member Function Documentation

template<typename T , typename Value >
DGtal::CSinglePassOutputRange< T, Value >::BOOST_CONCEPT_ASSERT ( (boost::OutputIterator< OutputIterator, Value >)  )
template<typename T , typename Value >
DGtal::CSinglePassOutputRange< T, Value >::BOOST_CONCEPT_USAGE ( CSinglePassOutputRange< T, Value >  )
inline

Field Documentation

template<typename T , typename Value >
OutputIterator DGtal::CSinglePassOutputRange< T, Value >::myOutput
private
template<typename T , typename Value >
T DGtal::CSinglePassOutputRange< T, Value >::myX
private

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