DGtal
1.5.beta
|
Aim: Represents types for which a std::back_insert_iterator can be constructed with std::back_inserter. Back Insertion Sequence are refinements of CBackInsertable. They require more services than CBackInsertable, for instance read services or erase services. More...
#include <DGtal/base/CBackInsertable.h>
Public Types | |
typedef T::value_type | value_type |
Public Member Functions | |
BOOST_CONCEPT_USAGE (CBackInsertable) | |
void | checkConstConstraints () const |
Private Attributes | |
T | myX |
value_type | myV |
Aim: Represents types for which a std::back_insert_iterator can be constructed with std::back_inserter. Back Insertion Sequence are refinements of CBackInsertable. They require more services than CBackInsertable, for instance read services or erase services.
Description of concept 'CBackInsertable'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Add to back | x.push_back( e ) | adds the element e at the end of object x |
T | the type that should be a model of CBackInsertable. |
Definition at line 94 of file CBackInsertable.h.
typedef T::value_type DGtal::concepts::CBackInsertable< T >::value_type |
Definition at line 98 of file CBackInsertable.h.
|
inline |
Definition at line 99 of file CBackInsertable.h.
References DGtal::concepts::CBackInsertable< T >::checkConstConstraints(), DGtal::concepts::CBackInsertable< T >::myV, and DGtal::concepts::CBackInsertable< T >::myX.
|
inline |
Definition at line 104 of file CBackInsertable.h.
Referenced by DGtal::concepts::CBackInsertable< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 110 of file CBackInsertable.h.
Referenced by DGtal::concepts::CBackInsertable< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 109 of file CBackInsertable.h.
Referenced by DGtal::concepts::CBackInsertable< T >::BOOST_CONCEPT_USAGE().