|
vdr
1.7.27
|
#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) |
Definition at line 547 of file include/vdr/tools.h.
| cStringList::cStringList | ( | int | Allocated = 10 | ) | [inline] |
Definition at line 549 of file include/vdr/tools.h.
| cStringList::~cStringList | ( | ) | [virtual] |
| cStringList::cStringList | ( | int | Allocated = 10 | ) | [inline] |
| virtual cStringList::~cStringList | ( | ) | [virtual] |
| 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] |
Definition at line 552 of file include/vdr/tools.h.
References CompareStrings(), and CompareStringsIgnoreCase().
Referenced by cFont::GetAvailableFontNames(), cDvbDevice::Initialize(), and cFileNameList::Load().
| void cStringList::Sort | ( | bool | IgnoreCase = false | ) | [inline] |
Definition at line 552 of file tools.h.
References CompareStrings(), and CompareStringsIgnoreCase().
1.8.0