|
vdr 2.7.9
|
#include <tools.h>
Public Member Functions | |
| cSafeFile (const char *FileName) | |
| ~cSafeFile () | |
| operator FILE * () | |
| bool | Open (void) |
| bool | Close (void) |
Private Attributes | |
| FILE * | f |
| char * | fileName |
| char * | tempName |
| cSafeFile::cSafeFile | ( | const char * | FileName | ) |
| cSafeFile::~cSafeFile | ( | ) |
| bool cSafeFile::Close | ( | void | ) |
Definition at line 1788 of file tools.c.
References f, fileName, LOG_ERROR_STR, cReadDir::result, and tempName.
Referenced by cSchedules::Dump(), cChannelCamRelations::Save(), cConfig< T >::Save(), cDoneRecordings::Save(), cNestedItemList::Save(), cTheme::Save(), cRecordingInfo::Write(), and cRecording::WriteInfo().
| bool cSafeFile::Open | ( | void | ) |
Definition at line 1778 of file tools.c.
References f, fileName, LOG_ERROR_STR, and tempName.
Referenced by cSchedules::Dump(), cChannelCamRelations::Save(), cConfig< T >::Save(), cDoneRecordings::Save(), cNestedItemList::Save(), cTheme::Save(), cRecordingInfo::Write(), and cRecording::WriteInfo().
|
private |
Definition at line 493 of file tools.h.
Referenced by Close(), cSafeFile(), Open(), operator FILE *(), and ~cSafeFile().
|
private |
Definition at line 494 of file tools.h.
Referenced by Close(), cSafeFile(), Open(), and ~cSafeFile().
|
private |
Definition at line 495 of file tools.h.
Referenced by Close(), cSafeFile(), Open(), and ~cSafeFile().