NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbienv.hpp>
#include <corelib/ncbiargs.hpp>
#include <corelib/ncbifile.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/seq/Bioseq.hpp>
#include <serial/serial.hpp>
#include <serial/objostr.hpp>
#include <serial/iterator.hpp>
#include <objtools/data_loaders/asn_cache/asn_cache.hpp>
#include <objtools/data_loaders/asn_cache/asn_cache_util.hpp>
#include <objtools/data_loaders/asn_cache/asn_cache_loader.hpp>
#include <objmgr/object_manager.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objmgr/impl/tse_info.hpp>
#include <objmgr/impl/data_source.hpp>
#include <objects/seq/Delta_ext.hpp>
#include <objects/seq/Delta_seq.hpp>
#include <objects/seq/Seq_inst.hpp>
#include <objects/seq/Seq_ext.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <objects/seqfeat/Gb_qual.hpp>
#include <random>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CAsnCacheTestApplication |
Functions | |
USING_SCOPE (objects) | |
static const CBioseq::TId & | s_GetSeqIds (const vector< CSeq_id_Handle > &handles) |
static bool | s_SameIds (const CBioseq::TId &ids1, const CBioseq::TId &ids2) |
int | main (int argc, const char *argv[]) |
Variables | |
USING_NCBI_SCOPE | |
Definition at line 486 of file asn_cache_test.cpp.
References CNcbiApplicationAPI::AppMain().
|
static |
Definition at line 70 of file asn_cache_test.cpp.
References ITERATE.
Referenced by CAsnCacheTestApplication::Run().
|
static |
Definition at line 78 of file asn_cache_test.cpp.
References ITERATE.
Referenced by CAsnCacheTestApplication::Run().
USING_SCOPE | ( | objects | ) |
USING_NCBI_SCOPE |
Definition at line 67 of file asn_cache_test.cpp.