#include "ace/config-all.h"
#include "ace/os_include/os_dlfcn.h"
#include "ace/ACE_export.h"
#include "ace/OS_NS_dlfcn.inl"
Include dependency graph for OS_NS_dlfcn.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | ACE_OS |
A set of wrappers for explicit dynamic linking. | |
ACE_NAMESPACE_INLINE_FUNCTION int | dlclose (ACE_SHLIB_HANDLE handle) |
ACE_NAMESPACE_INLINE_FUNCTION ACE_TCHAR * | dlerror (void) |
ACE_NAMESPACE_INLINE_FUNCTION ACE_SHLIB_HANDLE | dlopen (const ACE_TCHAR *filename, int mode=ACE_DEFAULT_SHLIB_MODE) |
ACE_NAMESPACE_INLINE_FUNCTION void * | dlsym (ACE_SHLIB_HANDLE handle, const ACE_TCHAR *symbol) |
Defines | |
#define | ACE_EXPORT_MACRO ACE_Export |
#define | ACE_INLINE inline |
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...
|
|
|
|
|
|
|
|
|
|
|
|