The outputlist.h
File Reference
Included Headers
#include <utility>
#include <vector>
#include <memory>
#include <variant>
#include <stack>
#include <functional>
#include "outputgen.h"
#include "doxygen.h"
#include "htmlgen.h"
#include "latexgen.h"
#include "rtfgen.h"
#include "mangen.h"
#include "docbookgen.h"
#include "xmlgen.h"
#include "devnullgen.h"
Classes Index
class | OutputCodeDefer<OutputCodeGen> |
Helper template class which defers all methods of OutputCodeIntf to an existing object of the templated type. More... | |
class | OutputCodeRecorder |
Implementation that allows capturing calls made to the code interface to later invoke them on a OutputCodeList via replay(). More... | |
struct | CallInfo |
class | OutputCodeList |
Class representing a list of different code generators. More... | |
struct | OutputCodeElem |
class | OutputList |
Class representing a list of output generators that are written to in parallel. More... | |
struct | OutputGenElem |
Typedefs Index
Typedefs
DocbookCodeGeneratorDefer
|
Definition at line 105 of file outputlist.h.
HtmlCodeGeneratorDefer
|
Definition at line 101 of file outputlist.h.
LatexCodeGeneratorDefer
|
Definition at line 102 of file outputlist.h.
ManCodeGeneratorDefer
|
Definition at line 104 of file outputlist.h.
OutputCodeDeferExtension
|
Definition at line 106 of file outputlist.h.
RTFCodeGeneratorDefer
|
Definition at line 103 of file outputlist.h.
Generated via doxygen2docusaurus by Doxygen 1.14.0.