vdr 2.6.9
Public Member Functions | Private Attributes | List of all members
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 1501 of file tools.c.

References buffer, and size.

◆ ~cReadLine()

cReadLine::~cReadLine ( )

Definition at line 1507 of file tools.c.

References buffer.

Member Function Documentation

◆ Read()

char * cReadLine::Read ( FILE * f)

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: