NCBI C++ ToolKit
|
Data loader implementation that uses the blast databases. More...
#include <corelib/ncbistd.hpp>
#include <objmgr/data_loader.hpp>
#include <objtools/data_loaders/blastdb/blastdb_adapter.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <util/limited_size_map.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBlastDbDataLoader |
struct | CBlastDbDataLoader::SBlastDbParam |
Functions | |
void | NCBI_EntryPoint_DataLoader_BlastDb (CPluginManager< objects::CDataLoader >::TDriverInfoList &info_list, CPluginManager< objects::CDataLoader >::EEntryPointRequest method) |
void | NCBI_EntryPoint_xloader_blastdb (CPluginManager< objects::CDataLoader >::TDriverInfoList &info_list, CPluginManager< objects::CDataLoader >::EEntryPointRequest method) |
Variables | |
const string | kCFParam_BlastDb_DbName = "DbName" |
const string | kCFParam_BlastDb_DbType = "DbType" |
const string | kDataLoader_BlastDb_DriverName |
Data loader implementation that uses the blast databases.
Definition in file bdbloader.hpp.
void NCBI_EntryPoint_DataLoader_BlastDb | ( | CPluginManager< objects::CDataLoader >::TDriverInfoList & | info_list, |
CPluginManager< objects::CDataLoader >::EEntryPointRequest | method | ||
) |
void NCBI_EntryPoint_xloader_blastdb | ( | CPluginManager< objects::CDataLoader >::TDriverInfoList & | info_list, |
CPluginManager< objects::CDataLoader >::EEntryPointRequest | method | ||
) |
Definition at line 571 of file bdbloader.cpp.
References NCBI_EntryPoint_DataLoader_BlastDb().
Definition at line 49 of file bdbloader.hpp.
Referenced by CBlastDb_DataLoaderCF::CreateAndRegister(), and CRmtBlastDb_DataLoaderCF::CreateAndRegister().
Definition at line 50 of file bdbloader.hpp.
Referenced by CBlastDb_DataLoaderCF::CreateAndRegister(), and CRmtBlastDb_DataLoaderCF::CreateAndRegister().