NCBI C++ ToolKit
|
Define class Dll and for Portable DLL handling. More...
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CDll |
CDll –. More... | |
union | CDll::TEntryPoint |
Entry point – pointer to either a function or a data. More... | |
class | CDllResolver |
Class for entry point resolution when there are several DLL candidates. More... | |
struct | CDllResolver::SNamedEntryPoint |
DLL entry point name -> function pair. More... | |
struct | CDllResolver::SResolvedEntry |
DLL resolution descriptor. More... | |
Macros | |
#define | NCBI_PLUGIN_PREFIX "" |
#define | NCBI_PLUGIN_MIN_SUFFIX ".dll" |
#define | NCBI_PLUGIN_SUFFIX NCBI_PLUGIN_MIN_SUFFIX |
Define class Dll and for Portable DLL handling.
Definition in file ncbidll.hpp.