webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebKit::Module Class Reference

#include <Module.h>

Public Member Functions

 Module (const String &path)
 
 ~Module ()
 
bool load ()
 
void unload ()
 
template<typename FunctionType >
FunctionType functionPointer (const char *functionName) const
 

Constructor & Destructor Documentation

◆ Module()

WebKit::Module::Module ( const String path)

◆ ~Module()

WebKit::Module::~Module ( )

Member Function Documentation

◆ functionPointer()

template<typename FunctionType >
FunctionType WebKit::Module::functionPointer ( const char *  functionName) const

◆ load()

bool WebKit::Module::load ( )

◆ unload()

void WebKit::Module::unload ( )

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