vdr  2.2.0
Public Member Functions | List of all members
cSVDRPhosts Class Reference

#include <config.h>

Public Member Functions

bool LocalhostOnly (void)
 
bool Acceptable (in_addr_t Address)
 
- Public Member Functions inherited from cConfig< cSVDRPhost >
 cConfig (void)
 
virtual ~cConfig ()
 
const char * FileName (void)
 
bool Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false)
 
bool Save (void)
 
- Public Member Functions inherited from cList< cSVDRPhost >
cSVDRPhostGet (int Index) const
 
cSVDRPhostFirst (void) const
 
cSVDRPhostLast (void) const
 
cSVDRPhostPrev (const cSVDRPhost *object) const
 
cSVDRPhostNext (const cSVDRPhost *object) const
 
- Public Member Functions inherited from cListBase
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)
 
cListObjectGet (int Index) const
 
int Count (void) const
 
void Sort (void)
 

Additional Inherited Members

- Protected Member Functions inherited from cListBase
 cListBase (void)
 
- Protected Attributes inherited from cListBase
cListObjectobjects
 
cListObjectlastObject
 
int count
 

Detailed Description

Definition at line 217 of file config.h.

Member Function Documentation

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().


The documentation for this class was generated from the following files: