NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <objects/general/general__.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/seq/seq__.hpp>
#include <objects/seqres/seqres__.hpp>
#include <objmgr/impl/data_source.hpp>
#include <objmgr/impl/tse_loadlock.hpp>
#include <objmgr/impl/tse_chunk_info.hpp>
#include <objmgr/data_loader_factory.hpp>
#include <corelib/plugin_manager_impl.hpp>
#include <corelib/plugin_manager_store.hpp>
#include <sra/data_loaders/vdbgraph/vdbgraphloader.hpp>
#include <sra/data_loaders/vdbgraph/impl/vdbgraphloader_impl.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CLoaderFilter |
class | CRevoker |
class | CVDBGraph_DataLoaderCF |
Functions | |
USING_SCOPE (objects) | |
void | DataLoaders_Register_VDBGraph (void) |
void | NCBI_EntryPoint_xloader_vdbgraph (CPluginManager< objects::CDataLoader >::TDriverInfoList &info_list, CPluginManager< objects::CDataLoader >::EEntryPointRequest method) |
void DataLoaders_Register_VDBGraph | ( | void | ) |
Definition at line 274 of file vdbgraphloader.cpp.
References NCBI_EntryPoint_xloader_vdbgraph().
void NCBI_EntryPoint_xloader_vdbgraph | ( | CPluginManager< objects::CDataLoader >::TDriverInfoList & | info_list, |
CPluginManager< objects::CDataLoader >::EEntryPointRequest | method | ||
) |
Definition at line 312 of file vdbgraphloader.cpp.
References CHostEntryPointImpl< TClassFactory >::NCBI_EntryPointImpl().
Referenced by DataLoaders_Register_VDBGraph().
USING_SCOPE | ( | objects | ) |
BEGIN_LOCAL_NAMESPACE |
Definition at line 59 of file vdbgraphloader.cpp.
END_LOCAL_NAMESPACE |
Definition at line 80 of file vdbgraphloader.cpp.
const char kDataLoader_VDBGraph_DriverName[] = "vdbgraph" |
Definition at line 280 of file vdbgraphloader.cpp.