|
vdr 2.7.9
|
#include <tools.h>
Public Member Functions | |
| cFileNameList (const char *Directory=NULL, bool DirsOnly=false) | |
| bool | Load (const char *Directory, bool DirsOnly=false) |
Public Member Functions inherited from cStringList | |
| cStringList (int Allocated=10) | |
| virtual | ~cStringList () override |
| int | Find (const char *s) const |
| void | Sort (bool IgnoreCase=false) |
| void | SortNumerically (void) |
| virtual void | Clear (void) override |
Public Member Functions inherited from cVector< char * > | |
| cVector (int Allocated=10) | |
| virtual | ~cVector () |
| char *& | At (int Index) const |
| const char *& | operator[] (int Index) const |
| char *& | operator[] (int Index) |
| int | IndexOf (const char *&Data) |
| int | Size (void) const |
| virtual void | Insert (char *Data, int Before=0) |
| bool | InsertUnique (char *Data, int Before=0) |
| virtual void | Append (char *Data) |
| bool | AppendUnique (char *Data) |
| virtual void | Remove (int Index, int Count=1) |
| bool | RemoveElement (const char *&Data) |
| void | Sort (__compar_fn_t Compare) |
| cFileNameList::cFileNameList | ( | const char * | Directory = NULL, |
| bool | DirsOnly = false ) |
| bool cFileNameList::Load | ( | const char * | Directory, |
| bool | DirsOnly = false ) |
Definition at line 1673 of file tools.c.
References AddDirectory(), cVector< char * >::Append(), cStringList::Clear(), cReadDir::d, LOG_ERROR_STR, and cStringList::Sort().
Referenced by cFileNameList().