vdr
2.2.0
|
#include <plugin.h>
Public Member Functions | |
cDll (const char *FileName, const char *Args) | |
virtual | ~cDll () |
bool | Load (bool Log=false) |
cPlugin * | Plugin (void) |
![]() | |
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 Attributes | |
char * | fileName |
char * | args |
void * | handle |
cPlugin * | plugin |
bool cDll::Load | ( | bool | Log = false | ) |
Definition at line 215 of file plugin.c.
References esyslog, isyslog, MAXPLUGINARGS, cPluginManager::pluginManager, SkipQuote(), skipspace(), and stripspace().
|
inline |
Definition at line 78 of file plugin.h.
Referenced by cPluginManager::GetPlugin(), cPluginManager::Housekeeping(), and cPluginManager::Shutdown().