|
Doxygen
|
Implements TextGeneratorIntf for an XML stream. More...
Public Member Functions | |
| TextGeneratorXMLImpl (TextStream &t) | |
| void | writeString (std::string_view s, bool) const override |
| void | writeBreak (int) const override |
| void | writeLink (const QCString &extRef, const QCString &file, const QCString &anchor, std::string_view text) const override |
Private Attributes | |
| TextStream & | m_t |
Implements TextGeneratorIntf for an XML stream.
Definition at line 186 of file xmlgen.cpp.
|
inline |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements TextGeneratorIntf.
Definition at line 195 of file xmlgen.cpp.
References m_t, and writeXMLLink().
|
inlineoverridevirtual |
Implements TextGeneratorIntf.
Definition at line 190 of file xmlgen.cpp.
References m_t, and writeXMLString().
|
private |
Definition at line 202 of file xmlgen.cpp.
Referenced by TextGeneratorXMLImpl(), writeLink(), and writeString().