Classes | Typedefs | Functions
ftextstream.h File Reference
#include <stdio.h>
#include <qiodevice.h>
#include <qstring.h>
#include <qgstring.h>

Go to the source code of this file.

Classes

class  FTextStream
 Simplified and optimized version of QTextStream. More...
 

Typedefs

typedef FTextStream &(* FTSFUNC) (FTextStream &)
 

Functions

FTextStreamoperator<< (FTextStream &s, FTSFUNC f)
 
FTextStreamendl (FTextStream &s)
 

Typedef Documentation

typedef FTextStream&(* FTSFUNC) (FTextStream &)

Definition at line 72 of file ftextstream.h.

Function Documentation

FTextStream& endl ( FTextStream s)
inline

Definition at line 77 of file ftextstream.h.

78 {
79  return s << '\n';
80 }
FTextStream& operator<< ( FTextStream s,
FTSFUNC  f 
)
inline

Definition at line 74 of file ftextstream.h.

75 { return (*f)( s ); }
static QCString * s
Definition: config.cpp:1042