Changeset 2910 for trunk/yat/omic/BamRead.h
- Timestamp:
- Dec 17, 2012, 3:31:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/BamRead.h
r2887 r2910 22 22 #include <bam.h> 23 23 24 #include <boost/move/move.hpp> 25 24 26 #include <functional> 25 27 #include <string> … … 284 286 { 285 287 /** 286 \return true if lhs tid is less than rhs tid; or if chromomes288 \return true if lhs tid is less than rhs tid; or tid 287 289 are equal and lhs pos is smaller than rhs pos. 288 290 289 \see Bam ::tid() Bam::pos()291 \see BamRead::tid() and BamRead::pos() 290 292 */ 291 293 bool operator()(const BamRead& lhs, const BamRead& rhs) const; … … 305 307 { 306 308 /** 307 \return true if lhs tid is less than rhs tid; or if chromomes309 \return true if lhs tid is less than rhs tid; or tid 308 310 are equal and lhs end is smaller than rhs end. 309 311 310 \see Bam ::tid() Bam::pos()312 \see BamRead::tid() and BamRead::end() 311 313 */ 312 314 bool operator()(const BamRead& lhs, const BamRead& rhs) const;
Note: See TracChangeset
for help on using the changeset viewer.