Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
This is the complete list of members for jau::os::impl::DarwinDynamicLinker, including all inherited members.
closeLibrary(libhandle_t handle) noexcept | jau::os::DynamicLinker | inline |
closeLibraryImpl(libhandle_t handle) noexcept override | jau::os::impl::UnixDynamicLinker | inlineprotectedvirtual |
DarwinDynamicLinker() noexcept | jau::os::impl::DarwinDynamicLinker | inline |
DEBUG_LOOKUP | jau::os::DynamicLinker | protectedstatic |
decrLibRefCount(const libhandle_t handle) noexcept | jau::os::DynamicLinker | inlineprotected |
DynamicLinker() noexcept=default | jau::os::DynamicLinker | protected |
enumerateLibraryPaths(const std::string &libName, bool searchSystemPath=false, bool searchSystemPathFirst=false) noexcept | jau::os::DynamicLinker | static |
get() noexcept | jau::os::DynamicLinker | inlinestatic |
getBaseName(const std::string &filename, const bool isBasename=false, const bool caseInsensitive=jau::os::is_windows()) noexcept | jau::os::DynamicLinker | static |
getCanonicalName(const std::string &basename, const bool checkIsCanonical=true) noexcept | jau::os::DynamicLinker | inlinestatic |
getDefaultPrefix() noexcept | jau::os::DynamicLinker | inlinestatic |
getDefaultSuffix() noexcept | jau::os::DynamicLinker | inlinestatic |
getEnvLibPathVarName() noexcept | jau::os::DynamicLinker | inlinestatic |
getLastError() noexcept | jau::os::DynamicLinker | inline |
getLastErrorImpl() noexcept override | jau::os::impl::UnixDynamicLinker | inlineprotectedvirtual |
getSystemEnvLibraryPaths() | jau::os::DynamicLinker | inlinestatic |
incrLibRefCount(const libhandle_t handle, const std::string &libName) noexcept | jau::os::DynamicLinker | inlineprotected |
isCanonicalName(const std::string &filename, const bool isBasename=false, const bool caseInsensitive=jau::os::is_windows()) noexcept | jau::os::DynamicLinker | static |
libhandle_t typedef | jau::os::DynamicLinker | |
lookupLibraryPathname(libhandle_t handle, const std::string &symbolName) noexcept | jau::os::DynamicLinker | inline |
lookupLibraryPathnameImpl(libhandle_t handle, const std::string &symbolName) noexcept override | jau::os::impl::UnixDynamicLinker | inlineprotectedvirtual |
lookupSymbol(libhandle_t handle, const std::string &symbolName) noexcept | jau::os::DynamicLinker | inline |
lookupSymbolGlobal(const std::string &symbolName) noexcept | jau::os::DynamicLinker | inline |
lookupSymbolGlobalImpl(const std::string &symbolName) noexcept override | jau::os::impl::UnixDynamicLinker | inlineprotectedvirtual |
lookupSymbolLocalImpl(libhandle_t handle, const std::string &symbolName) noexcept override | jau::os::impl::UnixDynamicLinker | inlineprotectedvirtual |
openLibraryGlobal(const std::string &pathname) noexcept | jau::os::DynamicLinker | inline |
openLibraryGlobalImpl(const std::string &pathname) noexcept override | jau::os::impl::UnixDynamicLinker | inlineprotectedvirtual |
openLibraryLocal(const std::string &pathname) noexcept | jau::os::DynamicLinker | inline |
openLibraryLocalImpl(const std::string &pathname) noexcept override | jau::os::impl::UnixDynamicLinker | inlineprotectedvirtual |
symhandle_t typedef | jau::os::DynamicLinker | |
UnixDynamicLinker(void *const lib_default, void *const lib_next, int const flag_lazy, int const flag_now, int const flag_local, int const flag_global) | jau::os::impl::UnixDynamicLinker | inlineprotected |
~DynamicLinker() noexcept=default | jau::os::DynamicLinker | virtual |