template<typename TConstIterator, typename TInteger>
template<class TIterator, class iterator_type = typename IteratorCirculatorTraits <TIterator>::Category>
class DGtal::OneBalancedWordComputer< TConstIterator, TInteger >::CodeHandler< TIterator, iterator_type >
CodeHandler encapsulates an iterator in order to provide constant time access to the codes previously read.
- Template Parameters
-
TIterator | an iterator on the codes. |
iterator_type | the type of iterations services provided by TIterator. |
Definition at line 128 of file OneBalancedWordComputer.h.