ARB
Classes | Macros | Functions | Variables
BufferedFileReader.h File Reference
#include <cstdio>
#include <string>
#include <arbtools.h>
#include <arb_assert.h>
Include dependency graph for BufferedFileReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LineReader
 
class  BufferedFileReader
 

Macros

#define fb_assert(cond)   arb_assert(cond)
 

Functions

 MARK_NONFINAL_CLASS (BufferedFileReader)
 
 MARK_NONFINAL_FUNCTION (BufferedFileReader, bool, getLine_intern,(string &), false)
 

Variables

const size_t BUFFERSIZE = 64*1024
 

Macro Definition Documentation

#define fb_assert (   cond)    arb_assert(cond)

Function Documentation

MARK_NONFINAL_CLASS ( BufferedFileReader  )
MARK_NONFINAL_FUNCTION ( BufferedFileReader  ,
bool  ,
getLine_intern  ,
(string &)  ,
false   
)

Variable Documentation

const size_t BUFFERSIZE = 64*1024