Changeset 3332 for trunk/yat/omic/CigarIterator.h
- Timestamp:
- Oct 23, 2014, 1:18:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/CigarIterator.h
r3329 r3332 63 63 */ 64 64 explicit CigarIterator(const uint32_t* p, size_t offset=0); 65 66 /** 67 \return underlying iterator 68 */ 69 const uint32_t* base(void) const; 65 70 private: 66 71 friend class boost::iterator_core_access;
Note: See TracChangeset
for help on using the changeset viewer.