NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objmgr/impl/handle_range_map.hpp>
#include <objmgr/impl/tse_info.hpp>
#include <objmgr/impl/tse_loadlock.hpp>
#include <objmgr/impl/bioseq_info.hpp>
#include <objmgr/impl/data_source.hpp>
#include <objmgr/data_loader_factory.hpp>
#include <corelib/plugin_manager.hpp>
#include <corelib/plugin_manager_impl.hpp>
#include <corelib/plugin_manager_store.hpp>
#include <objtools/data_loaders/asn_cache/asn_cache_loader.hpp>
#include <objtools/data_loaders/asn_cache/asn_cache.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CAsnCache_DataLoaderCF |
Macros | |
#define | NCBI_USE_ERRCODE_X Objtools_AsnCache_Loader |
Functions | |
USING_SCOPE (objects) | |
void | DataLoaders_Register_AsnCache (void) |
const string | kDataLoader_AsnCache_DriverName ("asncache") |
void | NCBI_EntryPoint_DataLoader_AsnCache (CPluginManager< CDataLoader >::TDriverInfoList &info_list, CPluginManager< CDataLoader >::EEntryPointRequest method) |
void | NCBI_EntryPoint_xloader_asncache (CPluginManager< objects::CDataLoader >::TDriverInfoList &info_list, CPluginManager< objects::CDataLoader >::EEntryPointRequest method) |
#define NCBI_USE_ERRCODE_X Objtools_AsnCache_Loader |
Definition at line 50 of file asn_cache_loader.cpp.
void DataLoaders_Register_AsnCache | ( | void | ) |
Definition at line 336 of file asn_cache_loader.cpp.
References NCBI_EntryPoint_DataLoader_AsnCache().
void NCBI_EntryPoint_DataLoader_AsnCache | ( | CPluginManager< CDataLoader >::TDriverInfoList & | info_list, |
CPluginManager< CDataLoader >::EEntryPointRequest | method | ||
) |
Definition at line 371 of file asn_cache_loader.cpp.
References CHostEntryPointImpl< TClassFactory >::NCBI_EntryPointImpl().
Referenced by DataLoaders_Register_AsnCache(), and NCBI_EntryPoint_xloader_asncache().
void NCBI_EntryPoint_xloader_asncache | ( | CPluginManager< objects::CDataLoader >::TDriverInfoList & | info_list, |
CPluginManager< objects::CDataLoader >::EEntryPointRequest | method | ||
) |
Definition at line 379 of file asn_cache_loader.cpp.
References NCBI_EntryPoint_DataLoader_AsnCache().
USING_SCOPE | ( | objects | ) |