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 |
Definition at line 36 of file perlmodgen.cpp.
| PerlModOutputStream::PerlModOutputStream | ( | QTextStream * | t = 0 |
) | [inline] |
Definition at line 43 of file perlmodgen.cpp.
| void PerlModOutputStream::add | ( | char | c | ) |
Definition at line 53 of file perlmodgen.cpp.
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 | ) |
| void PerlModOutputStream::add | ( | QCString & | s | ) |
| void PerlModOutputStream::add | ( | QString & | s | ) |
| void PerlModOutputStream::add | ( | int | n | ) |
| void PerlModOutputStream::add | ( | unsigned int | n | ) |
| QString PerlModOutputStream::m_s |
| QTextStream* PerlModOutputStream::m_t |
1.5.1