DevNullCodeGenerator Class
Class implementing OutputCodeIntf by throwing away everything. More...
Declaration
class DevNullCodeGenerator { ... }
Base class
Public Member Functions Index
| OutputType | type () const override |
|
|
|
| std::unique_ptr< OutputCodeIntf > | clone () override |
|
|
|
| void | codify (const QCString &) override |
|
|
|
| void | stripCodeComments (bool) override |
|
|
|
| void | startSpecialComment () override |
|
|
|
| void | endSpecialComment () override |
|
|
|
| void | setStripIndentAmount (size_t) override |
|
|
|
| void | writeCodeLink (CodeSymbolType, const QCString &, const QCString &, const QCString &, const QCString &, const QCString &) override |
|
|
|
| void | writeTooltip (const QCString &, const DocLinkInfo &, const QCString &, const QCString &, const SourceLinkInfo &, const SourceLinkInfo &) override |
|
|
|
| void | writeLineNumber (const QCString &, const QCString &, const QCString &, int, bool) override |
|
|
|
| void | startCodeLine (int) override |
|
|
|
| void | endCodeLine () override |
|
|
|
| void | startFontClass (const QCString &) override |
|
|
|
| void | endFontClass () override |
|
|
|
| void | writeCodeAnchor (const QCString &) override |
|
|
|
| void | startCodeFragment (const QCString &) override |
|
|
|
| void | endCodeFragment (const QCString &) override |
|
|
|
| void | startFold (int, const QCString &, const QCString &) override |
|
|
|
| void | endFold () override |
|
|
|
Description
Class implementing OutputCodeIntf by throwing away everything.
Definition at line 20 of file devnullgen.h.
Public Member Functions
clone()
| std::unique_ptr< OutputCodeIntf > DevNullCodeGenerator::clone () |
|
inline
virtual
|
Definition at line 24 of file devnullgen.h.
24 std::unique_ptr<OutputCodeIntf> clone() override { return std::make_unique<DevNullCodeGenerator>(*this); }
codify()
| void DevNullCodeGenerator::codify (const QCString &) |
|
inline
virtual
|
endCodeFragment()
| void DevNullCodeGenerator::endCodeFragment (const QCString &) |
|
inline
virtual
|
endCodeLine()
| void DevNullCodeGenerator::endCodeLine () |
|
inline
virtual
|
endFold()
| void DevNullCodeGenerator::endFold () |
|
inline
virtual
|
endFontClass()
| void DevNullCodeGenerator::endFontClass () |
|
inline
virtual
|
endSpecialComment()
| void DevNullCodeGenerator::endSpecialComment () |
|
inline
virtual
|
setStripIndentAmount()
| void DevNullCodeGenerator::setStripIndentAmount (size_t) |
|
inline
virtual
|
startCodeFragment()
| void DevNullCodeGenerator::startCodeFragment (const QCString &) |
|
inline
virtual
|
startCodeLine()
| void DevNullCodeGenerator::startCodeLine (int) |
|
inline
virtual
|
startFold()
startFontClass()
| void DevNullCodeGenerator::startFontClass (const QCString &) |
|
inline
virtual
|
startSpecialComment()
| void DevNullCodeGenerator::startSpecialComment () |
|
inline
virtual
|
stripCodeComments()
| void DevNullCodeGenerator::stripCodeComments (bool) |
|
inline
virtual
|
type()
| OutputType DevNullCodeGenerator::type () |
|
inline
virtual
|
writeCodeAnchor()
| void DevNullCodeGenerator::writeCodeAnchor (const QCString &) |
|
inline
virtual
|
writeCodeLink()
writeLineNumber()
writeTooltip()
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.14.0.