Public Member Functions | Protected Attributes

SharedLibAccess Class Reference

List of all members.

Public Member Functions

 SharedLibAccess (const char *file_name)
 handle is only closed if you do it explicitly.
bool isOK () const
void close ()
void * getFunction (const char *function_name)
 Difficult for C++ functions as the names are mangled.
Handletype handle ()

Protected Attributes

Handletype handle_

Constructor & Destructor Documentation

SharedLibAccess::SharedLibAccess ( const char *  file_name  ) 

handle is only closed if you do it explicitly.


Member Function Documentation

void SharedLibAccess::close (  ) 
void* SharedLibAccess::getFunction ( const char *  function_name  ) 

Difficult for C++ functions as the names are mangled.

Handletype SharedLibAccess::handle (  )  [inline]
bool SharedLibAccess::isOK (  )  const [inline]

Member Data Documentation

Handletype SharedLibAccess::handle_ [protected]