vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
cDll Class Reference

#include <plugin.h>

Public Member Functions

 cDll (const char *FileName, const char *Args)
 
virtual ~cDll ()
 
bool Load (bool Log=false)
 
cPluginPlugin (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
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

char * fileName
 
char * args
 
void * handle
 
cPluginplugin
 

Detailed Description

Definition at line 68 of file plugin.h.

Constructor & Destructor Documentation

cDll::cDll ( const char *  FileName,
const char *  Args 
)

Definition at line 179 of file plugin.c.

cDll::~cDll ( )
virtual

Definition at line 187 of file plugin.c.

Member Function Documentation

bool cDll::Load ( bool  Log = false)
cPlugin* cDll::Plugin ( void  )
inline

Member Data Documentation

char* cDll::args
private

Definition at line 71 of file plugin.h.

char* cDll::fileName
private

Definition at line 70 of file plugin.h.

void* cDll::handle
private

Definition at line 72 of file plugin.h.

cPlugin* cDll::plugin
private

Definition at line 73 of file plugin.h.


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