|
vdr 2.8.1
|
#include <config.h>
Public Member Functions | |
| cSetupLine (void) | |
| cSetupLine (const char *Name, const char *Value, const char *Plugin=NULL) | |
| virtual | ~cSetupLine () override |
| virtual int | Compare (const cListObject &ListObject) const override |
| const char * | Plugin (void) |
| const char * | Name (void) |
| const char * | Value (void) |
| bool | Parse (char *s) |
| bool | Save (FILE *f) |
| Public Member Functions inherited from cListObject | |
| 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 ) |
|
overridevirtual |
|
overridevirtual |
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.
Definition at line 325 of file config.c.
References cListObject::cListObject(), cSetupLine(), name, and plugin.
|
inline |
| bool cSetupLine::Parse | ( | char * | s | ) |
|
inline |
Definition at line 254 of file config.h.
References plugin.
Referenced by cSetupLine(), and Parse().
| bool cSetupLine::Save | ( | FILE * | f | ) |
|
inline |
|
private |
Definition at line 247 of file config.h.
Referenced by Compare(), cSetupLine(), cSetupLine(), Name(), Parse(), Save(), and ~cSetupLine().
|
private |
Definition at line 246 of file config.h.
Referenced by Compare(), cSetupLine(), cSetupLine(), Parse(), Plugin(), Save(), and ~cSetupLine().
|
private |
Definition at line 248 of file config.h.
Referenced by cSetupLine(), cSetupLine(), Parse(), Save(), Value(), and ~cSetupLine().