vhdDynLib Class Reference

#include <vhdDynLib.h>

List of all members.

Public Member Functions

 vhdDynLib (const std::string &name)
 ~vhdDynLib ()
void load ()
void unload ()
const std::string & getName (void) const
void * getSymbol (const std::string &strName) const throw ()

Protected Member Functions

std::string dynlibError (void)

Protected Attributes

std::string _strName
DYNLIB_HANDLE m_hInst

Static Protected Attributes

static const std::string strLibPrefix
static const std::string strLibExt


Constructor & Destructor Documentation

vhdDynLib::vhdDynLib ( const std::string &  name  ) 

vhdDynLib::~vhdDynLib (  ) 


Member Function Documentation

std::string vhdDynLib::dynlibError ( void   )  [protected]

void vhdDynLib::load (  ) 

void vhdDynLib::unload (  ) 

const std::string& vhdDynLib::getName ( void   )  const [inline]

void * vhdDynLib::getSymbol ( const std::string &  strName  )  const throw ()


Member Data Documentation

const std::string vhdDynLib::strLibPrefix [static, protected]

const std::string vhdDynLib::strLibExt [static, protected]

std::string vhdDynLib::_strName [protected]

DYNLIB_HANDLE vhdDynLib::m_hInst [protected]


Generated on Thu Jan 18 10:06:23 2007 for vhdPLUS by  doxygen 1.5.1-p1