|
vdr 2.6.4
|
#include <plugin.h>
Public Member Functions | |
| cDll (const char *FileName, const char *Args) | |
| virtual | ~cDll () |
| bool | Load (bool Log=false) |
| cPlugin * | Plugin (void) |
Public Member Functions inherited from cListObject | |
| cListObject (void) | |
| virtual | ~cListObject () |
| virtual int | Compare (const cListObject &ListObject) const |
| void | Append (cListObject *Object) |
| void | Insert (cListObject *Object) |
| void | Unlink (void) |
| int | Index (void) const |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Private Types | |
| typedef void | destroy_t(cPlugin *) |
Private Attributes | |
| char * | fileName |
| char * | args |
| void * | handle |
| cPlugin * | plugin |
| destroy_t * | destroy |
| cDll::cDll | ( | const char * | FileName, |
| const char * | Args | ||
| ) |
|
virtual |
| bool cDll::Load | ( | bool | Log = false | ) |
Definition at line 219 of file plugin.c.
References args, destroy, esyslog, fileName, handle, isyslog, MAXPLUGINARGS, plugin, cPlugin::ProcessArgs(), cPlugin::SetName(), SkipQuote(), skipspace(), and stripspace().
|
inline |
Definition at line 82 of file plugin.h.
References plugin.
Referenced by cPluginManager::GetPlugin(), cPluginManager::Housekeeping(), and cPluginManager::Shutdown().
|
private |
|
private |
|
private |
|
private |
|
private |