vdr  1.7.27
Public Member Functions
cStringList Class Reference

#include <tools.h>

List of all members.

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)

Detailed Description

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


Constructor & Destructor Documentation

cStringList::cStringList ( int  Allocated = 10) [inline]

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

Definition at line 1338 of file tools.c.

References Clear().

cStringList::cStringList ( int  Allocated = 10) [inline]

Definition at line 549 of file tools.h.

virtual cStringList::~cStringList ( ) [virtual]

Member Function Documentation

void cStringList::Clear ( void  ) [virtual]

Reimplemented from cVector< char * >.

Definition at line 1352 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 1343 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 552 of file tools.h.

References CompareStrings(), and CompareStringsIgnoreCase().


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