NCBI C++ ToolKit
|
#include <objmgr/seq_map.hpp>
#include <objmgr/impl/heap_scope.hpp>
#include <objmgr/tse_handle.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <objects/seq/Seq_data.hpp>
#include <util/range.hpp>
#include <util/sequtil/sequtil.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSeqMap_CI_SegmentInfo |
struct | SSeqMapSelector |
Selector used in CSeqMap methods returning iterators. More... | |
class | CSeqMap_CI |
Iterator over CSeqMap. More... | |
class | CSeqMap_I |
Non-const iterator over CSeqMap (allows to edit the sequence). More... | |