NCBI C++ ToolKit
|
#include <corelib/ncbiobj.hpp>
#include <corelib/ncbimtx.hpp>
#include <objmgr/annot_selector.hpp>
#include <objmgr/tse_handle.hpp>
#include <objmgr/seq_annot_handle.hpp>
#include <objmgr/impl/heap_scope.hpp>
#include <objmgr/impl/annot_object.hpp>
#include <objects/seq/seq_loc_mapper_base.hpp>
#include <objects/seqloc/Seq_loc.hpp>
#include <objects/seqloc/Seq_point.hpp>
#include <objects/seqloc/Seq_interval.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <set>
#include <vector>
#include <memory>
#include <utility>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CAnnotMapping_Info |
class | CAnnotObject_Ref |
class | CCreatedFeat_Ref |
class | CAnnot_Collector |
Functions | |
BEGIN_STD_SCOPE void | swap (NCBI_NS_NCBI::objects::CAnnotMapping_Info &info1, NCBI_NS_NCBI::objects::CAnnotMapping_Info &info2) |
void | swap (NCBI_NS_NCBI::objects::CAnnotObject_Ref &ref1, NCBI_NS_NCBI::objects::CAnnotObject_Ref &ref2) |
|
inline |
Definition at line 1020 of file annot_collector.hpp.
Referenced by CAnnotMapping_Info::Swap(), and CAnnotObject_Ref::Swap().
|
inline |
Definition at line 1028 of file annot_collector.hpp.