DGtal
1.5.beta
|
Aim: refined concept of const single pass range which require that an output iterator exists. More...
#include <DGtal/base/CSinglePassRangeWithWritableIterator.h>
Public Types | |
typedef T::OutputIterator | OutputIterator |
Public Types inherited from DGtal::concepts::CConstSinglePassRange< T > | |
typedef T::ConstIterator | ConstIterator |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((boost::OutputIterator< OutputIterator, Value >)) | |
BOOST_CONCEPT_USAGE (CSinglePassRangeWithWritableIterator) | |
Public Member Functions inherited from DGtal::concepts::CConstSinglePassRange< T > | |
BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ConstIterator >)) | |
BOOST_CONCEPT_USAGE (CConstSinglePassRange) | |
void | checkConstConstraints () const |
Private Attributes | |
T | myX |
OutputIterator | myOutput |
Aim: refined concept of const single pass range which require that an output iterator exists.
Description of concept 'CSinglePassRangeWithWritableIterator'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
creation | x.outputIterator() | OutputIterator | Returns an output iterator on the range first element |
T | the type that should be a model of CSinglePassRangeWithWritableIterator. |
Value | the type of object t in (*it) = t. |
Definition at line 87 of file CSinglePassRangeWithWritableIterator.h.
typedef T::OutputIterator DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value >::OutputIterator |
Definition at line 92 of file CSinglePassRangeWithWritableIterator.h.
DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value >::BOOST_CONCEPT_ASSERT | ( | (boost::OutputIterator< OutputIterator, Value >) | ) |
|
inline |
Definition at line 97 of file CSinglePassRangeWithWritableIterator.h.
References DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value >::myOutput, DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value >::myX, and DGtal::concepts::ConceptUtils::sameType().
|
private |
Definition at line 104 of file CSinglePassRangeWithWritableIterator.h.
Referenced by DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 103 of file CSinglePassRangeWithWritableIterator.h.
Referenced by DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value >::BOOST_CONCEPT_USAGE().