vdr
2.0.7
|
#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 1603 of file tools.c.
References f, fileName, LOG_ERROR_STR, and tempName.
Referenced by cSchedules::Dump(), cTheme::Save(), cConfig< cDiseqc >::Save(), cNestedItemList::Save(), and cRecordingInfo::Write().
bool cSafeFile::Open | ( | void | ) |
Definition at line 1593 of file tools.c.
References f, fileName, LOG_ERROR_STR, and tempName.
Referenced by cSchedules::Dump(), cTheme::Save(), cConfig< cDiseqc >::Save(), cNestedItemList::Save(), and cRecordingInfo::Write().
|
private |
Definition at line 394 of file tools.h.
Referenced by Close(), cSafeFile(), Open(), and ~cSafeFile().
|
private |
Definition at line 395 of file tools.h.
Referenced by Close(), cSafeFile(), Open(), and ~cSafeFile().
|
private |
Definition at line 396 of file tools.h.
Referenced by Close(), cSafeFile(), Open(), and ~cSafeFile().