Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <func_resolver.hpp>
Public Member Functions | |
DynamicLinker::symhandle_t | resolve (const std::string &name, const DynamicLookup &lookup) const noexcept |
Resolves the name of the function bound to the method and returns the address. More... | |
Definition at line 61 of file func_resolver.hpp.
|
noexcept |
Resolves the name of the function bound to the method and returns the address.
Implementation shall ensure SecurityUtil#checkLinkPermission(String)
is performed.
SecurityException | if user is not granted access for the library set. |