Changeset 3147 for trunk/yat/omic/BamWriteIterator.h
- Timestamp:
- Dec 23, 2013, 6:58:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/BamWriteIterator.h
r3114 r3147 40 40 \since New in yat 0.10 41 41 */ 42 class BamWriter : std::unary_function<const BamRead&, void>42 class BamWriter : public std::unary_function<const BamRead&, void> 43 43 { 44 44 public:
Note: See TracChangeset
for help on using the changeset viewer.