2005/5/9

     
 

class core_sharedlib

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::sys::core_sharedlib Class Reference

#include <core_sharedlib.h>

List of all members.

Public Member Functions

 core_sharedlib (const char *shlibname=0)
bool loaded () const
void loadLib (const char *shlibname)
void unloadLib ()
void * locateFunction (const char *funcname)

Private Attributes

void * _libReference


Constructor & Destructor Documentation

acdk::lang::sys::core_sharedlib::core_sharedlib const char *  shlibname = 0  )  [inline]
 


Member Function Documentation

bool acdk::lang::sys::core_sharedlib::loaded  )  const [inline]
 

void acdk::lang::sys::core_sharedlib::loadLib const char *  shlibname  )  [inline]
 

void* acdk::lang::sys::core_sharedlib::locateFunction const char *  funcname  )  [inline]
 

void acdk::lang::sys::core_sharedlib::unloadLib  )  [inline]
 


Member Data Documentation

void* acdk::lang::sys::core_sharedlib::_libReference [private]