| 
    jaulib v1.4.1
    
   Jau Support Library (C++, Java, ..) 
   | 
 
This is the complete list of members for jau::os::DynamicLinker, including all inherited members.
| closeLibrary(libhandle_t handle) noexcept | jau::os::DynamicLinker | inline | 
| closeLibraryImpl(libhandle_t handle) noexcept=0 | jau::os::DynamicLinker | protectedpure virtual | 
| 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=0 | jau::os::DynamicLinker | protectedpure virtual | 
| 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 libraryHandle, const std::string &symbolName) noexcept=0 | jau::os::DynamicLinker | protectedpure virtual | 
| 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=0 | jau::os::DynamicLinker | protectedpure virtual | 
| lookupSymbolLocalImpl(libhandle_t handle, const std::string &symbolName) noexcept=0 | jau::os::DynamicLinker | protectedpure virtual | 
| openLibraryGlobal(const std::string &pathname) noexcept | jau::os::DynamicLinker | inline | 
| openLibraryGlobalImpl(const std::string &pathname) noexcept=0 | jau::os::DynamicLinker | protectedpure virtual | 
| openLibraryLocal(const std::string &pathname) noexcept | jau::os::DynamicLinker | inline | 
| openLibraryLocalImpl(const std::string &pathname) noexcept=0 | jau::os::DynamicLinker | protectedpure virtual | 
| symhandle_t typedef | jau::os::DynamicLinker | |
| ~DynamicLinker() noexcept=default | jau::os::DynamicLinker | virtual |