webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Module.h>
Public Member Functions | |
Module (const String &path) | |
~Module () | |
bool | load () |
void | unload () |
template<typename FunctionType > | |
FunctionType | functionPointer (const char *functionName) const |
WebKit::Module::Module | ( | const String & | path | ) |
WebKit::Module::~Module | ( | ) |
FunctionType WebKit::Module::functionPointer | ( | const char * | functionName | ) | const |
bool WebKit::Module::load | ( | ) |
void WebKit::Module::unload | ( | ) |