Changeset 1566
- Timestamp:
- Oct 11, 2008, 12:01:16 AM (15 years ago)
- Location:
- trunk/yat/utility
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Container2DIterator.h
r1565 r1566 24 24 */ 25 25 26 #include "deprecate.h"27 26 #include "iterator_traits.h" 28 27 #include "yat_assert.h" … … 40 39 41 40 /** 42 @brief Iterator 41 @brief Iterator for a \ref concept_container_2d 42 43 The iterator can be used to traverse through a \ref 44 concept_container_2d row by row. 45 46 \see StrideIterator 43 47 */ 44 48 template<typename Container, typename value, typename reference = value&> -
trunk/yat/utility/Makefile.am
r1537 r1566 38 38 Container2DIterator.h DataIterator.h DataWeight.h DataWeightProxy.h \ 39 39 deprecate.h Exception.h FileUtil.h Index.h \ 40 IteratorPolicy.hiterator_traits.h \40 iterator_traits.h \ 41 41 kNNI.h Matrix.h MatrixWeighted.h NNI.h \ 42 42 Option.h OptionArg.h OptionFile.h OptionInFile.h OptionOutFile.h \
Note: See TracChangeset
for help on using the changeset viewer.