vdr 2.7.4
|
#include <tools.h>
Public Member Functions | |
cReadLine (void) | |
~cReadLine () | |
char * | Read (FILE *f) |
Private Attributes | |
size_t | size |
char * | buffer |
char * cReadLine::Read | ( | FILE * | f | ) |
Definition at line 1527 of file tools.c.
Referenced by cRecording::cRecording(), cBackTrace::Demangle(), cDvbDeviceProbe::GetSubsystemId(), cChannelCamRelations::Load(), cConfig< T >::Load(), cDoneRecordings::Load(), cTheme::Load(), cBitmap::LoadXpm(), cNestedItemList::Parse(), cDvbHdFfDeviceProbe::Probe(), cEvent::Read(), cRecordingInfo::Read(), cResumeFile::Read(), cSchedule::Read(), and cArgs::ReadDirectory().
|
private |
Definition at line 427 of file tools.h.
Referenced by cReadLine(), Read(), and ~cReadLine().
|
private |
Definition at line 426 of file tools.h.
Referenced by cReadLine(), and Read().