PTLib  Version 2.14.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dynalink.h File Reference
#include "unix/ptlib/dynalink.h"
Include dependency graph for 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...
 

Macro Definition Documentation

#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.