vdr
2.0.6
|
#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) |
![]() | |
cVector (int Allocated=10) | |
virtual | ~cVector () |
char *& | At (int Index) const |
const char *& | operator[] (int Index) const |
char *& | operator[] (int Index) |
int | Size (void) const |
virtual void | Insert (char *Data, int Before=0) |
virtual void | Append (char *Data) |
virtual void | Remove (int Index) |
void | Sort (__compar_fn_t Compare) |
|
virtual |
Reimplemented from cVector< char * >.
Definition at line 1424 of file tools.c.
References cVector< char * >::At(), cVector< T >::Clear(), and cVector< char * >::Size().
Referenced by cFileNameList::Load(), and ~cStringList().
int cStringList::Find | ( | const char * | s | ) | const |
Definition at line 1415 of file tools.c.
References cVector< char * >::At(), and cVector< char * >::Size().
Referenced by cMenuSetupOSD::cMenuSetupOSD(), and I18nSetLocale().
|
inline |
Definition at line 584 of file tools.h.
References CompareStrings(), CompareStringsIgnoreCase(), and cVector< T >::Sort().
Referenced by cFont::GetAvailableFontNames(), cDvbDevice::Initialize(), and cFileNameList::Load().