PerlModOutputStream Class Reference

List of all members.

Public Member Functions

 PerlModOutputStream (QTextStream *t=0)
void add (char c)
void add (const char *s)
void add (QCString &s)
void add (QString &s)
void add (int n)
void add (unsigned int n)

Public Attributes

QString m_s
QTextStream * m_t

Detailed Description

Definition at line 36 of file perlmodgen.cpp.


Constructor & Destructor Documentation

PerlModOutputStream::PerlModOutputStream ( QTextStream *  t = 0  )  [inline]

Definition at line 43 of file perlmodgen.cpp.


Member Function Documentation

void PerlModOutputStream::add ( char  c  ) 

Definition at line 53 of file perlmodgen.cpp.

References m_s, and m_t.

Referenced by PerlModOutput::add(), PerlModOutput::continueBlock(), PerlModOutput::iaddField(), PerlModOutput::iaddFieldQuotedChar(), PerlModOutput::iaddFieldQuotedString(), PerlModOutput::iaddQuoted(), PerlModOutput::iclose(), PerlModOutput::indent(), and PerlModOutput::iopen().

void PerlModOutputStream::add ( const char *  s  ) 

Definition at line 61 of file perlmodgen.cpp.

References m_s, and m_t.

void PerlModOutputStream::add ( QCString &  s  ) 

Definition at line 69 of file perlmodgen.cpp.

References m_s, and m_t.

void PerlModOutputStream::add ( QString &  s  ) 

Definition at line 77 of file perlmodgen.cpp.

References m_s, and m_t.

void PerlModOutputStream::add ( int  n  ) 

Definition at line 85 of file perlmodgen.cpp.

References m_s, and m_t.

void PerlModOutputStream::add ( unsigned int  n  ) 

Definition at line 93 of file perlmodgen.cpp.

References m_s, and m_t.


Member Data Documentation

QString PerlModOutputStream::m_s

Definition at line 40 of file perlmodgen.cpp.

Referenced by add(), and PerlModOutput::icloseSave().

QTextStream* PerlModOutputStream::m_t

Definition at line 41 of file perlmodgen.cpp.

Referenced by add().


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



Generated on Mon Mar 31 10:59:02 2008 by  doxygen 1.5.1