#include <tools.h>
Static Private Attributes |
static bool | files [] = { false } |
static int | maxFiles = 0 |
Detailed Description
Definition at line 365 of file include/vdr/tools.h.
Constructor & Destructor Documentation
Member Function Documentation
bool cFile::AnyFileReady |
( |
int |
FileDes = -1 , |
|
|
int |
TimeoutMs = 1000 |
|
) |
| |
|
static |
static bool cFile::AnyFileReady |
( |
int |
FileDes = -1 , |
|
|
int |
TimeoutMs = 1000 |
|
) |
| |
|
static |
void cFile::Close |
( |
void |
| ) |
|
void cFile::Close |
( |
void |
| ) |
|
bool cFile::FileReady |
( |
int |
FileDes, |
|
|
int |
TimeoutMs = 1000 |
|
) |
| |
|
static |
static bool cFile::FileReady |
( |
int |
FileDes, |
|
|
int |
TimeoutMs = 1000 |
|
) |
| |
|
static |
bool cFile::FileReadyForWriting |
( |
int |
FileDes, |
|
|
int |
TimeoutMs = 1000 |
|
) |
| |
|
static |
static bool cFile::FileReadyForWriting |
( |
int |
FileDes, |
|
|
int |
TimeoutMs = 1000 |
|
) |
| |
|
static |
bool cFile::IsOpen |
( |
void |
| ) |
|
|
inline |
bool cFile::IsOpen |
( |
void |
| ) |
|
|
inline |
bool cFile::Open |
( |
const char * |
FileName, |
|
|
int |
Flags, |
|
|
mode_t |
Mode = DEFFILEMODE |
|
) |
| |
bool cFile::Open |
( |
const char * |
FileName, |
|
|
int |
Flags, |
|
|
mode_t |
Mode = DEFFILEMODE |
|
) |
| |
bool cFile::Open |
( |
int |
FileDes | ) |
|
bool cFile::Open |
( |
int |
FileDes | ) |
|
bool cFile::Ready |
( |
bool |
Wait = true | ) |
|
bool cFile::Ready |
( |
bool |
Wait = true | ) |
|
Member Data Documentation
static bool cFile::files = { false } |
|
staticprivate |
static int cFile::maxFiles = 0 |
|
staticprivate |
The documentation for this class was generated from the following files: