|
Doxygen
|
Public Member Functions | |
| PerlModOutputStream (std::ostream &t) | |
| void | add (char c) |
| void | add (const QCString &s) |
| void | add (int n) |
| void | add (unsigned int n) |
Public Attributes | |
| std::ostream * | m_t = nullptr |
Definition at line 48 of file perlmodgen.cpp.
|
inline |
| void PerlModOutputStream::add | ( | char | c | ) |
| void PerlModOutputStream::add | ( | const QCString & | s | ) |
| void PerlModOutputStream::add | ( | int | n | ) |
| void PerlModOutputStream::add | ( | unsigned int | n | ) |
| std::ostream* PerlModOutputStream::m_t = nullptr |
Definition at line 51 of file perlmodgen.cpp.
Referenced by add(), add(), add(), add(), and PerlModOutputStream().