AERA
Public Member Functions | List of all members
r_exec::SharedFunctionLibrary Class Reference

#include <init.h>

Inheritance diagram for r_exec::SharedFunctionLibrary:
r_exec::FunctionLibrary

Public Member Functions

SharedLibraryload (const char *file_name)
 
void * getFunction (const char *function_name) override
 

Detailed Description

SharedFunctionLibrary extends FunctionLibrary to implement functionName using the SharedLibrary class.

Definition at line 200 of file init.h.

Member Function Documentation

◆ getFunction()

void* r_exec::SharedFunctionLibrary::getFunction ( const char *  function_name)
inlineoverridevirtual

Return the function with function_name or NULL if not found.

Implements r_exec::FunctionLibrary.

Definition at line 210 of file init.h.


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