Implements TextGeneratorIntf for an XML stream.
More...
Implements TextGeneratorIntf for an XML stream.
Definition at line 174 of file xmlgen.cpp.
◆ TextGeneratorXMLImpl()
TextGeneratorXMLImpl::TextGeneratorXMLImpl |
( |
TextStream & | t | ) |
|
|
inline |
◆ writeBreak()
void TextGeneratorXMLImpl::writeBreak |
( |
int | | ) |
const |
|
inlineoverridevirtual |
◆ writeLink()
void TextGeneratorXMLImpl::writeLink |
( |
const QCString & | extRef, |
|
|
const QCString & | file, |
|
|
const QCString & | anchor, |
|
|
std::string_view | text ) const |
|
inlineoverridevirtual |
Implements TextGeneratorIntf.
Definition at line 183 of file xmlgen.cpp.
186 {
188 }
void writeXMLLink(TextStream &t, const QCString &extRef, const QCString &compoundId, const QCString &anchorId, const QCString &text, const QCString &tooltip)
References m_t, and writeXMLLink().
◆ writeString()
void TextGeneratorXMLImpl::writeString |
( |
std::string_view | s, |
|
|
bool | ) const |
|
inlineoverridevirtual |
◆ m_t
The documentation for this class was generated from the following file: