PTLib
Version 2.14.3
|
#include "unix/ptlib/dynalink.h"
Go to the source code of this file.
Classes | |
class | PDynaLink |
A dynamic link library. More... | |
class | PDynaLink::EntryPoint< FuncPtr > |
Helper class for creating members to functions in the DLL. More... | |
Macros | |
#define | P_DYNALINK_ENTRY_POINT(name) P_DISABLE_MSVC_WARNINGS(4355, name(*this, #name)) |
Constructor for entry point. More... | |
#define | P_DYNALINK_OPTIONAL_ENTRY_POINT(name) P_DISABLE_MSVC_WARNINGS(4355, name(*this, #name, false)) |
Constructor for optional entry point. More... | |
#define P_DYNALINK_ENTRY_POINT | ( | name | ) | P_DISABLE_MSVC_WARNINGS(4355, name(*this, #name)) |
Constructor for entry point.
#define P_DYNALINK_OPTIONAL_ENTRY_POINT | ( | name | ) | P_DISABLE_MSVC_WARNINGS(4355, name(*this, #name, false)) |
Constructor for optional entry point.