vdr
2.2.0
|
#include <config.h>
Public Member Functions | |
bool | LocalhostOnly (void) |
bool | Acceptable (in_addr_t Address) |
![]() | |
cConfig (void) | |
virtual | ~cConfig () |
const char * | FileName (void) |
bool | Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false) |
bool | Save (void) |
![]() | |
cSVDRPhost * | Get (int Index) const |
cSVDRPhost * | First (void) const |
cSVDRPhost * | Last (void) const |
cSVDRPhost * | Prev (const cSVDRPhost *object) const |
cSVDRPhost * | Next (const cSVDRPhost *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) |
Additional Inherited Members | |
![]() | |
cListBase (void) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
bool cSVDRPhosts::Acceptable | ( | in_addr_t | Address | ) |
Definition at line 294 of file config.c.
References cSVDRPhost::Accepts(), and cListObject::Next().
Referenced by cSocket::Accept().
bool cSVDRPhosts::LocalhostOnly | ( | void | ) |
Definition at line 283 of file config.c.
References cSVDRPhost::IsLocalhost(), and cListObject::Next().
Referenced by cSocket::Open().