Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXAUTODLL Class Reference

Auto DLL wraps a library module handle but also owns it; thus, the library module will automatically be unloaded when auto-dll is destroyed. More...

#include <FXDLL.h>

Inheritance diagram for FX::FXAUTODLL:

FX::FXDLL

List of all members.

Public Member Functions

 FXAUTODLL (const FXString &nm)
 ~FXAUTODLL ()


Detailed Description

Auto DLL wraps a library module handle but also owns it; thus, the library module will automatically be unloaded when auto-dll is destroyed.

Constructor & Destructor Documentation

FX::FXAUTODLL::FXAUTODLL ( const FXString nm  ) 

Initialize by loading given library name.

FX::FXAUTODLL::~FXAUTODLL (  ) 

Unload library if we have one.

Copyright © 1997-2009 Jeroen van der Zijp