#include <DlHandler.hxx>
Public Member Functions | |
| DlHandler (const RString filename, RStatus *status=NULL) | |
| ~DlHandler () | |
| void * | getFunction (const RString fktname, RStatus *status=NULL) |
| const RString | getFilename () |
Private Member Functions | |
| const RStatus | open (const RString filename) |
| void | close () |
Private Attributes | |
| RBool | _isOpen |
| void * | _handle |
| RString | _filename |
Definition at line 22 of file DlHandler.hxx.
|
||||||||||||
|
open a library by given filename throw a RException if it failed. Definition at line 8 of file DlHandler.cxx. |
|
|
Definition at line 19 of file DlHandler.cxx. |
|
|
close the library if it is open Definition at line 70 of file DlHandler.cxx. |
|
|
Definition at line 24 of file DlHandler.cxx. |
|
||||||||||||
|
search for a given functionname throw a RException if it failed. Definition at line 50 of file DlHandler.cxx. |
|
|
Definition at line 28 of file DlHandler.cxx. |
|
|
Definition at line 48 of file DlHandler.hxx. |
|
|
Definition at line 46 of file DlHandler.hxx. |
|
|
open a library by given filename throw a RException if it failed. Definition at line 42 of file DlHandler.hxx. |
1.3.9.1