AERA
Public Member Functions | List of all members
r_exec::FunctionLibrary Class Referenceabstract

#include <init.h>

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

Public Member Functions

virtual void * getFunction (const char *function_name)=0
 

Detailed Description

Library is an abstract base class for a shared or static library with getFunction.

Definition at line 188 of file init.h.

Member Function Documentation

◆ getFunction()

virtual void* r_exec::FunctionLibrary::getFunction ( const char *  function_name)
pure virtual

Return the function with function_name or NULL if not found.

Implemented in r_exec::SharedFunctionLibrary.


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