vdr
2.2.0
|
#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 | ( | const char * | Name, |
const char * | Value, | ||
const char * | Plugin = NULL |
||
) |
Definition at line 312 of file config.c.
References strreplace().
|
virtual |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
bool cSetupLine::Parse | ( | char * | s | ) |
Definition at line 341 of file config.c.
References compactspace().
|
inline |
Definition at line 241 of file config.h.
References cSVDRPhost::Parse().