vdr
2.2.0
|
#include <config.h>
Public Member Functions | |
cConfig (void) | |
virtual | ~cConfig () |
const char * | FileName (void) |
bool | Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false) |
bool | Save (void) |
![]() | |
T * | Get (int Index) const |
T * | First (void) const |
T * | Last (void) const |
T * | Prev (const T *object) const |
T * | Next (const T *object) const |
![]() | |
virtual | ~cListBase () |
void | Add (cListObject *Object, cListObject *After=NULL) |
void | Ins (cListObject *Object, cListObject *Before=NULL) |
void | Del (cListObject *Object, bool DeleteObject=true) |
virtual void | Move (int From, int To) |
void | Move (cListObject *From, cListObject *To) |
cListObject * | Get (int Index) const |
int | Count (void) const |
void | Sort (void) |
Private Member Functions | |
void | Clear (void) |
Private Attributes | |
char * | fileName |
bool | allowComments |
Additional Inherited Members | |
![]() | |
cListBase (void) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
|
inlineprivatevirtual |
Reimplemented from cListBase.
Definition at line 110 of file config.h.
Referenced by cConfig< cDiseqc >::Load().
|
inline |
|
inline |
Definition at line 120 of file config.h.
Referenced by cInterface::LearnKeys(), cScrs::Load(), cDiseqcs::Load(), and main().
|
inline |
Definition at line 167 of file config.h.
Referenced by cInterface::LearnKeys(), and main().