Gnash 0.8.10dev
Public Types | Public Member Functions
gnash::SharedLib Class Reference

TODO: document this class. More...

#include <sharedlib.h>

List of all members.

Public Types

typedef bool entrypoint (void *obj)
typedef void initentry (as_object &obj)

Public Member Functions

 SharedLib (const std::string &filespec)
DSOEXPORT SharedLib (const std::string &filespec, const std::string &envvar)
 ~SharedLib ()
DSOEXPORT bool openLib ()
bool openLib (const std::string &filespec)
entrypointgetDllSymbol (const std::string &symbol)
DSOEXPORT initentrygetInitEntry (const std::string &symbol)

Detailed Description

TODO: document this class.


Member Typedef Documentation

typedef bool gnash::SharedLib::entrypoint(void *obj)

Constructor & Destructor Documentation

gnash::SharedLib::SharedLib ( const std::string &  filespec)
gnash::SharedLib::SharedLib ( const std::string &  filespec,
const std::string &  envvar 
)

References _.

gnash::SharedLib::~SharedLib ( )

Member Function Documentation

SharedLib::entrypoint * gnash::SharedLib::getDllSymbol ( const std::string &  symbol)

References _, and GNASH_REPORT_FUNCTION.

SharedLib::initentry * gnash::SharedLib::getInitEntry ( const std::string &  symbol)
bool gnash::SharedLib::openLib ( )
bool gnash::SharedLib::openLib ( const std::string &  filespec)

References _.


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