Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | List of all members
jau::os::FuncAddrResolver Class Reference

#include <func_resolver.hpp>

Collaboration diagram for jau::os::FuncAddrResolver:

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...
 

Detailed Description

Definition at line 61 of file func_resolver.hpp.

Member Function Documentation

◆ resolve()

DynamicLinker::symhandle_t jau::os::FuncAddrResolver::resolve ( const std::string &  name,
const DynamicLookup lookup 
) const
noexcept

Resolves the name of the function bound to the method and returns the address.

Implementation shall ensure SecurityUtil#checkLinkPermission(String) is performed.

Exceptions
SecurityExceptionif user is not granted access for the library set.

The documentation for this class was generated from the following file: