OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TDllLoader< T > Class Template Reference

TDllLoader<> provides an easy way to load one instance of a DLL on demand. More...

#include <owl/module.h>

Public Member Functions

 TDllLoader ()
 Creates a dynamic copy of the DLL object (i.e.
 
 ~TDllLoader ()
 Deletes the dll object when we go away to release the dll from memory.
 

Static Public Member Functions

static bool IsAvailable ()
 Load the dll on demand, returning true if it was loaded OK.
 
static T * Dll ()
 

Detailed Description

template<class T>
class owl::TDllLoader< T >

TDllLoader<> provides an easy way to load one instance of a DLL on demand.

Definition at line 418 of file module.h.


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