Changeset 3158
- Timestamp:
- Jan 9, 2014, 2:37:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11-stable/yat/omic/BamHeader.h
r2999 r3158 34 34 35 35 /** 36 Wrapper around bam_header_t struct.36 \brief Wrapper around bam_header_t struct. 37 37 38 Class is typically created within InBamFile 38 Class is typically created via InBamFile::header(). 39 40 It is possible to copy and assign a BamHeader, but note that a 41 BamHeader does not own underlying data. The underlying data is 42 owned by the InBamFile and the BamHeader is thus invalid after 43 the corresponding InBamFile has been destroyed. 39 44 40 45 \since New in yat 0.10 … … 77 82 \brief inverse of target_name(size_t) 78 83 79 \note If \a name does not exist, behaviour is un expected.84 \note If \a name does not exist, behaviour is undefined. 80 85 81 86 \since new in yat 0.11
Note: See TracChangeset
for help on using the changeset viewer.