vdr 2.7.7
cReadLine Class Reference

#include <tools.h>

Public Member Functions

 cReadLine (void)
 ~cReadLine ()
char * Read (FILE *f)

Private Attributes

size_t size
char * buffer

Detailed Description

Definition at line 424 of file tools.h.

Constructor & Destructor Documentation

◆ cReadLine()

cReadLine::cReadLine ( void )

Definition at line 1516 of file tools.c.

References buffer, and size.

◆ ~cReadLine()

cReadLine::~cReadLine ( )

Definition at line 1522 of file tools.c.

References buffer.

Member Function Documentation

◆ Read()

Member Data Documentation

◆ buffer

char* cReadLine::buffer
private

Definition at line 427 of file tools.h.

Referenced by cReadLine(), Read(), and ~cReadLine().

◆ size

size_t cReadLine::size
private

Definition at line 426 of file tools.h.

Referenced by cReadLine(), and Read().


The documentation for this class was generated from the following files: