NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <objects/genomecoll/GCClient_AssemblyInfo.hpp>
#include <objects/genomecoll/GCClient_AssembliesForSequ.hpp>
#include <objects/genomecoll/GCClient_AssemblySequenceI.hpp>
#include <objects/genomecoll/GC_Assemblies.hpp>
#include <serial/objistrasnb.hpp>
#include <objmgr/util/sequence.hpp>
#include <gui/objutils/gencoll_svc.hpp>
#include <gui/objutils/gui_http_session_request.hpp>
#include <gui/utils/log_performance.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
DEFINE_CLASS_STATIC_FAST_MUTEX (CGencollSvc::sm_SeqAccToAssmAccsCacheMutex) | |
static string | s_MakeCacheKey (const string &assm_acc, const string &mode) |
DEFINE_CLASS_STATIC_FAST_MUTEX | ( | CGencollSvc::sm_SeqAccToAssmAccsCacheMutex | ) |
Definition at line 64 of file gencoll_svc.cpp.
Referenced by CGencollSvc::GetGCAssembly().
USING_SCOPE | ( | objects | ) |