NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbistr.hpp>
#include <corelib/ncbidiag.hpp>
#include <corelib/ncbistd.hpp>
#include <corelib/ncbiobj.hpp>
#include <corelib/rwstream.hpp>
#include <dbapi/driver/drivers.hpp>
#include <objtools/simple/simple_om.hpp>
#include <connect/email_diag_handler.hpp>
#include <util/compress/zlib.hpp>
#include <serial/serialbase.hpp>
#include <serial/serial.hpp>
#include <serial/objostrjson.hpp>
#include <serial/objistrasn.hpp>
#include <serial/objistr.hpp>
#include <objmgr/util/sequence.hpp>
#include <objmgr/util/seq_align_util.hpp>
#include <objtools/data_loaders/genbank/gbloader.hpp>
#include <objtools/alnmgr/alnmix.hpp>
#include <objtools/format/ostream_text_ostream.hpp>
#include <objects/seqloc/seqloc__.hpp>
#include <objects/seqalign/seqalign__.hpp>
#include <objects/seq/seq__.hpp>
#include <objects/seqfeat/seqfeat__.hpp>
#include <objects/general/Dbtag.hpp>
#include <objmgr/object_manager.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/annot_selector.hpp>
#include <objmgr/feat_ci.hpp>
#include <objects/seqset/gb_release_file.hpp>
#include <objects/genomecoll/genome_collection__.hpp>
#include <objects/genomecoll/genomic_collections_cli.hpp>
#include <algo/id_mapper/id_mapper.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CIdMapperTestApp |
Typedefs | |
typedef map< string, CStopWatch > | TTimerMap |
Functions | |
int | main (int argc, const char *argv[]) |
Variables | |
TTimerMap | TimerMap |
typedef map<string, CStopWatch> TTimerMap |
Definition at line 78 of file id_mapper_app.cpp.
Definition at line 668 of file id_mapper_app.cpp.
References eDiag_Info, eDS_Default, GetDiagContext(), CException::ReportAll(), result, SetDiagPostLevel(), CDiagContext::SetOldPostFormat(), and SetSplitLogFile().
TTimerMap TimerMap |
Definition at line 79 of file id_mapper_app.cpp.