Changeset 2884 for trunk/yat/omic/BamWriteIterator.h
- Timestamp:
- Dec 4, 2012, 3:17:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/BamWriteIterator.h
r2883 r2884 32 32 /** 33 33 Functor taking a BamRead and writing to an OutBamFile 34 35 \since New in yat 0.10 34 36 */ 35 37 class BamWriter : std::unary_function<const BamRead&, void> … … 73 75 \see OutBamFile 74 76 \see std::ostream_iterator 77 78 \since New in yat 0.10 75 79 */ 76 80 class BamWriteIterator
Note: See TracChangeset
for help on using the changeset viewer.