vdr  2.2.0
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 347 of file tools.h.

Constructor & Destructor Documentation

cReadLine::cReadLine ( void  )

Definition at line 1387 of file tools.c.

cReadLine::~cReadLine ( )

Definition at line 1393 of file tools.c.

Member Function Documentation

char * cReadLine::Read ( FILE *  f)

Member Data Documentation

char* cReadLine::buffer
private

Definition at line 350 of file tools.h.

size_t cReadLine::size
private

Definition at line 349 of file tools.h.


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