Changeset 1566


Ignore:
Timestamp:
Oct 11, 2008, 12:01:16 AM (15 years ago)
Author:
Peter
Message:

removing IteratorPolicy? - closes #398

Location:
trunk/yat/utility
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Container2DIterator.h

    r1565 r1566  
    2424*/
    2525
    26 #include "deprecate.h"
    2726#include "iterator_traits.h"
    2827#include "yat_assert.h"
     
    4039
    4140  /**
    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
    4347  */
    4448  template<typename Container, typename value, typename reference = value&>
  • trunk/yat/utility/Makefile.am

    r1537 r1566  
    3838  Container2DIterator.h DataIterator.h DataWeight.h DataWeightProxy.h \
    3939  deprecate.h Exception.h FileUtil.h Index.h \
    40   IteratorPolicy.h iterator_traits.h \
     40  iterator_traits.h \
    4141  kNNI.h Matrix.h MatrixWeighted.h NNI.h \
    4242  Option.h OptionArg.h OptionFile.h OptionInFile.h OptionOutFile.h \
Note: See TracChangeset for help on using the changeset viewer.