|
vdr
1.7.27
|
#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) |
| 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) |
Private Attributes | |
| char * | plugin |
| char * | name |
| char * | value |
| cSetupLine::cSetupLine | ( | void | ) |
| cSetupLine::cSetupLine | ( | const char * | Name, |
| const char * | Value, | ||
| const char * | Plugin = NULL |
||
| ) |
| cSetupLine::~cSetupLine | ( | ) | [virtual] |
| cSetupLine::cSetupLine | ( | void | ) |
| cSetupLine::cSetupLine | ( | const char * | Name, |
| const char * | Value, | ||
| const char * | Plugin = NULL |
||
| ) |
| virtual cSetupLine::~cSetupLine | ( | ) | [virtual] |
| int cSetupLine::Compare | ( | const cListObject & | ListObject | ) | const [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.
| virtual int cSetupLine::Compare | ( | const cListObject & | ListObject | ) | const [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.
| const char* cSetupLine::Name | ( | void | ) | [inline] |
Definition at line 229 of file include/vdr/config.h.
References name.
| const char* cSetupLine::Name | ( | void | ) | [inline] |
| bool cSetupLine::Parse | ( | char * | s | ) |
| bool cSetupLine::Parse | ( | char * | s | ) |
| const char* cSetupLine::Plugin | ( | void | ) | [inline] |
| const char* cSetupLine::Plugin | ( | void | ) | [inline] |
Definition at line 228 of file include/vdr/config.h.
References plugin.
| bool cSetupLine::Save | ( | FILE * | f | ) |
| bool cSetupLine::Save | ( | FILE * | f | ) |
| const char* cSetupLine::Value | ( | void | ) | [inline] |
| const char* cSetupLine::Value | ( | void | ) | [inline] |
Definition at line 230 of file include/vdr/config.h.
References value.
char * cSetupLine::name [private] |
Definition at line 221 of file config.h.
Referenced by Compare(), cSetupLine(), Name(), Parse(), Save(), and ~cSetupLine().
char * cSetupLine::plugin [private] |
Definition at line 220 of file config.h.
Referenced by Compare(), cSetupLine(), Parse(), Plugin(), Save(), and ~cSetupLine().
char * cSetupLine::value [private] |
Definition at line 222 of file config.h.
Referenced by cSetupLine(), Parse(), Save(), Value(), and ~cSetupLine().
1.8.0