Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#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. |