#include <LoadableModule.h>

Public Member Functions | |
| LoadableModule (const String &aName) | |
| ~LoadableModule () | |
| bool | loaded () const |
| const String & | name () const |
| const String & | error () const |
| void | load () |
| void | unload () |
Protected Attributes | |
| String | theName |
| String | theError |
| void * | theHandle |
Private Member Functions | |
| void * | openModule () |
| bool | closeModule () |
| const char * | errorMsg () |
Detailed Description
Definition at line 15 of file LoadableModule.h.
Constructor & Destructor Documentation
◆ LoadableModule()
| LoadableModule::LoadableModule | ( | const String & | aName | ) |
Definition at line 17 of file LoadableModule.cc.
References TexcHere.
◆ ~LoadableModule()
| LoadableModule::~LoadableModule | ( | ) |
Definition at line 25 of file LoadableModule.cc.
Member Function Documentation
◆ closeModule()
|
private |
◆ error()
|
inline |
Definition at line 23 of file LoadableModule.h.
References theError.
◆ errorMsg()
|
private |
Definition at line 76 of file LoadableModule.cc.
◆ load()
| void LoadableModule::load | ( | ) |
Definition at line 39 of file LoadableModule.cc.
References errorMsg(), loaded(), openModule(), TexcHere, and theHandle.
Referenced by LoadModule().
◆ loaded()
| bool LoadableModule::loaded | ( | ) | const |
Definition at line 33 of file LoadableModule.cc.
References theHandle.
Referenced by ~LoadableModule(), load(), and unload().
◆ name()
|
inline |
Definition at line 22 of file LoadableModule.h.
References theName.
◆ openModule()
|
private |
Definition at line 63 of file LoadableModule.cc.
References String::termedBuf(), and theName.
Referenced by load().
◆ unload()
| void LoadableModule::unload | ( | ) |
Definition at line 51 of file LoadableModule.cc.
References closeModule(), errorMsg(), loaded(), TexcHere, and theHandle.
Referenced by ~LoadableModule().
Member Data Documentation
◆ theError
|
protected |
Definition at line 30 of file LoadableModule.h.
Referenced by error().
◆ theHandle
|
protected |
Definition at line 31 of file LoadableModule.h.
Referenced by closeModule(), load(), loaded(), and unload().
◆ theName
|
protected |
Definition at line 29 of file LoadableModule.h.
Referenced by name(), and openModule().
The documentation for this class was generated from the following files:
- src/LoadableModule.h
- src/LoadableModule.cc
