#include <tools.h>
Private Attributes |
| DIR * | directory |
| struct dirent * | result |
| union { |
| struct dirent d |
char b [offsetof(struct dirent,
d_name)+NAME_MAX+1] |
| } | u |
| union { |
| struct dirent d |
char b [offsetof(struct dirent,
d_name)+NAME_MAX+1] |
| } | u |
Detailed Description
Definition at line 350 of file include/vdr/tools.h.
Constructor & Destructor Documentation
| cReadDir::cReadDir |
( |
const char * |
Directory | ) |
|
| cReadDir::cReadDir |
( |
const char * |
Directory | ) |
|
Member Function Documentation
| struct dirent * cReadDir::Next |
( |
void |
| ) |
|
|
read |
Definition at line 1362 of file tools.c.
References directory, result, and u.
Referenced by cCopyingThread::Action(), cPluginManager::AddPlugin(), DirSizeMB(), cDvbDeviceProbe::GetSubsystemId(), cDvbDevice::Initialize(), cPictureEntry::Load(), cThemes::Load(), cFileNameList::Load(), RemoveEmptyDirectories(), RemoveFileOrDir(), and cRecordings::ScanVideoDir().
| struct dirent* cReadDir::Next |
( |
void |
| ) |
|
|
read |
| bool cReadDir::Ok |
( |
void |
| ) |
|
|
inline |
| bool cReadDir::Ok |
( |
void |
| ) |
|
|
inline |
Member Data Documentation
| char cReadDir::b[offsetof(struct dirent, d_name)+NAME_MAX+1] |
| struct dirent cReadDir::d |
| DIR * cReadDir::directory |
|
private |
| struct dirent * cReadDir::result |
|
private |
| union { ... } cReadDir::u |
| union { ... } cReadDir::u |
The documentation for this class was generated from the following files: