vdr  1.7.31
Public Member Functions | List of all members
cStringList Class Reference

#include <tools.h>

Public Member Functions

 cStringList (int Allocated=10)
virtual ~cStringList ()
int Find (const char *s) const
void Sort (bool IgnoreCase=false)
virtual void Clear (void)
 cStringList (int Allocated=10)
virtual ~cStringList ()
int Find (const char *s) const
void Sort (bool IgnoreCase=false)
virtual void Clear (void)
- Public Member Functions inherited from cVector< char * >
 cVector (int Allocated=10)
 cVector (int Allocated=10)
virtual ~cVector ()
virtual ~cVector ()
char *& At (int Index) const
char *& At (int Index) const
const char *& operator[] (int Index) const
char *& operator[] (int Index)
const char *& operator[] (int Index) const
char *& operator[] (int Index)
int Size (void) const
int Size (void) const
virtual void Insert (char *Data, int Before=0)
virtual void Insert (char *Data, int Before=0)
virtual void Append (char *Data)
virtual void Append (char *Data)
virtual void Remove (int Index)
virtual void Remove (int Index)
void Sort (__compar_fn_t Compare)
void Sort (__compar_fn_t Compare)

Detailed Description

Definition at line 571 of file include/vdr/tools.h.

Constructor & Destructor Documentation

cStringList::cStringList ( int  Allocated = 10)
inline

Definition at line 573 of file include/vdr/tools.h.

cStringList::~cStringList ( )
virtual

Definition at line 1375 of file tools.c.

References Clear().

cStringList::cStringList ( int  Allocated = 10)
inline

Definition at line 573 of file tools.h.

virtual cStringList::~cStringList ( )
virtual

Member Function Documentation

void cStringList::Clear ( void  )
virtual

Reimplemented from cVector< char * >.

Definition at line 1389 of file tools.c.

References cVector< char * >::At(), and cVector< char * >::Size().

Referenced by cFileNameList::Load(), and ~cStringList().

virtual void cStringList::Clear ( void  )
virtual

Reimplemented from cVector< char * >.

int cStringList::Find ( const char *  s) const
int cStringList::Find ( const char *  s) const

Definition at line 1380 of file tools.c.

References cVector< char * >::At(), and cVector< char * >::Size().

Referenced by cMenuSetupOSD::cMenuSetupOSD(), and I18nSetLocale().

void cStringList::Sort ( bool  IgnoreCase = false)
inline
void cStringList::Sort ( bool  IgnoreCase = false)
inline

Definition at line 576 of file tools.h.

References CompareStrings(), and CompareStringsIgnoreCase().


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