The PerlModOutputStream
Class Reference
Declaration
class PerlModOutputStream { ... }
Public Constructors Index
PerlModOutputStream (std::ostream &t) | |
Public Member Functions Index
void | add (char c) |
void | add (const QCString &s) |
void | add (int n) |
void | add (unsigned int n) |
Public Member Attributes Index
std::ostream * | m_t = nullptr |
Definition at line 48 of file perlmodgen.cpp.
Public Constructors
PerlModOutputStream()
| inline |
Definition at line 53 of file perlmodgen.cpp.
53 PerlModOutputStream(std::ostream &t) : m_t(&t) { }
Reference m_t.
Public Member Functions
add()
|
Definition at line 55 of file perlmodgen.cpp.
Reference m_t.
add()
|
Definition at line 56 of file perlmodgen.cpp.
Reference m_t.
add()
|
Definition at line 57 of file perlmodgen.cpp.
Reference m_t.
add()
|
Definition at line 58 of file perlmodgen.cpp.
Reference m_t.
Public Member Attributes
m_t
|
Definition at line 51 of file perlmodgen.cpp.
Referenced by add, add, add, add and PerlModOutputStream.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.