Public Member Functions | |
PerlModOutputStream (FTextStream *t=0) | |
void | add (char c) |
void | add (const char *s) |
void | add (QCString &s) |
void | add (int n) |
void | add (unsigned int n) |
Public Attributes | |
QCString | m_s |
FTextStream * | m_t |
Definition at line 49 of file perlmodgen.cpp.
|
inline |
Definition at line 56 of file perlmodgen.cpp.
void PerlModOutputStream::add | ( | char | c | ) |
Definition at line 65 of file perlmodgen.cpp.
void PerlModOutputStream::add | ( | const char * | s | ) |
Definition at line 73 of file perlmodgen.cpp.
void PerlModOutputStream::add | ( | QCString & | s | ) |
Definition at line 81 of file perlmodgen.cpp.
void PerlModOutputStream::add | ( | int | n | ) |
Definition at line 89 of file perlmodgen.cpp.
void PerlModOutputStream::add | ( | unsigned int | n | ) |
Definition at line 97 of file perlmodgen.cpp.
QCString PerlModOutputStream::m_s |
Definition at line 53 of file perlmodgen.cpp.
FTextStream* PerlModOutputStream::m_t |
Definition at line 54 of file perlmodgen.cpp.