|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
#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. | |
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. |