rpa::FILE_ctrl Class Reference

List of all members.

Public Member Functions

 FILE_ctrl (FILE *aF, const visitor &aVisit, size_t aBufSz)
bool not_empty (void) const

Private Attributes

bool _notEmpty

Detailed Description

This class iterators over a FILE ptr, reads a number of bytes from the current position, and passes its buffers to the visitor which writes them somewhere else.


Constructor & Destructor Documentation

rpa::FILE_ctrl::FILE_ctrl ( FILE *  aF,
const visitor aVisit,
size_t  aBufSz 
) [inline]


Member Function Documentation

bool rpa::FILE_ctrl::not_empty ( void   )  const [inline]


Member Data Documentation

bool rpa::FILE_ctrl::_notEmpty [private]

This tells whether data were actually written. If so, the output may flush data, clear buffers, etc...


The documentation for this class was generated from the following file:
Generated on Tue Sep 25 10:20:38 2007 for rpa by  doxygen 1.4.7