Doxygen
|
#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"
Go to the source code of this file.
Classes | |
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 | OutputCodeRecorder::CallInfo |
class | OutputCodeList |
Class representing a list of different code generators. More... | |
struct | OutputCodeList::OutputCodeElem |
class | OutputList |
Class representing a list of output generators that are written to in parallel. More... | |
struct | OutputList::OutputGenElem |
Definition at line 105 of file outputlist.h.
Definition at line 101 of file outputlist.h.
Definition at line 102 of file outputlist.h.
Definition at line 104 of file outputlist.h.
Definition at line 106 of file outputlist.h.
Definition at line 103 of file outputlist.h.