vdr
2.4.1
|
#include <config.h>
Public Member Functions | |
cSetupLine (void) | |
cSetupLine (const char *Name, const char *Value, const char *Plugin=NULL) | |
virtual | ~cSetupLine () |
virtual int | Compare (const cListObject &ListObject) const |
const char * | Plugin (void) |
const char * | Name (void) |
const char * | Value (void) |
bool | Parse (char *s) |
bool | Save (FILE *f) |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
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 * | plugin |
char * | name |
char * | value |
cSetupLine::cSetupLine | ( | void | ) |
cSetupLine::cSetupLine | ( | const char * | Name, |
const char * | Value, | ||
const char * | Plugin = NULL |
||
) |
|
virtual |
|
virtual |
|
inline |
bool cSetupLine::Parse | ( | char * | s | ) |
|
inline |
Definition at line 238 of file config.h.
References plugin.
Referenced by cSetupLine(), and Parse().
bool cSetupLine::Save | ( | FILE * | f | ) |
|
inline |
|
private |
Definition at line 231 of file config.h.
Referenced by Compare(), cSetupLine(), Name(), Parse(), Save(), and ~cSetupLine().
|
private |
Definition at line 230 of file config.h.
Referenced by Compare(), cSetupLine(), Parse(), Plugin(), Save(), and ~cSetupLine().
|
private |
Definition at line 232 of file config.h.
Referenced by cSetupLine(), Parse(), Save(), Value(), and ~cSetupLine().